Skip to content
Snippets Groups Projects
Commit 48f772a5c476 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

ci: shard the tests on windows too

parent 8cacf7952f14
No related branches found
No related tags found
Loading
Pipeline #92287 passed
......@@ -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;
'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment