-
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
Avoid retry on permanent errors in pipelinerun #6297
Avoid retry on permanent errors in pipelinerun #6297
Conversation
Hi @l-qing. Thanks for your PR. I'm waiting for a tektoncd 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/test-infra repository. |
/kind bug |
6c0d364
to
1f24ea6
Compare
The following is the coverage report on the affected files.
|
1f24ea6
to
c4b8873
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/ok-to-test |
The following is the coverage report on the affected files.
|
c4b8873
to
d7fa1d3
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
[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 |
d7fa1d3
to
ca9c22f
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
ca9c22f
to
606be64
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
606be64
to
f4618ca
Compare
9f0c3c7
to
efc7799
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
efc7799
to
4a3ddd6
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
Thanks for this PR @l-qing! |
4a3ddd6
to
a387b0f
Compare
a387b0f
to
3a360b6
Compare
The following is the coverage report on the affected files.
|
Thanks! Can you add a tag again? |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
3a360b6
to
b2f9795
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
fixes tektoncd#6298 When creating taskrun and other run resources in pipelinerun, if a permanent error occurs due to missing workspace configuration, it will fail immediately instead of continuously retrying until timeout.
b2f9795
to
6758c03
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
@chitrangpatel Hi, could you help me review again? I have already rebased onto the latest main branch. |
/lgtm |
/retest |
fixes #6298
When creating taskrun and other run resources in pipelinerun,
if a permanent error occurs due to missing workspace configuration,
it will fail immediately instead of continuously retrying until timeout.
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes