Skip to content
Snippets Groups Projects
Commit 3e233d5b authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Add check to use the jobs_failed_status.log file to see if everything finished properly or not.

parent 69558664
No related branches found
No related tags found
No related merge requests found
Pipeline #18795 failed
......@@ -35,3 +35,6 @@ setup_autoicon_example "$ICON_CASE" "$ICON_VERSION" "${EXTRA_NAMELIST}"
# Create and run experiment
autosubmit create ${EXPID} -np
autosubmit run ${EXPID}
# Check that all jobs finished correctly
[ ! -s autosubmit/${EXPID}/tmp/ASLOGS/jobs_failed_status.log ] || exit 1
......@@ -24,3 +24,6 @@ setup_autoicon_example "$ICON_CASE" "$ICON_VERSION" "${EXTRA_NAMELIST}"
# Create and run experiment
autosubmit create ${EXPID} -np
autosubmit run ${EXPID}
# Check that all jobs finished correctly
[ ! -s autosubmit/${EXPID}/tmp/ASLOGS/jobs_failed_status.log ] || exit 1
......@@ -24,3 +24,6 @@ setup_autoicon_example "$ICON_CASE" "$ICON_VERSION" "${EXTRA_NAMELIST}"
# Create and run experiment
autosubmit create ${EXPID} -np
autosubmit run ${EXPID}
# Check that all jobs finished correctly
[ ! -s autosubmit/${EXPID}/tmp/ASLOGS/jobs_failed_status.log ] || exit 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment