This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch exclude-power-ci-worker in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 7d4920361e0130890f3a6cff3888acf4a5e96256 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',
