From 7a12bbf5e753c43e1641bd05c7bc7a99022c0ef1 Mon Sep 17 00:00:00 2001 From: Stephen Schmidt Date: Fri, 11 Oct 2024 18:14:53 -0400 Subject: [PATCH] chore(quality-gates): update manual judgement on staging QGs (#195944) This is a build/promotion system change only, there is no code related changes here. - For now, only run the staging manual judgement on slice: 'staging-ds-2' - Since slices can be grouped as a comma delimited list, we're choosing to be overly cautious with the regex (cherry picked from commit 95b0747ee74472052047b931a7e051126c711928) --- .../quality-gates/emergency/pipeline.tests-staging.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipelines/quality-gates/emergency/pipeline.tests-staging.yaml b/.buildkite/pipelines/quality-gates/emergency/pipeline.tests-staging.yaml index 2bd85e2ad8a74..3e0e75cd70580 100644 --- a/.buildkite/pipelines/quality-gates/emergency/pipeline.tests-staging.yaml +++ b/.buildkite/pipelines/quality-gates/emergency/pipeline.tests-staging.yaml @@ -44,3 +44,4 @@ steps: command: "make -C /agent trigger-manual-verification-phase" agents: image: "docker.elastic.co/ci-agent-images/manual-verification-agent:0.0.6" + if: build.env("DEPLOYMENT_SLICES") =~ /.*staging-ds-2.*/