From 6843a660cb5a9146633b8a980f83dc213a925be2 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Mon, 11 Oct 2021 11:25:19 +0200
Subject: [PATCH] Remove cdash submit

---
 .gitlab/common.yml      | 8 +++-----
 .gitlab/test_starpu.yml | 5 ++---
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/.gitlab/common.yml b/.gitlab/common.yml
index 91d5ee172..ed1c1b3a3 100644
--- a/.gitlab/common.yml
+++ b/.gitlab/common.yml
@@ -36,8 +36,7 @@
        cmake -C ../cmake_modules/gitlab-ci-initial-cache.cmake .. $BUILD_OPTIONS &&
        scan-build -plist --intercept-first --exclude CMakeFiles --analyze-headers -o analyzer_reports
        ctest --no-compress-output -V -j 5
-             -D ExperimentalBuild
-             -D ExperimentalSubmit
+             -T Build
              | tee ../${LOGNAME})
     - (cd build-$VERSION &&
        make install | tee -a ../${LOGNAME} &&
@@ -59,9 +58,8 @@
     - (cd build-$VERSION &&
        eval "ctest --no-compress-output -V
              $TESTS_RESTRICTION
-             -D ExperimentalTest
-             -D ExperimentalCoverage
-             -D ExperimentalSubmit
+             -T Test
+             -T Coverage
              | tee -a ../${LOGNAME}.log")
     - lcov --directory build-$VERSION --capture --output-file ./${LOGNAME}.lcov
     - (cd build-$VERSION && lcov --directory . --capture --output-file ../bis_${LOGNAME}.lcov)
diff --git a/.gitlab/test_starpu.yml b/.gitlab/test_starpu.yml
index 492c5fad1..ecbb2a0ef 100644
--- a/.gitlab/test_starpu.yml
+++ b/.gitlab/test_starpu.yml
@@ -104,6 +104,5 @@ test_starpu_shm_s_macosx:
     VERSION: starpu
   script:
     - cd build-starpu && ctest -V -R test_shm_s
-                               -D ExperimentalTest
-                               -D ExperimentalCoverage
-                               -D ExperimentalSubmit
+                               -T Test
+                               -T Coverage
-- 
GitLab