-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
add replaceBeforeVersion field for channel #8722
Conversation
Hi @Ewocker. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Ewocker The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
func (c *ChannelVersion) replaces(existing *ChannelVersion) bool { | ||
// replaces returns 2 bool. First bool is true if new ChannelVersion if higher than the existing ChannelVersion. | ||
// Second bool is true if new ChannelVersion should force replace the existing ChannelVersion. | ||
func (c *ChannelVersion) replaces(existing *ChannelVersion) (bool, bool) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps instead of returning two bools this should return a tri-valued type?
/retest |
It looks like protokube is crashing in the e2e test:
|
@rifelpet Thanks. |
Per Kops Office Hours (though taken from memory) @justinsb to do some checking with other sections of the Kubernetes organization. |
@Ewocker: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What is the status of this one now? |
@@ -53,7 +53,6 @@ require ( | |||
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd | |||
github.com/Masterminds/semver v1.3.1 // indirect | |||
github.com/Masterminds/sprig v2.17.1+incompatible | |||
github.com/Microsoft/go-winio v0.4.14 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you remove these go.* changes? the rest of the code isn't changing any imports so I'm not sure why these would need to be removed. They're also causing a git conflict so removing the changes is probably the easiest resolution.
@olemarkus I think we're waiting on a review from @justinsb once this lands we should consider using it with #7919 if needed. /assign @justinsb |
@Ewocker: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
No description provided.