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 e6939557b ARM64 worker went away.
e6939557b is described below
commit e6939557bcfccf63ac33d1f970904f55b24a421d
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',