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 121ac7cb1 POWER CI worker is back
121ac7cb1 is described below

commit 121ac7cb186220bd8d4713c76b889f600396649f
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Fri Jan 17 17:26:08 2025 -0500

    POWER CI worker is back
    
    It was graciously replaced by the IBM POWER team. Thanks!
---
 build-aux/Jenkinsfile.full | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index c9a63615e..696887a8b 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -63,16 +63,14 @@ meta = [
     image: "apache/couchdbci-ubuntu:noble-erlang-${ERLANG_VERSION}"
   ],
 
-  // 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-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',

Reply via email to