From 95b0747ee74472052047b931a7e051126c711928 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 --- .../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 5c2da1b4fe891..0fdee220b5826 100644 --- a/.buildkite/pipelines/quality-gates/emergency/pipeline.tests-staging.yaml +++ b/.buildkite/pipelines/quality-gates/emergency/pipeline.tests-staging.yaml @@ -46,3 +46,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.*/