Skip to content

Commit

Permalink
[develop] Update srw_unittest.sh to use jet instead of jet-epic.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelLueken committed Aug 11, 2023
1 parent a62933e commit d9028f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cicd/scripts/srw_unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ fi
cd $workspace
# Only run this on machines with hpss access
hpss_machines=( jet jet-epic hera )

if [[ ${hpss_machines} = jet-epic ]]; then
hpss_machines=jet
fi

if [[ ${hpss_machines[@]} =~ ${SRW_PLATFORM} ]] ; then

source ${workspace}/ush/load_modules_wflow.sh ${SRW_PLATFORM}
Expand Down

0 comments on commit d9028f4

Please sign in to comment.