From 0e870b20d7e5619f1aa7ed094b32082a97ef1427 Mon Sep 17 00:00:00 2001 From: Nick Vatamaniuc Date: Tue, 16 Jan 2024 12:35:37 -0500 Subject: [PATCH] Let's see if we can re-enable s390x again Previously it had issues downloading from hex.pm --- build-aux/Jenkinsfile.full | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index b930ea0d81b..403d502c196 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -92,15 +92,13 @@ meta = [ node_label: 'ppc64le' ], - // Exclude until hex.pm downloads are resolved - // https://github.com/linuxone-community-cloud/tickets/issues/58 - // 'bullseye-s390x': [ - // name: 'Debian 11 s390x', - // spidermonkey_vsn: '78', - // enable_nouveau: true, - // image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}", - // node_label: 's390x' - // ], + 'bullseye-s390x': [ + name: 'Debian 11 s390x', + spidermonkey_vsn: '78', + enable_nouveau: true, + image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}", + node_label: 's390x' + ], 'bullseye': [ name: 'Debian 11',