diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2023-04-13 15:29:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 15:29:15 -0500 |
commit | a9db5620f56353319bb57476bb98d2b3da015744 (patch) | |
tree | 87b6c1f2eeb14bbcc9cba86352aabc48759d7da0 /share | |
parent | f4833a98690b6fa2b7cedc235d3b65d50f0b796d (diff) | |
download | spack-a9db5620f56353319bb57476bb98d2b3da015744.tar.gz spack-a9db5620f56353319bb57476bb98d2b3da015744.tar.bz2 spack-a9db5620f56353319bb57476bb98d2b3da015744.tar.xz spack-a9db5620f56353319bb57476bb98d2b3da015744.zip |
remove x86_64_v3 tags (#36828)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/gpu-tests/spack.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/gpu-tests/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/gpu-tests/spack.yaml index a0d17622d3..bb7c35063c 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/gpu-tests/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/gpu-tests/spack.yaml @@ -62,17 +62,17 @@ spack: - match: - kokkos +rocm amdgpu_target=gfx90a build-job-remove: - tags: [ "x86_64" ] + tags: [ "x86_64", "x86_64_v3" ] build-job: - tags: [ "x86_64-rocm", "rocm-5.4.0", "mi210" ] + tags: [ "x86_64_v3-rocm", "rocm-5.4.0", "mi210" ] - match: - kokkos +cuda cuda_arch=80 ^cuda@12.0.0 - raja +cuda cuda_arch=80 ^cuda@12.0.0 build-job-remove: - tags: [ "x86_64" ] + tags: [ "x86_64", "x86_64_v3" ] build-job: - tags: [ "x86_64-cuda", "nvidia-525.85.12", "cuda-12.0", "a100" ] + tags: [ "x86_64_v3-cuda", "nvidia-525.85.12", "cuda-12.0", "a100" ] cdash: build-group: GPU Testing |