diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4c3f70734..e5b136e949 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: