-
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-0050: Ignore Task Failure Implementation #7165
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Comments
7 tasks
dibyom
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
Oct 3, 2023
QuanZhang-William
added a commit
to QuanZhang-William/pipeline
that referenced
this issue
Nov 27, 2023
Part of [tektoncd#7165][tektoncd#7165]. In [TEP-0050][tep-0050], we proposed to add an `OnError` API field under `PipelineTask` to configure error handling strategy. This commits leverages `PipelineTask.OnError` API field introduced in the previous PR, implement the error handling strategy, update related docs and tests. /kind feature [tep-0050]: https://github.com/tektoncd/community/blob/main/teps/0050-ignore-task-failures.md [tektoncd#7165]: tektoncd#7165
7 tasks
QuanZhang-William
added a commit
to QuanZhang-William/pipeline
that referenced
this issue
Nov 27, 2023
Part of [tektoncd#7165][tektoncd#7165]. In [TEP-0050][tep-0050], we proposed to add an `OnError` API field under `PipelineTask` to configure error handling strategy. This commits leverages `PipelineTask.OnError` API field introduced in the previous PR, implement the error handling strategy, update related docs and tests. /kind feature [tep-0050]: https://github.com/tektoncd/community/blob/main/teps/0050-ignore-task-failures.md [tektoncd#7165]: tektoncd#7165
QuanZhang-William
added a commit
to QuanZhang-William/pipeline
that referenced
this issue
Nov 29, 2023
Part of [tektoncd#7165][tektoncd#7165]. In [TEP-0050][tep-0050], we proposed to add an `OnError` API field under `PipelineTask` to configure error handling strategy. This commits leverages `PipelineTask.OnError` API field introduced in the previous PR, implement the error handling strategy, update related docs and tests. /kind feature [tep-0050]: https://github.com/tektoncd/community/blob/main/teps/0050-ignore-task-failures.md [tektoncd#7165]: tektoncd#7165
QuanZhang-William
added a commit
to QuanZhang-William/pipeline
that referenced
this issue
Dec 4, 2023
Part of [tektoncd#7165][tektoncd#7165]. In [TEP-0050][tep-0050], we proposed to add an `OnError` API field under `PipelineTask` to configure error handling strategy. This commits leverages `PipelineTask.OnError` API field introduced in the previous PR, implement the error handling strategy, update related docs and tests. /kind feature [tep-0050]: https://github.com/tektoncd/community/blob/main/teps/0050-ignore-task-failures.md [tektoncd#7165]: tektoncd#7165
QuanZhang-William
added a commit
to QuanZhang-William/pipeline
that referenced
this issue
Dec 4, 2023
Part of [tektoncd#7165][tektoncd#7165]. In [TEP-0050][tep-0050], we proposed to add an `OnError` API field under `PipelineTask` to configure error handling strategy. This commits leverages `PipelineTask.OnError` API field introduced in the previous PR, implement the error handling strategy, update related docs and tests. /kind feature [tep-0050]: https://github.com/tektoncd/community/blob/main/teps/0050-ignore-task-failures.md [tektoncd#7165]: tektoncd#7165
tekton-robot
pushed a commit
that referenced
this issue
Dec 6, 2023
Part of [#7165][#7165]. In [TEP-0050][tep-0050], we proposed to add an `OnError` API field under `PipelineTask` to configure error handling strategy. This commits leverages `PipelineTask.OnError` API field introduced in the previous PR, implement the error handling strategy, update related docs and tests. /kind feature [tep-0050]: https://github.com/tektoncd/community/blob/main/teps/0050-ignore-task-failures.md [#7165]: #7165
TEP-0050 is implemented /close |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In TEP-0050, we introduced a new API field
OnError
inPipelineTasks
to configurePipelineTask
failure strategy.This issue tracks the implementation of the TEP.
/assign
The text was updated successfully, but these errors were encountered: