Skip to content

Commit 94167ed

Browse files
committed
working on metrics CI
1 parent aa596a6 commit 94167ed

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ perlmutter-authorize:
6464
6565
perlmutter-no-cache-build:
6666
stage: build
67+
rules:
68+
- if: '$METRICS == null'
6769
needs:
6870
- perlmutter-authorize
6971
id_tokens:
@@ -91,11 +93,13 @@ perlmutter-no-cache-build:
9193

9294
perlmutter-cache-build:
9395
stage: build
94-
needs:
95-
- perlmutter-authorize
9696
id_tokens:
9797
SITE_ID_TOKEN:
9898
aud: https://gitlab.com/
99+
rules:
100+
- if: '$METRICS == null'
101+
needs:
102+
- perlmutter-authorize
99103
allow_failure: false
100104
tags:
101105
- perlmutter
@@ -278,6 +282,7 @@ perlmutter-cache-parallel-pdc:
278282
- if: '$METRICS == null'
279283
needs:
280284
- perlmutter-cache-build
285+
allow_failure: false
281286
tags:
282287
- perlmutter
283288
variables:

0 commit comments

Comments
 (0)