Skip to content

Fix premature job execution for production

John Skarbek requested to merge jts/fix-premature-job-execution into master

What does this MR do?

  • needs enabled some jobs to execute out of order, in this case, the gprd zonal clusters begun execution as soon as the build-chart job completed
  • This removes needs such that the job execute per their desired stage

Author Check-list

Please read the Contributing document and once you do, complete the following:

  • Assign to the correct reviewer per the contributing document
  • Apply the correct metadata per the contributing document

Reviewer Check-list

  • Reviewed the diff jobs to confirm changes are as expected
  • No changes shown in the diffs not associated with this MR - This may require a rebase or further investigation
Edited by John Skarbek

Merge request reports