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

ronny 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 226f36b4f dev: Enable Windows CI again (#5854)
226f36b4f is described below

commit 226f36b4fa1672021fea4213bbfbe33fc8c2a6af
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) {

Reply via email to