This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push: new 116c5b0a9 Revert "ARM64 worker went away." 116c5b0a9 is described below commit 116c5b0a94ed9e88c481649d78dc3e6b42c8d083 Author: Nick Vatamaniuc <vatam...@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',