mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ci: add tags to tie HIP jobs to runners with matching hardware
This is necessary to add CI runners with newer AMD GPUs over time.
This commit is contained in:
@@ -221,7 +221,7 @@ t:debian12-hip-radeon:
|
||||
extends:
|
||||
- .debian12_hip_radeon
|
||||
- .cmake_test_linux_release
|
||||
- .linux_x86_64_tags_radeon
|
||||
- .linux_x86_64_tags_rocm5.2
|
||||
- .run_dependent
|
||||
- .needs_centos7_x86_64
|
||||
variables:
|
||||
@@ -231,7 +231,7 @@ t:fedora41-hip-radeon:
|
||||
extends:
|
||||
- .fedora41_hip_radeon
|
||||
- .cmake_test_linux_release
|
||||
- .linux_x86_64_tags_radeon
|
||||
- .linux_x86_64_tags_rocm6.2
|
||||
- .run_dependent
|
||||
- .needs_centos7_x86_64
|
||||
variables:
|
||||
@@ -455,7 +455,7 @@ t:hip6.3-radeon:
|
||||
extends:
|
||||
- .hip6.3_radeon
|
||||
- .cmake_test_linux_release
|
||||
- .linux_x86_64_tags_radeon
|
||||
- .linux_x86_64_tags_rocm6.3
|
||||
- .run_dependent
|
||||
- .needs_centos7_x86_64
|
||||
variables:
|
||||
|
||||
@@ -567,10 +567,27 @@
|
||||
- docker
|
||||
- linux-x86_64-v3
|
||||
|
||||
.linux_x86_64_tags_radeon:
|
||||
.linux_x86_64_tags_rocm5.2:
|
||||
tags:
|
||||
- cmake
|
||||
- radeon
|
||||
- rocm-5.2
|
||||
- docker
|
||||
- linux-x86_64
|
||||
|
||||
.linux_x86_64_tags_rocm6.2:
|
||||
tags:
|
||||
- cmake
|
||||
- radeon
|
||||
- rocm-6.2
|
||||
- docker
|
||||
- linux-x86_64
|
||||
|
||||
.linux_x86_64_tags_rocm6.3:
|
||||
tags:
|
||||
- cmake
|
||||
- radeon
|
||||
- rocm-6.3
|
||||
- docker
|
||||
- linux-x86_64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user