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

nickva pushed a commit to branch backport-resolute
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit abcd58bb1da16aa59cde3340ce85d4d610a69852
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',

Reply via email to