-
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
fix(pipelinerun): resolve issue with PipelineRun not timing out successfully #8236
fix(pipelinerun): resolve issue with PipelineRun not timing out successfully #8236
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. |
The following is the coverage report on the affected files.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ok-to-test
/cc @chitrangpatel
[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 |
/cherry-pick release-v0.63.x |
@vdemeester: once the present PR merges, I will cherry-pick it on top of release-v0.63.x in a new PR and assign it to you. 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. |
The following is the coverage report on the affected files.
|
Lines 197 to 217 in 462771c
Sometimes, the
|
Many times, automation fails due to an unstable known e2e. |
7e3a45b
to
3856add
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
3856add
to
4737501
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
4737501
to
dac0c48
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/retest |
1 similar comment
/retest |
The instability in this integration test is related to another PR #8171. It's mainly caused by the informer cache not updating in a timely manner. I'll look into how to completely avoid this issue within a week. |
dac0c48
to
9a0cad2
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
…ssfully fix tektoncd#8230 When the PipelineRun timeout, validation errors returned when patch a completed TaskRun should be ignored.
9a0cad2
to
08d78e8
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/retest |
2 similar comments
/retest |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
/lgtm
/retest |
2 similar comments
/retest |
/retest |
@vdemeester: new pull request created: #8292 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. |
/cherry-pick release-v0.62.x |
@vdemeester: #8236 failed to apply on top of branch "release-v0.62.x":
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 saw that the automatic cherry-pick bot reported a merge conflict error. I manually created a PR. |
fix #8230
When the PipelineRun timeout, validation errors returned when patch a completed TaskRun should be ignored.
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes
/kind bug