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 346855c9f Exclude Power CI runner
346855c9f is described below
commit 346855c9f65afc18427c7c37b802d9f0b5edcbef
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Thu Jan 16 14:21:16 2025 -0500
Exclude Power CI runner
---
build-aux/Jenkinsfile.full | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 696887a8b..c9a63615e 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -63,14 +63,16 @@ meta = [
image: "apache/couchdbci-ubuntu:noble-erlang-${ERLANG_VERSION}"
],
- 'bookworm-ppc64': [
- name: 'Debian POWER',
- spidermonkey_vsn: '78',
- with_nouveau: true,
- with_clouseau: true,
- image: "apache/couchdbci-debian:bookworm-erlang-${ERLANG_VERSION}",
- node_label: 'ppc64le'
- ],
+ // Was notified it suffered a disk failure. It does seem to sometimes
+ // run jobs but they also seems to keep failing even after 2-3 retries
+ // 'bookworm-ppc64': [
+ // name: 'Debian POWER',
+ // spidermonkey_vsn: '78',
+ // with_nouveau: true,
+ // with_clouseau: true,
+ // image: "apache/couchdbci-debian:bookworm-erlang-${ERLANG_VERSION}",
+ // node_label: 'ppc64le'
+ // ],
'bookworm-s390x': [
name: 'Debian s390x',