CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Update critools to v1.24 #6894
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
Update critools to v1.24 #6894
Conversation
Hi @psschwei. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Did anything change with the portforward test? Seems it passed in some runs and failed in others:
|
https://github.com/kubernetes-sigs/cri-tools/blame/master/pkg/validate/networking.go#L193 but I don't think that change could be the problem. |
is possible the host just hasn't exposed the port |
/ok-to-test |
hmm.. vagrant (rocky /fedora) not picking up the skip for https://github.com/containerd/containerd/blame/main/Vagrantfile#L273 |
ah.. the report dir env variable isn't set so it "ate" the skip |
i'll cherry 6900 after you verify the fix here... |
still not skipping .. |
ok.. critest --ginkgo.focus="HostIpc" --ginkgo.skip="HostIpc is true" works but add and it fails to focus or skip |
even with ginkgo v2 |
have to add 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.
LGTM
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
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.
LGTM Thanks Paul!
Just FYI, I compared some runs with the parallel flag working against this PR. While it is a "huge" jump for this specific test in isolation (sample: 2m46s - 2m50s vs. 1m51 - 2m01s), those 40-50 seconds are being added to an overall CI run that averages 25-28 minutes, so I don't think this is a huge problem to not be parallelized until we solve the gingko issue. |
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.
LGTM
Cherry picked in #6895 |
nod.. for me running in parallel is more about finding "random" timing issues... we run parallel 8 over in ci.yaml.. and I agree not a big issue.. just don't want to forget about it.. Talked to Sascha will work on it with him next week. |
Signed-off-by: Paul S. Schweigert paulschw@us.ibm.com
Fixes #6886