Skip to content

Commit

Permalink
Exclude PPC64LE CI worker temporarily
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nickva committed Jan 26, 2024
1 parent 845ecdb commit b047351
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions build-aux/Jenkinsfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b047351

Please sign in to comment.