ci: replace 'graviton3' with 'neoverse_v1' (#49860)

neoverse_v1 matches the name of the stack and more accurately captures
the requirement for these jobs. The relevant runners in GitLab already
bear both tags, so this shouldn't affect how jobs get assigned to runners.
This commit is contained in:
Zack Galbreath
2025-04-03 15:24:39 -04:00
committed by GitHub
parent f0bfc7d898
commit 136a658746
2 changed files with 2 additions and 2 deletions

View File

@@ -188,7 +188,7 @@ default:
.generate-neoverse_v1:
extends: [ ".generate-base" ]
tags: ["spack", "public", "medium", "aarch64", "graviton3"]
tags: ["spack", "public", "medium", "aarch64", "neoverse_v1"]
.generate-neoverse-v2:
extends: [ ".generate-base" ]

View File

@@ -1,4 +1,4 @@
ci:
pipeline-gen:
- build-job:
tags: ["aarch64", "graviton3"]
tags: ["aarch64", "neoverse_v1"]