-
Notifications
You must be signed in to change notification settings - Fork 214
OTA-817: Support ClusterVersion spec DesiredUpdate Architecture field #860
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
Conversation
89c7b11 to
e58cfd1
Compare
|
/test e2e-agnostic |
c7c008b to
42e1bf0
Compare
Steps: $ go get github.com/openshift/api@a671aa8 $ go mod tidy $ go mod vendor
|
/retitle OTA-817: Support ClusterVersion spec DesiredUpdate Architecture field |
182059e to
528421a
Compare
|
/test e2e-agnostic-upgrade-out-of-change |
| if update != nil { | ||
| return string(update.Architecture) | ||
| } | ||
| return "" |
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.
you could probably put the "default to current arch" fallback in here, although I don't think it matters much if you'd rather keep that defaulting up in the caller level.
62399bc to
5730ebf
Compare
|
/retest |
1 similar comment
|
/retest |
petr-muller
left a comment
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.
LGTM with a nit, leaving tag for Trevor who was here first
|
Trying this again before overriding since
/test e2e-agnostic-upgrade-into-change |
wking
left a comment
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.
Both Petr and my quibbles are things we can consider addressing in follow-up work, and shouldn't block this improvement from landing.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jottofar, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@jottofar: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/label cherry-pick-approved |
No description provided.