File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747
4848# Call job card and return job_id
4949echo " Running: ${workflow_cmd} -A ${SRW_PROJECT} ${arg_1} ${WORKSPACE} /${SRW_PLATFORM} /.cicd/scripts/${workflow_cmd} _srw_ftest.sh"
50- job_id=$( ${workflow_cmd} -A ${SRW_PROJECT} ${arg_1} ${WORKSPACE} /${SRW_PLATFORM} /.cicd/scripts/${workflow_cmd} _srw_ftest.sh)
50+ if [[ " ${SRW_PLATFORM} " == gaeac6 ]]; then
51+ job_id=$( ${workflow_cmd} -A ${SRW_PROJECT} ${arg_1} ${WORKSPACE} /${SRW_PLATFORM} /.cicd/scripts/${workflow_cmd} _srw_ftest.sh) | awk -F' ;' ' {print $1}'
52+ else
53+ job_id=$( ${workflow_cmd} -A ${SRW_PROJECT} ${arg_1} ${WORKSPACE} /${SRW_PLATFORM} /.cicd/scripts/${workflow_cmd} _srw_ftest.sh)
54+ fi
5155
5256echo " Waiting ten seconds for node to initialize"
5357sleep 10
Original file line number Diff line number Diff line change 132132 r'https://gsl.noaa.gov/research/predictions' ,
133133 r'https://fvcom.smast.umassd.edu' ,
134134 r'https://www.nssl.noaa.gov/' ,
135+ r'https://epic.noaa.gov/unified-post-processor/' ,
136+ r'https://epic.noaa.gov/' ,
137+ r'https://ufs.epic.noaa.gov/applications/' ,
138+ r'https://ufs.epic.noaa.gov/' ,
135139 ]
136140
137141# Ignore anchor tags for SRW App data bucket. Shows Not Found even when they exist.
You can’t perform that action at this time.
0 commit comments