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
This commit is contained in:
parent
d909ea2ed8
commit
3a44b8dfc0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user