Skip to content

Commit

Permalink
ci hostname wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
PDoakORNL committed Oct 11, 2024
1 parent 49cfa48 commit 970a90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_automation/ci/run_step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ case "$1" in
esac

# Path to QMC_DATA in self-hosted CI system and point at minimum gcc-9
if [[ "$HOST_NAME" =~ (v100-ci) ]]
if [[ "$HOST_NAME" =~ (v100-again) ]]
then
# use gcc-12
export PATH=/home/epd/spack/opt/spack/linux-ubuntu20.04-cascadelake/gcc-12.2.0/gcc-12.2.0-cx7pjxgmemcce4tohlmsekuo5qvgjqbl/bin:/home/epd/spack/opt/spack/linux-ubuntu20.04-cascadelake/gcc-12.2.0/ninja-1.11.1-plzpokehn3kdbcviteppqntkqun5752f/bin:/home/epd/spack/opt/spack/linux-ubuntu20.04-cascadelake/gcc-12.2.0/cmake-3.25.0-xlxorwhfz5jxpyx65ypsh2horyo7n3ef/bin:$PATH
Expand Down

0 comments on commit 970a90a

Please sign in to comment.