ci: adjust port range on windows too stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Sun, 10 Nov 2024 02:39:27 +0100
branchstable
changeset 52229 4bbb4fc9af3b
parent 52228 be1f06902861
child 52230 7a568296296e
ci: adjust port range on windows too This will help having concurrency on the windows runner too.
contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml	Mon Nov 11 23:44:04 2024 +0100
+++ b/contrib/heptapod-ci.yml	Sun Nov 10 02:39:27 2024 +0100
@@ -310,6 +310,7 @@
                $PYTHON tests/run-tests.py
                --color=always
                $FLAVOR
+               --port `expr 19051 + 1009 "*" $CI_CONCURRENT_ID`
                $FILTER
                $RUNTEST_ARGS;
           '