File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
3740test-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
7884build-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
103112metrics-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"]
You can’t perform that action at this time.
0 commit comments