-
Notifications
You must be signed in to change notification settings - Fork 243
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 2090437: Bump CNO to k8s 1.24 #1459
Bug 2090437: Bump CNO to k8s 1.24 #1459
Conversation
@msherif1234: This pull request references Bugzilla bug 2090437, which is invalid:
Comment 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. |
11f747d
to
b86b04c
Compare
/bugzilla refresh |
@msherif1234: This pull request references Bugzilla bug 2090437, 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
Requesting review from QA contact: 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. |
/assign @danwinship |
/retest |
1 similar comment
/retest |
ObjectMeta: metav1.ObjectMeta{Namespace: "one", Name: "alpha", Generation: 1, ClusterName: "", Labels: sl}, | ||
ObjectMeta: metav1.ObjectMeta{Namespace: "one", Name: "alpha", Generation: 1, Labels: sl}, |
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.
The comment in apimachinery 1.24 says "ClusterName was a legacy field that was always cleared by the system and never used." And we're setting it to ""
anyway... so this seems fine, but it makes me wonder why it's even there at all and if this points to a bug/gap in the test cases? It would be good to dig into that a little...
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.
it was added by hypershift team but it has no use and it was agreed on removing it
slack thread
bd32599
to
9eef13e
Compare
Signed-off-by: Mohamed Mahmoud <[email protected]>
9eef13e
to
f58b1a9
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danwinship, msherif1234 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 |
/override ci/prow/e2e-aws-ovn-windows |
@dcbw: Overrode contexts on behalf of dcbw: ci/prow/e2e-aws-ovn-windows 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. |
/override ci/prow/e2e-aws-ovn-windows |
@dcbw: Overrode contexts on behalf of dcbw: ci/prow/e2e-aws-ovn-windows 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-required |
1 similar comment
/retest-required |
/retest-required |
/hold Revision f58b1a9 was retested 9 times: holding |
/retest-required |
/hold cancel |
/test e2e-metal-ipi-ovn-ipv6 |
/retest |
/override ci/prow/e2e-metal-ipi-ovn-ipv6 Yet many other images were just fine... |
@dcbw: Overrode contexts on behalf of dcbw: ci/prow/e2e-metal-ipi-ovn-ipv6 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. |
/override ci/prow/e2e-metal-ipi-ovn-ipv6 |
@danwinship: Overrode contexts on behalf of danwinship: ci/prow/e2e-metal-ipi-ovn-ipv6 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. |
@msherif1234: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
@msherif1234: All pull requests linked via external trackers have merged: Bugzilla bug 2090437 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. |
update CNO to kube1.24
Signed-off-by: Mohamed Mahmoud [email protected]