summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/spack/gitlab/cloud_pipelines/stacks/deprecated/spack.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/deprecated/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/deprecated/spack.yaml
index 17d5447c4d..017c3d9c70 100644
--- a/share/spack/gitlab/cloud_pipelines/stacks/deprecated/spack.yaml
+++ b/share/spack/gitlab/cloud_pipelines/stacks/deprecated/spack.yaml
@@ -62,6 +62,9 @@ spack:
- match:
- '@:'
runner-attributes:
+ id_tokens:
+ GITLAB_OIDC_TOKEN:
+ aud: "${OIDC_TOKEN_AUDIENCE}"
tags: [spack, public, small, x86_64]
variables:
CI_JOB_SIZE: small
@@ -69,6 +72,9 @@ spack:
KUBERNETES_CPU_REQUEST: 500m
KUBERNETES_MEMORY_REQUEST: 500M
signing-job-attributes:
+ id_tokens:
+ GITLAB_OIDC_TOKEN:
+ aud: "${OIDC_TOKEN_AUDIENCE}"
image: {name: 'ghcr.io/spack/notary:latest', entrypoint: ['']}
tags: [aws]
script:
@@ -80,6 +86,9 @@ spack:
--recursive --exclude "*" --include "*.pub"
service-job-attributes:
+ id_tokens:
+ GITLAB_OIDC_TOKEN:
+ aud: "${OIDC_TOKEN_AUDIENCE}"
image: ghcr.io/spack/tutorial-ubuntu-18.04:v2021-11-02
before_script:
- . "./share/spack/setup-env.sh"