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

big-r81 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 3e50edc6f ci: Add Ubuntu Resolute Raccoon (26.04) to CI (#5999)
3e50edc6f is described below

commit 3e50edc6fdef9e11d8dc0771ded7992bfb7bbfbe
Author: Ronny Berndt <[email protected]>
AuthorDate: Sun May 17 19:50:05 2026 +0200

    ci: Add Ubuntu Resolute Raccoon (26.04) to CI (#5999)
---
 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