This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch remove-erlang-less-than-23 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 0e2f6fb81d23971fb761932fc790d08db743a460 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Fri Jun 17 17:20:50 2022 -0400 Update CI to remove Erlang < 23 --- build-aux/Jenkinsfile.full | 2 +- build-aux/Jenkinsfile.pr | 14 ++------------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index 6ed3825b6..4c9c531d5 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -18,7 +18,7 @@ ERLANG_VERSION = '23' // Erlang version used for rebar in release process. CouchDB will not build from // the release tarball on Erlang versions older than this -MINIMUM_ERLANG_VERSION = '20' +MINIMUM_ERLANG_VERSION = '23' // 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. diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr index 2f91961c5..3f2f60450 100644 --- a/build-aux/Jenkinsfile.pr +++ b/build-aux/Jenkinsfile.pr @@ -140,7 +140,7 @@ pipeline { axes { axis { name 'ERLANG_VERSION' - values '20', '21', '22', '23', '24' + values '23', '24' } axis { name 'SM_VSN' @@ -151,17 +151,7 @@ pipeline { exclude { axis { name 'ERLANG_VERSION' - values '20' - } - axis { - name 'SM_VSN' - notValues '60' - } - } - exclude { - axis { - name 'ERLANG_VERSION' - values '21', '22', '23', '24' + values '23', '24' } axis { name 'SM_VSN'
