Skip to content

Commit b94ca59

Browse files
Skip check-slo-breaches during POPULATE_CACHE pipelines (#9243)
1 parent 94cd99a commit b94ca59

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitlab/macrobenchmarks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ check-slo-breaches:
8080
interruptible: true
8181
tags: ["arch:amd64"]
8282
image: registry.ddbuild.io/images/benchmarking-platform-tools-ubuntu:latest
83-
when: on_success
83+
rules:
84+
- if: $POPULATE_CACHE
85+
when: never
86+
- when: on_success
8487
needs:
8588
- job: baseline
8689
artifacts: true

0 commit comments

Comments
 (0)