Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
c254d554
Commit
c254d554
authored
Dec 06, 2017
by
PRUVOST Florent
Browse files
fix ctest regexp to filter tests
parent
bfceb07a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c254d554
...
@@ -25,8 +25,7 @@ starpu_cuda_mpi:
...
@@ -25,8 +25,7 @@ starpu_cuda_mpi:
-DCHAMELEON_USE_CUDA=ON
-DCHAMELEON_USE_CUDA=ON
-DCHAMELEON_USE_MPI=ON &&
-DCHAMELEON_USE_MPI=ON &&
ctest --no-compress-output -V -j
5
ctest --no-compress-output -V -j
5
-R test_shm_s
-R "test_shm_s|mpi_s"
-R mpi_s
-D ExperimentalBuild
-D ExperimentalBuild
-D ExperimentalTest
-D ExperimentalTest
-D ExperimentalCoverage
-D ExperimentalCoverage
...
@@ -47,6 +46,7 @@ starpu_simgrid:
...
@@ -47,6 +46,7 @@ starpu_simgrid:
-
chameleon-build-starpu-simgrid.log
-
chameleon-build-starpu-simgrid.log
-
chameleon_starpu_simgrid.lcov
-
chameleon_starpu_simgrid.lcov
script
:
script
:
-
source .gitlab-ci-env.sh simu
-
(cd build &&
-
(cd build &&
cmake -C ../cmake_modules/gitlab-ci-initial-cache.cmake ..
cmake -C ../cmake_modules/gitlab-ci-initial-cache.cmake ..
-DCHAMELEON_SIMULATION=ON
-DCHAMELEON_SIMULATION=ON
...
@@ -77,7 +77,7 @@ quark:
...
@@ -77,7 +77,7 @@ quark:
cmake -C ../cmake_modules/gitlab-ci-initial-cache.cmake ..
cmake -C ../cmake_modules/gitlab-ci-initial-cache.cmake ..
-DCHAMELEON_SCHED_QUARK=ON &&
-DCHAMELEON_SCHED_QUARK=ON &&
ctest --no-compress-output -V -j
5
ctest --no-compress-output -V -j
5
-R test_shm_s
-R
"
test_shm_s
"
-D ExperimentalBuild
-D ExperimentalBuild
-D ExperimentalTest
-D ExperimentalTest
-D ExperimentalCoverage
-D ExperimentalCoverage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment