This is an automated email from the ASF dual-hosted git repository. nickva pushed a commit to branch 3.5.2-prep in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 2481d294e78b308704b6b73f0feffac5e2f5f31d Author: Nick Vatamaniuc <[email protected]> AuthorDate: Fri May 8 18:52:12 2026 -0400 Remove duplicate Trixie CI entry This was already in the 3.5.1 squash but during the 3.5.2 cherry-pick `95d85 Add Trixie to CI` added a duplicate entry so we're cleaning it up. --- build-aux/Jenkinsfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile index f69ca310e..33fe42869 100644 --- a/build-aux/Jenkinsfile +++ b/build-aux/Jenkinsfile @@ -222,15 +222,6 @@ meta = [ gnu_make_eunit_opts: "${DEFAULT_GNU_MAKE_EUNIT_OPTS}" ], - 'trixie': [ - name: 'Debian x86_64', - spidermonkey_vsn: '128', - with_nouveau: true, - with_clouseau: true, - quickjs_test262: true, - image: "apache/couchdbci-debian:trixie-erlang-${ERLANG_VERSION}" - ], - 'freebsd-x86_64': [ name: 'FreeBSD x86_64', spidermonkey_vsn: '91',
