We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa596a6 commit 94167edCopy full SHA for 94167ed
.gitlab-ci.yml
@@ -64,6 +64,8 @@ perlmutter-authorize:
64
65
perlmutter-no-cache-build:
66
stage: build
67
+ rules:
68
+ - if: '$METRICS == null'
69
needs:
70
- perlmutter-authorize
71
id_tokens:
@@ -91,11 +93,13 @@ perlmutter-no-cache-build:
91
93
92
94
perlmutter-cache-build:
95
- needs:
- - perlmutter-authorize
96
97
SITE_ID_TOKEN:
98
aud: https://gitlab.com/
99
100
101
+ needs:
102
+ - perlmutter-authorize
103
allow_failure: false
104
tags:
105
- perlmutter
@@ -278,6 +282,7 @@ perlmutter-cache-parallel-pdc:
278
282
- if: '$METRICS == null'
279
283
280
284
- perlmutter-cache-build
285
+ allow_failure: false
281
286
287
288
variables:
0 commit comments