Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve vtop release process by creating the Release PR first #128

Merged
merged 8 commits into from
Nov 9, 2024

Conversation

frouioui
Copy link
Member

@frouioui frouioui commented Nov 8, 2024

This PR is long due, it finally changes the release process of vitess-operator by making sure the Release PR is created first. It breaks down the current Create vitess-operator release PR step into multiple steps:

  • Create vitess-operator Release PR
  • Merge the vitess-operator Release PR (new step)
  • Tag the vitess-operator release (new step)
  • Back To Dev Mode vitess-operator (new step)
  • Manual update of vitess-operator tests

The first step shown above is now only responsible for creating the Release PR (instead of doing everything that's automated), and the last step was moved from the early stage of the Release phase to the very end of the phase.

As we must create the vtop Release PR once the Vitess release is out (they're linked to each other, vtop uses the new vitess tags as a dependency), we run the merge vtop release PR step and all the following steps at the very end of the phase so, hopefully, CI has time to run and the release team does not encounter a big bottleneck.

I did an entire 'fake' release on my own fork and everything looked good to me, the issue contains all the links to the PRs that were created during that test: frouioui/vitess#368.

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
@rohit-nayak-ps rohit-nayak-ps merged commit 83ae496 into main Nov 9, 2024
1 check passed
@frouioui frouioui deleted the change-vtop-process branch November 11, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants