This is an automated email from the ASF dual-hosted git repository. big-r81 pushed a commit to branch ci/add-ubuntu-resolute in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit a13d51703dbd1122bddbdd2c951d563893d6281d Author: Ronny Berndt <[email protected]> AuthorDate: Fri May 15 13:14:14 2026 +0200 ci: Add Ubuntu Resolute Raccoon (26.04) to CI --- build-aux/Jenkinsfile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile index 33fe42869..4b18997af 100644 --- a/build-aux/Jenkinsfile +++ b/build-aux/Jenkinsfile @@ -99,6 +99,17 @@ meta = [ gnu_make_eunit_opts: "${DEFAULT_GNU_MAKE_EUNIT_OPTS}" ], + 'resolute': [ + name: 'Ubuntu 26.04', + spidermonkey_vsn: '128', + with_nouveau: true, + with_clouseau: true, + clouseau_java_home: '/opt/java/openjdk', + quickjs_test262: true, + image: "apache/couchdbci-ubuntu:resolute-erlang-${ERLANG_VERSION}", + gnu_make_eunit_opts: "${DEFAULT_GNU_MAKE_EUNIT_OPTS}" + ], + 'bullseye': [ name: 'Debian x86_64', spidermonkey_vsn: '78',
