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

vatamane 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 3ed762b95 Disable windows clouseau tests for now
3ed762b95 is described below

commit 3ed762b955444b2342ec9460c4d31a8e570cd90c
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Thu Dec 4 12:42:13 2025 -0500

    Disable windows clouseau tests for now
    
    To see if it will unblock the CI
    
    We restarted the Windows machine but still getting 2h long runs that 
time-out.
---
 build-aux/Jenkinsfile | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile
index d834ba2c4..3670f8d5f 100644
--- a/build-aux/Jenkinsfile
+++ b/build-aux/Jenkinsfile
@@ -211,14 +211,18 @@ meta = [
  //    gnu_make: 'make'
  //  ],
 
-  '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'
-  ]
+  // 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'
+  // ]
 ]
 
 def String configure(config) {

Reply via email to