Skip to content

Commit

Permalink
[ci] Do cdash submit on failed ctest runs as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Aug 15, 2024
1 parent 6f76fcd commit 5fef1c1
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 5fef1c1

Please sign in to comment.