-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Fix e2e tests broken in #17865 #19009
Conversation
@@ -118,7 +118,7 @@ func verifyResult(c *client.Client, podName string, ns string) { | |||
"involvedObject.kind": "Pod", | |||
"involvedObject.name": podName, | |||
"involvedObject.namespace": ns, | |||
"source": "scheduler", | |||
"source": api.DefaultSchedulerName, |
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 think we shouldn't change this one, since this is about 1.0 branch, which didn't change.
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.
Good catch!
17c5fb1
to
4ee0e7e
Compare
@wojtek-t Done. PTAL |
Labelling this PR as size/XS |
LGTM |
Fix e2e tests broken in #17865
GCE e2e build/test failed for commit 4ee0e7e. |
GCE e2e test build/test passed for commit 17c5fb10375957dbe60334b6b992559484f9d4a1. |
Differentiate liveness and readiness probes for router pods Origin-commit: 13d42ec71f692b7b35b5efdd32c86b3df73e410e
It was broken in #17865
@davidopp @HaiyangDING - FYI