-
Notifications
You must be signed in to change notification settings - Fork 103
Bug 1844471: bump kubernetes to 1.19.0-rc.2 #132
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
Bug 1844471: bump kubernetes to 1.19.0-rc.2 #132
Conversation
6e73eeb to
f68bb99
Compare
|
/test e2e-aws |
|
/test e2e-aws-serial |
|
it looks like |
|
/retest |
1 similar comment
|
/retest |
pkg/apps/apis/apps/v1/conversion.go
Outdated
| if in.Pre != nil { | ||
| out.Pre = &newer.LifecycleHook{} | ||
| if err := Convert_v1_LifecycleHook_To_apps_LifecycleHook(in.Pre, out.Pre, s); err != nil { | ||
| if err := Convert_v1_LifecycleHook_To_apps_LifecycleHook(in.Pre, out.Pre, nil); err != nil { |
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.
why this?
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.
I will revert.
pkg/apps/apis/apps/v1/conversion.go
Outdated
| if in.Post != nil { | ||
| out.Post = &newer.LifecycleHook{} | ||
| if err := Convert_v1_LifecycleHook_To_apps_LifecycleHook(in.Post, out.Post, s); err != nil { | ||
| if err := Convert_v1_LifecycleHook_To_apps_LifecycleHook(in.Post, out.Post, nil); err != nil { |
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.
@sttts what about the others in this pkg? I think I'm going to revert them as well.
|
/retest |
3 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retry |
|
/test e2e-cmd |
|
/approve |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: p0lyn0mial, sttts The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/bugzilla-refresh |
|
@p0lyn0mial: This pull request references Bugzilla bug 1844471, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
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. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@p0lyn0mial: All pull requests linked via external trackers have merged: Bugzilla bug 1844471 has been moved to the MODIFIED state. 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.