Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab/benchmarks/microbenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ benchmarks-pr-comment:
image: $MICROBENCHMARKS_CI_IMAGE
tags: ["arch:amd64"]
stage: report
needs: [ "check-slo-breaches" ]
when: always
allow_failure: true
script: |
Expand All @@ -211,7 +212,6 @@ benchmarks-pr-comment:

check-slo-breaches:
stage: gate
when: always
tags: ["arch:amd64"]
image: registry.ddbuild.io/images/benchmarking-platform-tools-ubuntu:latest
artifacts:
Expand Down
Loading