Skip to content

Commit b2de333

Browse files
committed
Update scripts for CSCS CI
1 parent bddfe7d commit b2de333

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci-scripts/ci-runner.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ checked_exec()
4141

4242
run_tutorial_checks()
4343
{
44+
export RFM_AUTODETECT_XTHOSTNAME=1
4445
cmd="./bin/reframe -C tutorials/config/settings.py -J account=jenscscs \
4546
--save-log-files --flex-alloc-nodes=2 -r -x HelloThreadedExtendedTest|BZip2.*Check $@"
4647
echo "[INFO] Running tutorial checks with \`$cmd'"
@@ -157,6 +158,7 @@ else
157158
# Run unit tests with the scheduler backends
158159
tempdir=$(mktemp -d -p $SCRATCH)
159160
echo "[INFO] Using temporary directory: $tempdir"
161+
export RFM_AUTODETECT_XTHOSTNAME=1
160162
if [[ $(hostname) =~ dom ]]; then
161163
PATH_save=$PATH
162164
export PATH=/apps/dom/UES/karakasv/slurm-wrappers/bin:$PATH

0 commit comments

Comments
 (0)