Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 959d792f authored by hhakim's avatar hhakim
Browse files

Disable error prone ctest report submission to inria cdash.

MacOS VM keeps failing on HTTP gateway error 502 when submitting to cdash.
We don't need CDash because the junit reports in HTML are uploaded to
gitlab so we can do all the same in one place.
parent 60e0034e
No related branches found
No related tags found
No related merge requests found
...@@ -114,4 +114,4 @@ endif (WITH_COVERAGE AND CTEST_COVERAGE_COMMAND) ...@@ -114,4 +114,4 @@ endif (WITH_COVERAGE AND CTEST_COVERAGE_COMMAND)
if (WITH_MEMCHECK AND CTEST_MEMORYCHECK_COMMAND) if (WITH_MEMCHECK AND CTEST_MEMORYCHECK_COMMAND)
ctest_memcheck() ctest_memcheck()
endif (WITH_MEMCHECK AND CTEST_MEMORYCHECK_COMMAND) endif (WITH_MEMCHECK AND CTEST_MEMORYCHECK_COMMAND)
CTEST_SUBMIT() # CTEST_SUBMIT() # 2023-05-26: disable test submission because cdash-ci.inria.fr seems defective (we rather use junit report, cf. gitlab-ci.yml)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment