Skip to content

Commit 8fdf2c5

Browse files
committed
working on metrics CI
1 parent 55c66cd commit 8fdf2c5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.gitlab-ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ failure:
5050
perlmutter-authorize:
5151
stage: authorize
5252
rules:
53-
- if: '$METRICS == null'
54-
when: manual
53+
- if: '$METRICS == null'
54+
when: manual
5555
script:
5656
- |
5757
curl -L \
@@ -127,7 +127,7 @@ perlmutter-no-cache-parallel-pdc:
127127
SITE_ID_TOKEN:
128128
aud: https://gitlab.com/
129129
rules:
130-
- if: '$METRICS == null'
130+
- if: '$METRICS == null'
131131
needs:
132132
- perlmutter-no-cache-build
133133
tags:
@@ -150,7 +150,7 @@ perlmutter-no-cache-parallel-obj:
150150
SITE_ID_TOKEN:
151151
aud: https://gitlab.com/
152152
rules:
153-
- if: '$METRICS == null'
153+
- if: '$METRICS == null'
154154
needs:
155155
- perlmutter-no-cache-build
156156
- perlmutter-no-cache-parallel-pdc
@@ -174,7 +174,7 @@ perlmutter-no-cache-parallel-cont:
174174
SITE_ID_TOKEN:
175175
aud: https://gitlab.com/
176176
rules:
177-
- if: '$METRICS == null'
177+
- if: '$METRICS == null'
178178
needs:
179179
- perlmutter-no-cache-build
180180
- perlmutter-no-cache-parallel-pdc
@@ -198,7 +198,7 @@ perlmutter-no-cache-parallel-prop:
198198
SITE_ID_TOKEN:
199199
aud: https://gitlab.com/
200200
rules:
201-
- if: '$METRICS == null'
201+
- if: '$METRICS == null'
202202
needs:
203203
- perlmutter-no-cache-build
204204
- perlmutter-no-cache-parallel-pdc
@@ -222,7 +222,7 @@ perlmutter-no-cache-parallel-region:
222222
SITE_ID_TOKEN:
223223
aud: https://gitlab.com/
224224
rules:
225-
- if: '$METRICS == null'
225+
- if: '$METRICS == null'
226226
needs:
227227
- perlmutter-no-cache-build
228228
- perlmutter-no-cache-parallel-pdc
@@ -246,7 +246,7 @@ perlmutter-no-cache-parallel-region-all:
246246
SITE_ID_TOKEN:
247247
aud: https://gitlab.com/
248248
rules:
249-
- if: '$METRICS == null'
249+
- if: '$METRICS == null'
250250
needs:
251251
- perlmutter-no-cache-build
252252
- perlmutter-no-cache-parallel-pdc
@@ -275,7 +275,7 @@ perlmutter-cache-parallel-pdc:
275275
SITE_ID_TOKEN:
276276
aud: https://gitlab.com/
277277
rules:
278-
- if: '$METRICS == null'
278+
- if: '$METRICS == null'
279279
needs:
280280
- perlmutter-cache-build
281281
tags:
@@ -298,7 +298,7 @@ perlmutter-cache-parallel-obj:
298298
SITE_ID_TOKEN:
299299
aud: https://gitlab.com/
300300
rules:
301-
- if: '$METRICS == null'
301+
- if: '$METRICS == null'
302302
needs:
303303
- perlmutter-cache-build
304304
- perlmutter-cache-parallel-pdc
@@ -322,7 +322,7 @@ perlmutter-cache-parallel-cont:
322322
SITE_ID_TOKEN:
323323
aud: https://gitlab.com/
324324
rules:
325-
- if: '$METRICS == null'
325+
- if: '$METRICS == null'
326326
needs:
327327
- perlmutter-cache-build
328328
- perlmutter-cache-parallel-pdc
@@ -346,7 +346,7 @@ perlmutter-cache-parallel-prop:
346346
SITE_ID_TOKEN:
347347
aud: https://gitlab.com/
348348
rules:
349-
- if: '$METRICS == null'
349+
- if: '$METRICS == null'
350350
needs:
351351
- perlmutter-cache-build
352352
- perlmutter-cache-parallel-pdc
@@ -370,7 +370,7 @@ perlmutter-cache-parallel-region:
370370
SITE_ID_TOKEN:
371371
aud: https://gitlab.com/
372372
rules:
373-
- if: '$METRICS == null'
373+
- if: '$METRICS == null'
374374
needs:
375375
- perlmutter-cache-build
376376
- perlmutter-cache-parallel-pdc
@@ -394,7 +394,7 @@ perlmutter-cache-parallel-region-all:
394394
SITE_ID_TOKEN:
395395
aud: https://gitlab.com/
396396
rules:
397-
- if: '$METRICS == null'
397+
- if: '$METRICS == null'
398398
needs:
399399
- perlmutter-cache-build
400400
- perlmutter-cache-parallel-pdc

0 commit comments

Comments
 (0)