You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2024/01/26 20:06:22 UTC

(couchdb) branch main updated: Exclude PPC64LE CI worker temporarily

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 b04735155 Exclude PPC64LE CI worker temporarily
b04735155 is described below

commit b0473515562240c65384c0007e0b5de5cc3a0d6e
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Fri Jan 26 13:51:45 2024 -0500

    Exclude PPC64LE CI worker temporarily
    
    I was notified it has be rebuilt. In the meantime it would be nice to keep our
    green passsing streak going in the full CI.
---
 build-aux/Jenkinsfile.full | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index b930ea0d8..f79eb278f 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -83,14 +83,15 @@ meta = [
   //   node_label: 'arm64v8'
   // ],
 
-  'bullseye-ppc64': [
-    name: 'Debian 11 POWER',
-    spidermonkey_vsn: '78',
-    enable_nouveau: true,
-    enable_clouseau: true,
-    image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}",
-    node_label: 'ppc64le'
-  ],
+  // Exclude while OSU rebuilds the image
+  // 'bullseye-ppc64': [
+  //   name: 'Debian 11 POWER',
+  //   spidermonkey_vsn: '78',
+  //   enable_nouveau: true,
+  //   enable_clouseau: true,
+  //   image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}",
+  //   node_label: 'ppc64le'
+  // ],
 
   // Exclude until hex.pm downloads are resolved
   //   https://github.com/linuxone-community-cloud/tickets/issues/58