You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2022/01/21 00:42:57 UTC

[couchdb] branch jenkins-dynamic-matrix-3x updated (733e1cd -> 4d6c511)

This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a change to branch jenkins-dynamic-matrix-3x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 733e1cd  Bump ARM and POWER to Debian 11 / Erlang 24
     new 4d6c511  Bump ARM and POWER to Debian 11 / Erlang 24

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (733e1cd)
            \
             N -- N -- N   refs/heads/jenkins-dynamic-matrix-3x (4d6c511)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build-aux/Jenkinsfile.full | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[couchdb] 01/01: Bump ARM and POWER to Debian 11 / Erlang 24

Posted by ko...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch jenkins-dynamic-matrix-3x
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 4d6c511c0052874a01fa38ed5dc85eb6e5a61e1a
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Thu Jan 20 19:40:23 2022 -0500

    Bump ARM and POWER to Debian 11 / Erlang 24
    
    Use the buildx-based multi-arch container image.
---
 build-aux/Jenkinsfile.full | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 88de754..884951c 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -59,17 +59,17 @@ meta = [
     image: "apache/couchdbci-debian:buster-erlang-${ERLANG_VERSION}"
   ],
 
-  'buster-arm64': [
-    name: 'Debian 10 ARM',
-    spidermonkey_vsn: '1.8.5',
-    image: "apache/couchdbci-debian:arm64v8-buster-erlang-20.3.8.26-1",
+  'bullseye-arm64': [
+    name: 'Debian 11 ARM',
+    spidermonkey_vsn: '78',
+    image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}",
     node_label: 'arm64v8'
   ],
 
-  'buster-ppc64': [
-    name: 'Debian 10 POWER',
-    spidermonkey_vsn: '60',
-    image: "apache/couchdbci-debian:ppc64le-buster-erlang-20.3.8.26-1",
+  'bullseye-ppc64': [
+    name: 'Debian 11 POWER',
+    spidermonkey_vsn: '78',
+    image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}",
     node_label: 'ppc64le'
   ],