This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch disable-arm64-worker in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit cfbf075e2b7655fefec5d8032307c9da9edb939d Author: Nick Vatamaniuc <[email protected]> AuthorDate: Thu May 18 13:16:02 2023 -0400 ARM64 worker went away. Disable it for now to unblock CI builds. If it comes back, we'll re-enable it. --- build-aux/Jenkinsfile.full | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index 293cf2954..a636e8039 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -65,13 +65,15 @@ meta = [ image: "apache/couchdbci-debian:buster-erlang-${ERLANG_VERSION}" ], - 'bullseye-arm64': [ - name: 'Debian 11 ARM', - spidermonkey_vsn: '78', - enable_nouveau: true, - image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}", - node_label: 'arm64v8' - ], + // 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-ppc64': [ name: 'Debian 11 POWER',
