Skip to content

Commit 1a31e1e

Browse files
authored
chore(gates): add a comment to explain PR quality gates (#230)
1 parent f0e5037 commit 1a31e1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab/benchmarks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ 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.
3337
check-big-regressions:
3438
stage: benchmarks-report
3539
needs: [ benchmarks ]

0 commit comments

Comments
 (0)