This is an automated email from the ASF dual-hosted git repository.
nickva pushed a commit to branch 3.5.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/3.5.x by this push:
new d5d2e2120 ci: Add Ubuntu Resolute Raccoon (26.04) to CI (#5999)
d5d2e2120 is described below
commit d5d2e2120c827b24a26ca5246a0057d52b7ad334
Author: Ronny Berndt <[email protected]>
AuthorDate: Sun May 17 19:50:05 2026 +0200
ci: Add Ubuntu Resolute Raccoon (26.04) to CI (#5999)
(cherry picked from commit 3e50edc6fdef9e11d8dc0771ded7992bfb7bbfbe)
---
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',