From 3a44b8dfc0697cf0e72aa370a15e8fadcf81da6c Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 24 Apr 2024 15:06:59 -0400 Subject: ci: Move job for HIP tests on Fedora 39 to a dedicated base image The ROCm 6 HIP packages on Fedora 40 do not seem to fully work for our test suite in CI jobs. Use a dedicated image to run our HIP tests on Fedora 39 so that the rest of our Fedora jobs can be moved to Fedora 40 later. Issue: #25932 --- .gitlab/os-linux.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index 03778c2..de1d64b 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -75,6 +75,13 @@ GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes" CMAKE_ARCH: x86_64 +.fedora39_hip: + image: "kitware/cmake:ci-fedora39-hip-x86_64-2024-04-24" + + variables: + GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci" + CMAKE_ARCH: x86_64 + #### Lint builds .fedora39_tidy: @@ -410,7 +417,7 @@ CTEST_LABELS: "HIP" .fedora39_hip_radeon: - extends: .fedora39 + extends: .fedora39_hip variables: CMAKE_CONFIGURATION: fedora39_hip_radeon -- cgit v0.12