Skip to content

Commit

Permalink
Add s390x back into the CI matrix
Browse files Browse the repository at this point in the history
Linux Z (s390x) has returned back and should now be able to run in the full CI.

Previously we had an issue with spidermonkey on in. Let's see if it still
there.
  • Loading branch information
nickva committed Apr 10, 2023
1 parent f4d7d19 commit db38da4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build-aux/Jenkinsfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ meta = [
node_label: 'ppc64le'
],

'bullseye-s390x': [
name: 'Debian 11 s390x',
spidermonkey_vsn: '78',
image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}",
node_label: 's390x'
],

'bullseye': [
name: 'Debian 11',
spidermonkey_vsn: '78',
Expand Down

0 comments on commit db38da4

Please sign in to comment.