changeset 52194:be1f06902861 stable

windows: skip test-clonebundles-autogen.t in the CI This test is hanging the CI, so lets ignore it for now.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 11 Nov 2024 23:44:04 +0100
parents f514c5acfdd6
children 4bbb4fc9af3b
files contrib/heptapod-ci.yml
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/heptapod-ci.yml	Wed Nov 13 00:53:18 2024 +0100
+++ b/contrib/heptapod-ci.yml	Mon Nov 11 23:44:04 2024 +0100
@@ -300,6 +300,9 @@
         - echo "$Env:RUNTEST_ARGS"
         - echo "$Env:TMP"
         - echo "$Env:TEMP"
+        # This test is hanging the worker and not that important, so lets skip
+        # it for now
+        - C:/hgdev/MinGW/msys/1.0/bin/sh.exe -c 'cd "$OLDPWD" && echo tests/test-clonebundles-autogen.t > $TMP_WORK_DIR/windows-skip.txt'
 
         - C:/hgdev/MinGW/msys/1.0/bin/sh.exe
           --login -c 'cd "$OLDPWD"
@@ -313,7 +316,7 @@
     variables:
       RUNTEST_ARGS: ""
       FLAVOR: ""
-      FILTER: "--blacklist ${TMP_WORK_DIR}/check-tests.txt"
+      FILTER: "--blacklist ${TMP_WORK_DIR}/check-tests.txt --blacklist ${TMP_WORK_DIR}/windows-skip.txt"
 
 windows:
     extends: .windows-runtests