From acc3579a5cc3e5e1a5b565505a412024b25d88e2 Mon Sep 17 00:00:00 2001 From: Louis Tricot Date: Thu, 14 Aug 2025 13:56:37 +0200 Subject: [PATCH 1/2] chore(gates): add a comment to explain PR quality gates --- .gitlab/benchmarks.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab/benchmarks.yml b/.gitlab/benchmarks.yml index 5a917e5f..7d394670 100644 --- a/.gitlab/benchmarks.yml +++ b/.gitlab/benchmarks.yml @@ -30,6 +30,11 @@ benchmarks: UPSTREAM_BRANCH: $CI_COMMIT_REF_NAME # The branch or tag name for which project is built. UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA # The commit revision the project is built for. +# This repository is using PR-level performance quality gates. +# Verify that the check-big-regressions CI job has passed. If any regression happened, merging this PR will be blocked. + +# If bypassing is necessary, see https://datadoghq.atlassian.net/wiki/spaces/APMINT/pages/5158175217/Performance+quality+gates+-+User+Guide for more details. +--> check-big-regressions: stage: benchmarks-report needs: [ benchmarks ] From 14a36d509a427a7ea18a055b5b623868fe5009a9 Mon Sep 17 00:00:00 2001 From: Louis Tricot Date: Thu, 14 Aug 2025 14:01:44 +0200 Subject: [PATCH 2/2] fix: leftover --- .gitlab/benchmarks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab/benchmarks.yml b/.gitlab/benchmarks.yml index 7d394670..2a2eccb5 100644 --- a/.gitlab/benchmarks.yml +++ b/.gitlab/benchmarks.yml @@ -34,7 +34,6 @@ benchmarks: # Verify that the check-big-regressions CI job has passed. If any regression happened, merging this PR will be blocked. # If bypassing is necessary, see https://datadoghq.atlassian.net/wiki/spaces/APMINT/pages/5158175217/Performance+quality+gates+-+User+Guide for more details. ---> check-big-regressions: stage: benchmarks-report needs: [ benchmarks ]