diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a56e510bec..825e1600842 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -436,6 +436,17 @@ build/amd/openmpi/clang/rocm40/release/static: BUILD_TYPE: "Release" BUILD_SHARED_LIBS: "OFF" +test/amd/openmpi/clang/rocm40/release/static: + extends: + - .build_and_test_template + - .default_variables + - .quick_test_condition + - .use_gko-rocm40-openmpi-gnu8-llvm50 + variables: + USE_NAME: "amd-openmpi-clang-${CI_PIPELINE_ID}" + dependencies: null + needs: [ "build/amd/openmpi/clang/rocm40/release/static" ] + # ROCm 4.5 and friends build/amd/nompi/gcc/rocm45/release/shared: extends: @@ -555,6 +566,17 @@ build/nocuda/openmpi/clang/omp/debug/static: FAST_TESTS: "ON" BUILD_SHARED_LIBS: "OFF" +test/nocuda/openmpi/clang/omp/debug/static: + extends: + - .build_and_test_template + - .default_variables + - .full_test_condition + - .use_gko-nocuda-openmpi-gnu9-llvm8 + variables: + USE_NAME: "nocuda-openmpi-clang-${CI_PIPELINE_ID}" + dependencies: null + needs: [ "build/nocuda/openmpi/clang/omp/debug/static" ] + # nocuda with the oldest supported compiler build/nocuda/nompi/intel/core/debug/shared: extends: