changeset 52250:05953a37c608 stable

ci: let the Windows runner decide how many job they want to run With the extra concurrency at the runner level, this is no longer needed and might actually be counterproductive.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 13 Nov 2024 17:24:28 +0100
parents 16e5de783a1b
children 31d45a1cbc47
files contrib/heptapod-ci.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/heptapod-ci.yml	Sat Nov 09 02:55:33 2024 +0100
+++ b/contrib/heptapod-ci.yml	Wed Nov 13 17:24:28 2024 +0100
@@ -406,7 +406,7 @@
 windows:
     extends: .windows-runtests
     variables:
-        RUNTEST_ARGS: "-j 8"
+        RUNTEST_ARGS: ""
         WHEEL_ARG: "--hg-wheel wheels/win32/mercurial-*-cp39-cp39-win_amd64.whl"
     needs:
       - job: build-c-wheel-windows