Skip to content

Commit d7f0eb2

Browse files
committed
[bf/GaeaC6_CICD_fix]:
* .cicd/scripts/wrapper_srw_ftest.sh - Updated job_id to include | awk -F';' '{print $1}' to allow the Functional WorkflowTaskTests stage to run on Gaea C6 following the SLURM update
1 parent ac1f31b commit d7f0eb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cicd/scripts/wrapper_srw_ftest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fi
4747

4848
# Call job card and return job_id
4949
echo "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+
job_id=$(${workflow_cmd} -A ${SRW_PROJECT} ${arg_1} ${WORKSPACE}/${SRW_PLATFORM}/.cicd/scripts/${workflow_cmd}_srw_ftest.sh) | awk -F';' '{print $1}'
5151

5252
echo "Waiting ten seconds for node to initialize"
5353
sleep 10

0 commit comments

Comments
 (0)