diff options
author | kwryankrattiger <80296582+kwryankrattiger@users.noreply.github.com> | 2024-06-07 06:20:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-07 13:20:02 +0200 |
commit | b0a2ea397092e60122714a9323ff8e297d347855 (patch) | |
tree | 74da0c65151a5148a09711366f6d0959c01c209f /share | |
parent | cb439a09dd0039d8469add729539adc562810feb (diff) | |
download | spack-b0a2ea397092e60122714a9323ff8e297d347855.tar.gz spack-b0a2ea397092e60122714a9323ff8e297d347855.tar.bz2 spack-b0a2ea397092e60122714a9323ff8e297d347855.tar.xz spack-b0a2ea397092e60122714a9323ff8e297d347855.zip |
Generate jobs should use x86_64_v3 runners only (#44582)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index 127b04724a..820db18d8d 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -187,7 +187,7 @@ default: .generate-x86_64: extends: [ ".generate-base" ] - tags: ["spack", "public", "medium", "x86_64"] + tags: ["spack", "public", "medium", "x86_64_v3"] .generate-aarch64: extends: [ ".generate-base" ] |