-
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
Set explicit parallelism for e2e tests, increase Kaniko e2e test timeouts #4871
Set explicit parallelism for e2e tests, increase Kaniko e2e test timeouts #4871
Conversation
b15d36c
to
da27187
Compare
/test pull-tekton-pipeline-alpha-integration-tests |
/retest |
/test pull-tekton-pipeline-integration-tests |
/test pull-tekton-pipeline-alpha-integration-tests |
/test pull-tekton-pipeline-integration-tests |
/test pull-tekton-pipeline-alpha-integration-tests |
2 similar comments
/test pull-tekton-pipeline-alpha-integration-tests |
/test pull-tekton-pipeline-alpha-integration-tests |
/test pull-pipeline-kind-k8s-v1-21-e2e |
/test pull-tekton-pipeline-alpha-integration-tests |
3 similar comments
/test pull-tekton-pipeline-alpha-integration-tests |
/test pull-tekton-pipeline-alpha-integration-tests |
/test pull-tekton-pipeline-alpha-integration-tests |
…outs fixes tektoncd#4863 The parallelism change appears to make a real difference in cutting down on flaky tests, while only increasing total duration of the integration test runs to ~30-35 minutes from ~25, which seems like a worthy trade to me. Also bumps the timeout for Kaniko tasks in e2e tests to 5 minutes, where a timeout was specified in the first place. Signed-off-by: Andrew Bayer <[email protected]>
da27187
to
895582f
Compare
[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 |
/lgtm Thanks! |
Changes
fixes #4863
The parallelism change appears to make a real difference in cutting down on flaky
tests, while only increasing total duration of the integration test runs to ~30-35
minutes from ~25, which seems like a worthy trade to me.
Also bumps the timeout for Kaniko tasks in e2e tests to 5 minutes, where a timeout
was specified in the first place.
/kind flake
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