Skip to content

Commit

Permalink
PPC64LE worker is back online
Browse files Browse the repository at this point in the history
Let's try to re-enable it
  • Loading branch information
nickva committed Jan 29, 2024
1 parent 1f77e2e commit 2501fe6
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions build-aux/Jenkinsfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,14 @@ meta = [
// node_label: 'arm64v8'
// ],

// 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'
// ],
'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'
],

'bullseye-s390x': [
name: 'Debian 11 s390x',
Expand Down

0 comments on commit 2501fe6

Please sign in to comment.