changeset 52195:4bbb4fc9af3b stable

ci: adjust port range on windows too This will help having concurrency on the windows runner too.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 10 Nov 2024 02:39:27 +0100
parents be1f06902861
children 7a568296296e
files contrib/heptapod-ci.yml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
           '