Skip to content

Commit adb0d1d

Browse files
author
Vasileios Karakasis
authored
Merge pull request #1658 from teojgo/ci/no_parallel_unittests_eiger
[ci] Disable parallel unittests in CI for eiger
2 parents e1611cd + a0c212a commit adb0d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-scripts/ci-runner.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ if [ "X${MODULEUSE}" != "X" ]; then
126126
fi
127127

128128
parallel_opts="--workers=auto --forked"
129-
if [[ $(hostname) =~ tsa ]]; then
129+
if [[ $(hostname) =~ tsa|uan ]]; then
130130
parallel_opts=""
131131
fi
132132

0 commit comments

Comments
 (0)