Mentions légales du service

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

Try to limit the number of tests running in parallel

parent 9f07583e
No related branches found
No related tags found
1 merge request!78Cleanup - Lapack to tile
This commit is part of merge request !78. Comments created here will be created in the context of that merge request.
......@@ -45,7 +45,7 @@ test_starpu_cuda_mpi:
- chameleon_starpu_mpi.lcov
script:
- (cd build &&
ctest --no-compress-output -V -j 5
ctest --no-compress-output -V
-R "test_shm_s|mpi_s"
-D ExperimentalTest
-D ExperimentalCoverage
......@@ -90,7 +90,7 @@ test_starpu_simgrid:
script:
- source .gitlab-ci-env.sh simu
- (cd build &&
ctest --no-compress-output -V -j 5
ctest --no-compress-output -V
-D ExperimentalTest
-D ExperimentalCoverage
-D ExperimentalSubmit
......@@ -130,7 +130,7 @@ test_quark:
- chameleon_quark.lcov
script:
- (cd build &&
ctest --no-compress-output -V -j 5
ctest --no-compress-output -V
-R "test_shm_s"
-D ExperimentalTest
-D ExperimentalCoverage
......
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