-
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
TEP-0121: Adds a new field Retries
for TaskRun
#5842
Conversation
87b004e
to
27ceab1
Compare
This PR is the first peice of #5842 adding API changes, will open another PR for adding the reconciler logic. We targeting at getting both in before cutting the release. |
/assign @jerop |
The following is the coverage report on the affected files.
|
Retries
for TaskRunRetries
for TaskRun
27ceab1
to
0dc486d
Compare
The following is the coverage report on the affected files.
|
0dc486d
to
68c6467
Compare
The following is the coverage report on the affected files.
|
68c6467
to
c608ac7
Compare
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.
Thank you @XinruZhang!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chitrangpatel, jerop 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 |
This commit adds a new field `Retries` for `v1` and `v1beta1` TaskRun, which enables TaskRun reconciler implements the `Retries` independently from PipelineRun reconciler. This commit also adds a new member function `IsRetriable` for TaskRun to indicate whether `taskrun.retries` has been exhausted or not.
c608ac7
to
780a4a5
Compare
The following is the coverage report on the affected files.
|
/lgtm |
Changes
This PR adds a new field
Retries
forv1
andv1beta1
TaskRun, which enables TaskRun reconciler implements theRetries
independently from PipelineRun reconciler.This PR also adds a new member function
IsRetriable
for TaskRun to indicate whethertaskRun.Retries
has been exhausted or not.issue: #5756
/kind feature
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 contains the string "action required" if the change requires additional action from users switching to the new releaseRelease Notes