kubernetes-ingress-controller
kubernetes-ingress-controller copied to clipboard
Enable release promotion of nightly builds
Is there an existing issue for this?
- [X] I have searched the existing issues
Problem Statement
As of now we run lots of tests during release which is a duplicated effort having in mind that most of those have already been run either on PRs, main or on nightly e2e tests run.
Proposed Solution
Enable a promotion workflow which would only be possible to be run from an already tested SHA/nightly build.
Additional information
Prerequisite:
- #3349
Acceptance Criteria
- [ ] As a developer of KIC I can trigger a promotion workflow which will promote a nightly (or equivalent?) build as a release (candidate?)
- [ ] Release template mentions that only already tested git references can be used as input for the workflow.