Mentions légales du service

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

Use CI matrix to factorize a bit the tests of the wrapper

parent e6eeb27f
No related branches found
No related tags found
1 merge request!41Distribute wrapper testings in specific categories
...@@ -57,3 +57,33 @@ test_spm_mpi_dist: ...@@ -57,3 +57,33 @@ test_spm_mpi_dist:
dependencies: dependencies:
- build_spm_mpi - build_spm_mpi
<<: *test_script_mpi <<: *test_script_mpi
test_wrapper_seq:
variables:
VERSION: seq
parallel:
matrix:
- RUN: python
TESTS_RESTRICTION: "-R \"^python_\""
- RUN: fortran
TESTS_RESTRICTION: "-R \"^fortran_\""
- RUN: julia
TESTS_RESTRICTION: "-R \"^julia_\""
dependencies:
- build_spm_seq
<<: *test_script_seq
test_wrapper_mpi:
variables:
VERSION: mpi
parallel:
matrix:
- RUN: python
TESTS_RESTRICTION: "-R \"^python_\""
- RUN: fortran
TESTS_RESTRICTION: "-R \"^fortran_\""
- RUN: julia
TESTS_RESTRICTION: "-R \"^julia_\""
dependencies:
- build_spm_mpi
<<: *test_script_mpi
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