-
Notifications
You must be signed in to change notification settings - Fork 163
Description
The testfreeze plugin mentions that a PR is being created during Test Freeze with a link to the automatic branch Fast Forward:
prow/pkg/plugins/testfreeze/testfreeze.go
Line 38 in e3ae8cf
| templateString = `Please note that we're already in [Test Freeze](https://github.com/kubernetes/sig-release/blob/master/releases/release_phases.md#test-freeze) for the ` + "`{{ .Branch }}`" + ` branch. This means every merged PR will be automatically fast-forwarded via the periodic [ci-fast-forward](https://testgrid.k8s.io/sig-release-releng-blocking#git-repo-kubernetes-fast-forward) job to the release branch of the upcoming {{ .Tag }} release. |
Side by side to Test Freeze (release branch creation happened) we also have Code Freeze:
We could extend the plugin to mention that we're in Code Freeze right now and a milestone maintainer from the corresponding SIG has to add that milestone. Also pinging the Release Managers or the whole SIG Release team to be aware of that PR.
Per documentation:
The Exception approval is the responsibility of the SIG or SIGs labeled in the pull request. The release team may intervene or deny the request only if it poses a risk to release quality, or could negatively impact the overall timeline.
Also: https://github.com/gracenng/sig-release/blob/master/release-team/README.md#milestone-maintainers
cc @kubernetes-sigs/release-engineering
It also refers to: