Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 273f04be authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Merge branch 'ci/hotfix' into 'master'

Remove cdash submit

See merge request solverstack/chameleon!264
parents 59f9009b 6843a660
No related branches found
No related tags found
No related merge requests found
...@@ -36,8 +36,7 @@ ...@@ -36,8 +36,7 @@
cmake -C ../cmake_modules/gitlab-ci-initial-cache.cmake .. $BUILD_OPTIONS && cmake -C ../cmake_modules/gitlab-ci-initial-cache.cmake .. $BUILD_OPTIONS &&
scan-build -plist --intercept-first --exclude CMakeFiles --analyze-headers -o analyzer_reports scan-build -plist --intercept-first --exclude CMakeFiles --analyze-headers -o analyzer_reports
ctest --no-compress-output -V -j 5 ctest --no-compress-output -V -j 5
-D ExperimentalBuild -T Build
-D ExperimentalSubmit
| tee ../${LOGNAME}) | tee ../${LOGNAME})
- (cd build-$VERSION && - (cd build-$VERSION &&
make install | tee -a ../${LOGNAME} && make install | tee -a ../${LOGNAME} &&
...@@ -59,9 +58,8 @@ ...@@ -59,9 +58,8 @@
- (cd build-$VERSION && - (cd build-$VERSION &&
eval "ctest --no-compress-output -V eval "ctest --no-compress-output -V
$TESTS_RESTRICTION $TESTS_RESTRICTION
-D ExperimentalTest -T Test
-D ExperimentalCoverage -T Coverage
-D ExperimentalSubmit
| tee -a ../${LOGNAME}.log") | tee -a ../${LOGNAME}.log")
- lcov --directory build-$VERSION --capture --output-file ./${LOGNAME}.lcov - lcov --directory build-$VERSION --capture --output-file ./${LOGNAME}.lcov
- (cd build-$VERSION && lcov --directory . --capture --output-file ../bis_${LOGNAME}.lcov) - (cd build-$VERSION && lcov --directory . --capture --output-file ../bis_${LOGNAME}.lcov)
......
...@@ -104,6 +104,5 @@ test_starpu_shm_s_macosx: ...@@ -104,6 +104,5 @@ test_starpu_shm_s_macosx:
VERSION: starpu VERSION: starpu
script: script:
- cd build-starpu && ctest -V -R test_shm_s - cd build-starpu && ctest -V -R test_shm_s
-D ExperimentalTest -T Test
-D ExperimentalCoverage -T Coverage
-D ExperimentalSubmit
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