-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Manually cherry-pick 4379bbd as it is part of a larger PR #53152
Conversation
Adding do-not-merge/release-note-label-needed because the release note process has not been followed. |
e80b05f
to
568d780
Compare
Seems related: FAILED hack/make-rules/../../hack/verify-federation-openapi-spec.sh 130s |
lgtm after the test fixed. |
568d780
to
dba22a4
Compare
/test pull-kubernetes-e2e-gce-bazel |
1 similar comment
/test pull-kubernetes-e2e-gce-bazel |
/test pull-kubernetes-e2e-gce-bazel Anybody has any idea why this test is failing? looking at log I only see timeout error, but I see it passes for other PRs. |
@mbohlool - can you please add a user-friendly release-note for this? |
/test pull-kubernetes-e2e-gce-bazel |
@wojtek-t Done. Also I am not sure why pull-kubernetes-e2e-gce-bazel is not passing. Do you think it is this PR's fault or it is consistently failing for 1.7 PRs? |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mbohlool, wojtek-t Associated issue: 1996 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test all Tests are more than 96 hours old. Re-running tests. |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. |
@mbohlool: The following test 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. |
The commit 4379bbd fixes a bug in openapi spec that resulted in some of the type missing group-version-kind extension. That is specificly serious for the projects that vendor kubernetes in (like minikube). It results in them not having GVKs at all (kubernetes/minikube#1996).
@wojtek-t