This is an automated email from the ASF dual-hosted git repository. pgj pushed a commit to branch jenkins-clouseau-windows-test in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit cdc316b4df70eb84e1cc7772a3e33790cd299582 Author: Gabor Pali <[email protected]> AuthorDate: Tue Mar 25 20:44:19 2025 +0100 delete: Narrow down scope for shorter turnaround --- build-aux/Jenkinsfile.full | 108 --------------------------------------------- 1 file changed, 108 deletions(-) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index 026efd5d2..f602663ca 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -23,114 +23,6 @@ MINIMUM_ERLANG_VERSION = '25.3.2.20' // We create parallel build / test / package stages for each OS using the metadata // in this map. Adding a new OS should ideally only involve adding a new entry here. meta = [ - 'centos8': [ - name: 'CentOS 8', - spidermonkey_vsn: '60', - with_nouveau: true, - with_clouseau: true, - image: "apache/couchdbci-centos:8-erlang-${ERLANG_VERSION}" - ], - - 'centos9': [ - name: 'CentOS 9', - spidermonkey_vsn: '78', - with_nouveau: true, - with_clouseau: true, - image: "apache/couchdbci-centos:9-erlang-${ERLANG_VERSION}" - ], - - 'focal': [ - name: 'Ubuntu 20.04', - spidermonkey_vsn: '68', - with_nouveau: true, - with_clouseau: true, - image: "apache/couchdbci-ubuntu:focal-erlang-${ERLANG_VERSION}" - ], - - 'jammy': [ - name: 'Ubuntu 22.04', - spidermonkey_vsn: '91', - with_nouveau: true, - with_clouseau: true, - image: "apache/couchdbci-ubuntu:jammy-erlang-${ERLANG_VERSION}" - ], - - 'noble': [ - name: 'Ubuntu 24.04', - spidermonkey_vsn: '115', - with_nouveau: true, - with_clouseau: true, - image: "apache/couchdbci-ubuntu:noble-erlang-${ERLANG_VERSION}" - ], - - 'bookworm-ppc64': [ - name: 'Debian POWER', - spidermonkey_vsn: '78', - with_nouveau: true, - with_clouseau: true, - image: "apache/couchdbci-debian:bookworm-erlang-${ERLANG_VERSION}", - node_label: 'ppc64le' - ], - - 'bookworm-s390x': [ - name: 'Debian s390x', - spidermonkey_vsn: '78', - with_nouveau: true, - image: "apache/couchdbci-debian:bookworm-erlang-${ERLANG_VERSION}", - node_label: 's390x' - ], - - 'bullseye': [ - name: 'Debian x86_64', - spidermonkey_vsn: '78', - with_nouveau: true, - with_clouseau: true, - image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}" - ], - - 'bookworm': [ - name: 'Debian x86_64', - spidermonkey_vsn: '78', - with_nouveau: true, - with_clouseau: true, - image: "apache/couchdbci-debian:bookworm-erlang-${ERLANG_VERSION}" - ], - - 'bookworm-quickjs': [ - name: 'Debian 12 with QuickJS', - disable_spidermonkey: true, - with_nouveau: true, - with_clouseau: true, - image: "apache/couchdbci-debian:bookworm-erlang-${ERLANG_VERSION}" - ], - - 'freebsd-x86_64': [ - name: 'FreeBSD x86_64', - spidermonkey_vsn: '91', - with_clouseau: true, - clouseau_java_home: '/usr/local/openjdk8-jre', - gnu_make: 'gmake' - ], - - // Spidermonkey 91 has issues on ARM64 FreeBSD - // use QuickJS for now - 'freebsd-arm64': [ - name: 'FreeBSD ARM64 QuickJS', - disable_spidermonkey: true, - with_clouseau: true, - clouseau_java_home: '/usr/local/openjdk8-jre', - gnu_make: 'gmake' - ], - - 'macos': [ - name: 'macOS', - spidermonkey_vsn: '128', - with_nouveau: false, - with_clouseau: true, - clouseau_java_home: '/opt/java/openjdk8/zulu-8.jre/Contents/Home', - gnu_make: 'make' - ], - 'win2022': [ name: 'Windows 2022', spidermonkey_vsn: '128',
