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 02:47:59 UTC

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

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 eabc37377ffb18a945f55ef34ea305dd30e38fc6
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'
   ],