Skip to content

Commit

Permalink
chore(quality-gates): update manual judgement on staging QGs
Browse files Browse the repository at this point in the history
  - 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
  • Loading branch information
Z3r0Sum committed Oct 11, 2024
1 parent dc1aced commit 29e0cba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.*/

0 comments on commit 29e0cba

Please sign in to comment.