Skip to content

Commit 3734e7b

Browse files
authored
Update .gitlab-ci.yml
1 parent df80e07 commit 3734e7b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ build-perlmutter:
1111
stage: build
1212
when: manual
1313
allow_failure: false
14+
id_tokens:
15+
SITE_ID_TOKEN:
16+
aud: https://software.nersc.gov/
1417
rules:
1518
- if: '$METRICS == null'
1619
tags:
@@ -36,6 +39,9 @@ build-perlmutter:
3639

3740
test-perlmutter:
3841
stage: test
42+
id_tokens:
43+
SITE_ID_TOKEN:
44+
aud: https://software.nersc.gov/
3945
rules:
4046
- if: '$METRICS == null'
4147
needs: ["build-perlmutter"]
@@ -77,6 +83,9 @@ test-perlmutter:
7783

7884
build-perlmutter-metrics:
7985
stage: build
86+
id_tokens:
87+
SITE_ID_TOKEN:
88+
aud: https://software.nersc.gov/
8089
rules:
8190
- if: '$CI_PIPELINE_SOURCE == "schedule" && $METRICS == "true"'
8291
tags:
@@ -102,6 +111,9 @@ build-perlmutter-metrics:
102111

103112
metrics-perlmutter:
104113
stage: metrics
114+
id_tokens:
115+
SITE_ID_TOKEN:
116+
aud: https://software.nersc.gov/
105117
rules:
106118
- if: '$CI_PIPELINE_SOURCE == "schedule" && $METRICS == "true"'
107119
needs: ["build-perlmutter-metrics"]

0 commit comments

Comments
 (0)