Skip to content

Commit

Permalink
Update CI OSes
Browse files Browse the repository at this point in the history
Remove deprecated buster, centos 7 and bionic.
  • Loading branch information
nickva committed May 11, 2024
1 parent 022ffd1 commit 9c15de4
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions build-aux/Jenkinsfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -39,14 +31,6 @@ meta = [
image: "apache/couchdbci-centos:8-erlang-${ERLANG_VERSION}"
],

'bionic': [
name: 'Ubuntu 18.04',
spidermonkey_vsn: '1.8.5',
enable_nouveau: true,
enable_clouseau: true,
image: "apache/couchdbci-ubuntu:bionic-erlang-${ERLANG_VERSION}"
],

'focal': [
name: 'Ubuntu 20.04',
spidermonkey_vsn: '68',
Expand All @@ -63,14 +47,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',
Expand Down

0 comments on commit 9c15de4

Please sign in to comment.