Azure / draft

A day 0 tool for getting your app on k8s fast
MIT License
493 stars 58 forks source link

helm and kustomize aggregate summary steps #178

Closed davidgamero closed 1 year ago

davidgamero commented 1 year ago

Description

github action jobs must be listed by name to be required for PRs to merge, and since we have over 100 in draft across all of the languages and deployment types we can't list them all in a branch protection rule.

creating a new job that needs all of the other jobs would allow us to require just the new "summary" job, blocking PRs until every step has passed. currently, PRs can be merged while integrations are running as long as approvals are in, even if the tests haven't finished as long as they haven't failed.

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Is it a breaking change which will impact consuming tool(s).

Checklist:

davidgamero commented 1 year ago

thanks got it fixed now