Skip to content

Commit

Permalink
[develop] Update srw_unittest.sh to remove jet-epic.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelLueken committed Aug 11, 2023
1 parent d9028f4 commit d9986c1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .cicd/scripts/srw_unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ 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

hpss_machines=( jet hera )
if [[ ${hpss_machines[@]} =~ ${SRW_PLATFORM} ]] ; then

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

0 comments on commit d9986c1

Please sign in to comment.