ci: Tag reindex job to match the image architecture (#39958)

This commit is contained in:
Scott Wittenburg 2023-09-12 14:33:56 -06:00 committed by GitHub
parent 621d42d0c7
commit fa9acb6a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"