You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/05/18 19:34:54 UTC

[couchdb] 01/01: Revert "ARM64 worker went away."

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

vatamane pushed a commit to branch jenkins-re-enable-arm64-worker
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 3456fdede845b515bf6a02ff41e1c006d4f6a056
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Thu May 18 14:53:50 2023 -0400

    Revert "ARM64 worker went away."
    
    This reverts commit e6939557bcfccf63ac33d1f970904f55b24a421d.
    
    The node is back online so we're enabling it.
---
 build-aux/Jenkinsfile.full | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index a636e8039..293cf2954 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -65,15 +65,13 @@ meta = [
     image: "apache/couchdbci-debian:buster-erlang-${ERLANG_VERSION}"
   ],
 
-  // ARM64 worker seems to have gone away. Disable it for now
-  // to unlock main CI runs
-  // 'bullseye-arm64': [
-  //   name: 'Debian 11 ARM',
-  //   spidermonkey_vsn: '78',
-  //   enable_nouveau: true,
-  //   image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}",
-  //   node_label: 'arm64v8'
-  // ],
+  'bullseye-arm64': [
+    name: 'Debian 11 ARM',
+    spidermonkey_vsn: '78',
+    enable_nouveau: true,
+    image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}",
+    node_label: 'arm64v8'
+  ],
 
   'bullseye-ppc64': [
     name: 'Debian 11 POWER',