# HG changeset patch # User Pierre-Yves David # Date 1731202844 -3600 # Node ID 48f772a5c476a31fefe975812b52fb382e95e809 # Parent 8cacf7952f14b1e0ace71ddfd59e6503d4cb942b ci: shard the tests on windows too diff -r 8cacf7952f14 -r 48f772a5c476 contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Wed Nov 13 00:52:13 2024 +0100 +++ b/contrib/heptapod-ci.yml Sun Nov 10 02:40:44 2024 +0100 @@ -341,6 +341,11 @@ .windows-runtests: extends: .windows stage: platform-compat + # the UX for manual parallel jobs is quite awful, and the job que depends + # upon are manual anyway, so we can make this start automatically once the + # associated wheel is ready. + when: on_success + parallel: 20 script: - echo "Entering script section" - echo "python used, $Env:PYTHON" @@ -364,6 +369,7 @@ $WHEEL_ARG $FLAVOR --port `expr 19051 + 1009 "*" $CI_CONCURRENT_ID` + --shard-index $CI_NODE_INDEX --shard-total $CI_NODE_TOTAL $FILTER $RUNTEST_ARGS; '