From 136a658746592535cfa1bdc698f3e1e57aecc992 Mon Sep 17 00:00:00 2001 From: Zack Galbreath Date: Thu, 3 Apr 2025 15:24:39 -0400 Subject: [PATCH] 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. --- share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 2 +- .../gitlab/cloud_pipelines/configs/linux/neoverse_v1/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index c8d33e37380..971f1dbf7e4 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -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" ] diff --git a/share/spack/gitlab/cloud_pipelines/configs/linux/neoverse_v1/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/linux/neoverse_v1/ci.yaml index 82aa1eae7bf..84b409f158a 100644 --- a/share/spack/gitlab/cloud_pipelines/configs/linux/neoverse_v1/ci.yaml +++ b/share/spack/gitlab/cloud_pipelines/configs/linux/neoverse_v1/ci.yaml @@ -1,4 +1,4 @@ ci: pipeline-gen: - build-job: - tags: ["aarch64", "graviton3"] + tags: ["aarch64", "neoverse_v1"]