-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Focus failing e2e test #5924
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
Focus failing e2e test #5924
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert 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 |
|
/cc |
|
From |
|
It looks like that the pod status it not being correctly updated. 🤔 (May be a bug in the forced CRI stats provider, but it works with both on my local machine) |
we have plenty of those things these days in k/k 😄 ... but why it didn't happen in the upstream CI? |
I think we do not run this test upstream with CRI-O, it also seems to occur only in our CI config since I'm not able to reproduce locally with the same settings. |
|
/retest |
1 similar comment
|
/retest |
| - name: clone kubernetes source repo | ||
| git: | ||
| repo: "https://github.com/{{ k8s_github_fork }}/kubernetes.git" | ||
| repo: "https://github.com/saschagrunert/kubernetes.git" |
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.
This would probably be better grabbed from a public repo....
|
One comment, otherwise LGTM |
|
/retest |
|
/retest |
|
@saschagrunert: The following test failed, say
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. |
|
/test e2e_fedora |
Signed-off-by: Sascha Grunert <[email protected]>
|
@saschagrunert: The following tests failed, say
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. |
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
Debugging #5923 by focusing the single test case and inspecting the kubelet logs.
Which issue(s) this PR fixes:
Refers to #5923
Special notes for your reviewer:
/hold
Nothing we should merge.
Does this PR introduce a user-facing change?