Mentions légales du service

Skip to content
Snippets Groups Projects

gitlab-ci: test_spm_mpi_dist job is too long on small instance runners, force using large ones

Merged PRUVOST Florent requested to merge fpruvost/spm:shared-runners into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -28,6 +28,7 @@ test_spm_seq_shm:
@@ -28,6 +28,7 @@ test_spm_seq_shm:
test_spm_mpi_shm:
test_spm_mpi_shm:
extends: .test_script_linux
extends: .test_script_linux
 
tags: ['ci.inria.fr', 'linux', 'large']
needs: [build_spm_mpi]
needs: [build_spm_mpi]
variables:
variables:
VERSION: mpi
VERSION: mpi
@@ -37,6 +38,7 @@ test_spm_mpi_shm:
@@ -37,6 +38,7 @@ test_spm_mpi_shm:
test_spm_mpi_dist:
test_spm_mpi_dist:
extends: .test_script_linux
extends: .test_script_linux
 
tags: ['ci.inria.fr', 'linux', 'large']
needs: [build_spm_mpi]
needs: [build_spm_mpi]
variables:
variables:
VERSION: mpi
VERSION: mpi
Loading