-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
add mising timeouts for imagefs and splitfs jobs on kubetest2 migration #33867
add mising timeouts for imagefs and splitfs jobs on kubetest2 migration #33867
Conversation
Hi @elieser1101. Thanks for your PR. I'm waiting for a kubernetes 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-sigs/prow repository. |
cc: @kannon92 |
/ok-to-test I don’t think this will work. I think the ginkgo timeout command is needed ginkgo.timeout. You can find other examples for the serial kubetest jobs. |
this changes includes the kubetest2 for this two particular jobs we are already passing the i'm trying to get the command executed by the e2e to match with the non-kubetest2 and this seems to be one of the missing things |
let's try it. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: elieser1101, kannon92 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I think we can merge this as this is an optional PR for the release so I don't see a reason to wait until 1.33 opens up. |
@elieser1101: Updated the
In response to this:
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-sigs/prow repository. |
Still missing the timeout needed in node-e2e
in particular this bit show it does not have the timeout set
traking it here kubernetes/kubernetes#128092
failing jobs
part of #32567