Skip to content

Commit acc3579

Browse files
committed
chore(gates): add a comment to explain PR quality gates
1 parent f0e5037 commit acc3579

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitlab/benchmarks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ benchmarks:
3030
UPSTREAM_BRANCH: $CI_COMMIT_REF_NAME # The branch or tag name for which project is built.
3131
UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA # The commit revision the project is built for.
3232

33+
# This repository is using PR-level performance quality gates.
34+
# Verify that the check-big-regressions CI job has passed. If any regression happened, merging this PR will be blocked.
35+
36+
# If bypassing is necessary, see https://datadoghq.atlassian.net/wiki/spaces/APMINT/pages/5158175217/Performance+quality+gates+-+User+Guide for more details.
37+
-->
3338
check-big-regressions:
3439
stage: benchmarks-report
3540
needs: [ benchmarks ]

0 commit comments

Comments
 (0)