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 2023/04/10 15:30:44 UTC

[couchdb] branch main updated: Add s390x back into the CI matrix

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 db38da4af Add s390x back into the CI matrix
db38da4af is described below

commit db38da4af505ffb8b28f3dab0584750d99a48daa
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Mon Apr 10 10:18:49 2023 -0400

    Add s390x back into the CI matrix
    
    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.
---
 build-aux/Jenkinsfile.full | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 7fa02b029..50dec78fc 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -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',