Skip to content
Snippets Groups Projects
Commit 84f677e5 authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'fix-cdash-submit' into 'master'

[ci] Do cdash submit on failed ctest runs as well

See merge request ogs/ogs!5074
parents 6f76fcdc 5fef1c1a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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