From 7312155fc11b6fcacd4d103b6fcf9e5a96f3cdc8 Mon Sep 17 00:00:00 2001 From: Stephen Schmidt Date: Mon, 14 Oct 2024 13:24:04 -0400 Subject: [PATCH] chore(quality-gates): update manual judgement on staging QGs (#196165) This is a build/promotion system change only, there is no code related changes here. - Similar to https://github.com/elastic/kibana/pull/195944, but for the non-emergency pipeline in staging - 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 --- .buildkite/pipelines/quality-gates/pipeline.tests-staging.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipelines/quality-gates/pipeline.tests-staging.yaml b/.buildkite/pipelines/quality-gates/pipeline.tests-staging.yaml index 5c2da1b4fe891..0fdee220b5826 100644 --- a/.buildkite/pipelines/quality-gates/pipeline.tests-staging.yaml +++ b/.buildkite/pipelines/quality-gates/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.*/