ci: add step-level timeouts to functional_test workflow#23102
Conversation
|
Welcome @tanikush! |
|
Hi @tanikush. 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 Regular contributors should join the org to skip this step. 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-sigs/prow repository. |
|
Can one of the admins verify this patch? |
This comment was marked as outdated.
This comment was marked as outdated.
nirs
left a comment
There was a problem hiding this comment.
@tanikush Thanks for the update.
To complete this:
- Revert the needed comment changes. Anything which is not required to add step timeouts should not be in this PR.
- Squash the commits to single commit - this is one logical change, no need for multiple commits.
- Add a comment for disabling -test.timeout.
b1aa775 to
f9908a9
Compare
f9908a9 to
cafa784
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nirs, tanikush 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 |
|
PR needs rebase. 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-sigs/prow repository. |
|
@tanikush: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
|
@tanikush please rebase on master to fix the conflict. |
Added step-level timeouts to functional_test.yml to prevent CI runs
from getting stuck for hours (e.g. the 6-hour apt-get hang).
Timeouts are based on stats from 241 runs (last 30 days) using the recommended timeout from workflow-stats tool (p95*3):
Part of #23041