mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-19 02:17:27 +08:00
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:
@@ -75,6 +75,13 @@
|
|||||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"
|
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"
|
||||||
CMAKE_ARCH: x86_64
|
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
|
#### Lint builds
|
||||||
|
|
||||||
.fedora39_tidy:
|
.fedora39_tidy:
|
||||||
@@ -410,7 +417,7 @@
|
|||||||
CTEST_LABELS: "HIP"
|
CTEST_LABELS: "HIP"
|
||||||
|
|
||||||
.fedora39_hip_radeon:
|
.fedora39_hip_radeon:
|
||||||
extends: .fedora39
|
extends: .fedora39_hip
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
CMAKE_CONFIGURATION: fedora39_hip_radeon
|
CMAKE_CONFIGURATION: fedora39_hip_radeon
|
||||||
|
Reference in New Issue
Block a user