This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch view-compaction-duration-log in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 476ab4654b297de01ae579479a560c9ef0d2f36d Author: Ronny Berndt <[email protected]> AuthorDate: Wed Jan 21 09:38:14 2026 +0100 dev: Enable Windows CI again (#5854) --- build-aux/Jenkinsfile | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile index b925f55ec..de0eab873 100644 --- a/build-aux/Jenkinsfile +++ b/build-aux/Jenkinsfile @@ -209,20 +209,16 @@ 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) {
