-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Increase timeouts for some workspace YAML tests #4869
Conversation
/lgtm I'm not sure if this will make a huge difference - when I tried to debug/reproduce the |
I'm actually wondering if we should limit the parallelism of the YAML tests - I'm gonna try that in an experiment PR. |
/retest |
/test pull-tekton-pipeline-alpha-integration-tests I’m running the integration tests a few times to see how the relevant tests perform over multiple runs, similar to what I’m doing on #4841. I’m thinking the likely end result is going to be increased timeouts (also to some non-YAML tests, namely the sidecar ones and kaniko ones, see #4863 for the latter) and an explicit parallelism limit combined. That won’t solve all of our flakes - there are always going to be cases of proxy.golang.org or GitHub API burps, the GKE project hitting quotas, and whatever the root cause is for the sporadic runs taking 1.5+ hours and just barfing out, but the timeout and parallelism changes will, I believe, drastically reduce the recurrence of particular tests flaking out. |
/test pull-pipeline-kind-k8s-v1-21-e2e |
I’m also gonna run EDIT: ooooh, actually, it looks like that does fire correctly when run via |
Bleh, the kind run times out waiting for installation of Pipeline to finish anyway. |
/test pull-tekton-pipeline-alpha-integration-tests |
2 similar comments
/test pull-tekton-pipeline-alpha-integration-tests |
/test pull-tekton-pipeline-alpha-integration-tests |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester 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 |
@imjasonh: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
1 similar comment
@imjasonh: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
/close |
@imjasonh: Closed this PR. 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/test-infra repository. |
I've seen these fail due to timeouts lately (example), and 60s seems like a very short timeout for a test that might be running in a cluster alongside lots of other tests.
This bumps the timeout from 60s -> 5m.
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
(if there are no user facing changes, use release note "NONE")
Release Notes