# HG changeset patch # User Pierre-Yves David # Date 1731515068 -3600 # Node ID 05953a37c608da67bd26e435ef65fcea36ab08f5 # Parent 16e5de783a1bced48e55daeab7dca6a6243314ee 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. diff -r 16e5de783a1b -r 05953a37c608 contrib/heptapod-ci.yml --- 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