This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch jenkins-update-ci-oses
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit ca2c5008a643ca16702c7059dc650468bc061c7b
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Sat May 11 00:08:40 2024 -0400

    Update CI OSes
    
    Remove deprecated buster, centos 7 and bionic.
    
    Instead of centos 7, start testing centos 9
---
 build-aux/Jenkinsfile.full | 24 ++++--------------------
 1 file changed, 4 insertions(+), 20 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 474c6be89..5e88fc56c 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -23,14 +23,6 @@ MINIMUM_ERLANG_VERSION = '24.3.4.17'
 // 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 = [
-  'centos7': [
-    name: 'CentOS 7',
-    spidermonkey_vsn: '1.8.5',
-    enable_nouveau: true,
-    enable_clouseau: true,
-    image: "apache/couchdbci-centos:7-erlang-${ERLANG_VERSION}"
-  ],
-
   'centos8': [
     name: 'CentOS 8',
     spidermonkey_vsn: '60',
@@ -39,12 +31,12 @@ meta = [
     image: "apache/couchdbci-centos:8-erlang-${ERLANG_VERSION}"
   ],
 
-  'bionic': [
-    name: 'Ubuntu 18.04',
-    spidermonkey_vsn: '1.8.5',
+  'centos9': [
+    name: 'CentOS 9',
+    spidermonkey_vsn: '78',
     enable_nouveau: true,
     enable_clouseau: true,
-    image: "apache/couchdbci-ubuntu:bionic-erlang-${ERLANG_VERSION}"
+    image: "apache/couchdbci-centos:9-erlang-${ERLANG_VERSION}"
   ],
 
   'focal': [
@@ -63,14 +55,6 @@ meta = [
     image: "apache/couchdbci-ubuntu:jammy-erlang-${ERLANG_VERSION}"
   ],
 
-  'buster': [
-    name: 'Debian 10',
-    spidermonkey_vsn: '60',
-    enable_nouveau: true,
-    enable_clouseau: true,
-    image: "apache/couchdbci-debian:buster-erlang-${ERLANG_VERSION}"
-  ],
-
   'bullseye-ppc64': [
     name: 'Debian 11 POWER',
     spidermonkey_vsn: '78',

Reply via email to