This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Run separate merge queues for separate branches #156
Comments
Concretely I think we should have different go-routines in the same binary. --brendan |
Sure, I didn't want to specify an implementation, just the desired behavior. |
This goes along with the work I've been doing to set up critical builds for the |
We should also just consider only allowing the merge-bot to merge to What do you think @brendandburns? |
Yes, please. |
SGTM. |
/cc @kubernetes/sig-testing |
I think this is actually subsumed/changed/fixed by @eparis's work on auto-cherry-picking. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In particular, each release branch has it's own e2e test validating the release branch. Merges to the release branch shouldn't be blocked if e2e tests at HEAD are failing, and merges to HEAD shouldn't be blocked if tests against the release branch are failing.
We currently have 2 release branches (release-1.0 and release-1.1) that should have separate merge-bots configured.
/cc @lavalamp @eparis
The text was updated successfully, but these errors were encountered: