Skip to content

Commit

Permalink
Isolate CI job due to repeated linker failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Sep 10, 2024
1 parent 09c315f commit 0537c63
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -523,16 +523,31 @@ maxset_3_cores:
<<: *global_job_definition
stage: additional_checks
when: on_success
needs:
- cuda12-maxset
variables:
CC: 'gcc-12'
CXX: 'g++-12'
GCOV: 'gcov-12'
myconfig: 'maxset'
with_cuda: 'true'
with_coverage: 'false'
with_coverage_python: 'true'
test_timeout: '900'
srcdir: '${CI_PROJECT_DIR}'
with_scafacos: 'true'
with_walberla: 'true'
with_walberla_avx: 'true'
with_stokesian_dynamics: 'true'
with_caliper: 'true'
check_odd_only: 'ntrue'
cmake_params: 'ESPRESSO_TEST_NP=3'
script:
- cd ${CI_PROJECT_DIR}/build
- cmake -D ESPRESSO_TEST_NP=3 .
- make -t && make check_unit_tests && make check_python_parallel_odd
- bash maintainer/CI/build_cmake.sh
timeout: 90m
tags:
- espresso
- cuda
- numa
- avx2
- reuse-artifacts-same-arch

status_success:
Expand Down

0 comments on commit 0537c63

Please sign in to comment.