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. 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. |
|
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 |
|
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: |
Signed-off-by: Paul S. Schweigert <[email protected]>
|
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. |
|
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 [email protected]
Fixes #6886