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
  This is a build/promotion system change only, there is no code related
  changes here.

  - Similar to elastic#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
  • Loading branch information
Z3r0Sum committed Oct 14, 2024
1 parent 1489396 commit 6728355
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 6728355

Please sign in to comment.