diff options
author | Scott Wittenburg <scott.wittenburg@kitware.com> | 2023-09-12 14:33:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 16:33:56 -0400 |
commit | fa9acb6a98876a56f127b0f15f8fdcfd5836f08f (patch) | |
tree | 38bdfc0d889ea68194de4e523f11dc252a973369 /share | |
parent | 621d42d0c7e62aced1b06917fec767593231323b (diff) | |
download | spack-fa9acb6a98876a56f127b0f15f8fdcfd5836f08f.tar.gz spack-fa9acb6a98876a56f127b0f15f8fdcfd5836f08f.tar.bz2 spack-fa9acb6a98876a56f127b0f15f8fdcfd5836f08f.tar.xz spack-fa9acb6a98876a56f127b0f15f8fdcfd5836f08f.zip |
ci: Tag reindex job to match the image architecture (#39958)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/configs/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml index 2973d1d799..ff115c9c31 100644 --- a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml +++ b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml @@ -70,7 +70,7 @@ ci: KUBERNETES_MEMORY_REQUEST: "16G" - reindex-job: - tags: ["service"] + tags: ["service", "x86_64"] image: "ghcr.io/spack/ubuntu20.04-runner-x86_64:2023-01-01" variables: CI_JOB_SIZE: "medium" |