Skip to content

Commit

Permalink
Merge branch 'fix-cdash-submit' into 'master'
Browse files Browse the repository at this point in the history
[ci] Do cdash submit on failed ctest runs as well

See merge request ogs/ogs!5074
  • Loading branch information
bilke committed Aug 16, 2024
2 parents 6f76fcd + 5fef1c1 commit 84f677e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/ci/extends/template-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,11 @@
echo "ctest arguments: ${ctest_arguments}"
maybe_run_with_xvfb ctest \
-M Experimental --group "${ctest_group}" "${regex_argument}" \
--test-dir "${build_dir_full}" -T Start -T Test \
--test-dir "${build_dir_full}" -T Start -T Test -T Submit \
${ctest_arguments} \
--output-junit Tests/ctest.xml \
--stop-time "`date -d "today + ${ctest_timeout} minutes" +'%H:%M:%S'`" \
--no-tests=error
ctest --test-dir "${build_dir_full}" -T Submit || true
fi
fi
Expand Down

0 comments on commit 84f677e

Please sign in to comment.