This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch dev/enable-win-ci-worker in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 7a84d7c1f51a4d86a2218d6cff1e8f9c43bb6c06 Author: Ronny Berndt <[email protected]> AuthorDate: Sat Jan 17 19:00:57 2026 +0100 dev: Enable Windows CI again --- build-aux/Jenkinsfile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile index a90f8836c..06136c88f 100644 --- a/build-aux/Jenkinsfile +++ b/build-aux/Jenkinsfile @@ -213,20 +213,20 @@ meta = [ clouseau_java_home: '/opt/homebrew/opt/openjdk@21', gnu_make: 'gmake', gnu_make_eunit_opts: '-j4 --output-sync=target' - ] + ], // Disable temporarily. The behavior we see is that the windows job // locks up and doesn't emit any logs to Jenkins. It just waits for // up to 2h+ sometimes blocking pull requests. // - // 'win2022': [ - // name: 'Windows 2022', - // spidermonkey_vsn: '128', - // with_clouseau: true, - // clouseau_java_home: /C:\tools\zulu21.46.19-ca-jdk21.0.9-win_x64/, - // quickjs_test262: false, - // node_label: 'win' - // ] + 'win2022': [ + name: 'Windows 2022', + spidermonkey_vsn: '128', + with_clouseau: true, + clouseau_java_home: /C:\tools\zulu21.46.19-ca-jdk21.0.9-win_x64/, + quickjs_test262: false, + node_label: 'win' + ] ] def String configure(config) {
