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
This commit is contained in:
Stephen Schmidt 2024-10-14 13:24:04 -04:00 committed by GitHub
parent 925329ec84
commit 7312155fc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.*/