Skip to content

Commit

Permalink
[TEP-0050] Implement TEP as implemented
Browse files Browse the repository at this point in the history
This commit adds implementation PRs and mark the TEP as implemented.
  • Loading branch information
QuanZhang-William authored and tekton-robot committed Dec 11, 2023
1 parent c4c1730 commit faf7057
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions teps/0050-ignore-task-failures.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
status: implementable
status: implemented
title: 'Ignore Task Failures'
creation-date: '2021-02-05'
last-updated: '2023-09-28'
last-updated: '2023-12-07'
authors:
- '@pritidesai'
- '@skaegi'
Expand All @@ -27,6 +27,7 @@ authors:
- [A list of ignorable fail tasks in PipelineSpec](#a-list-of-ignorable-fail-tasks-in-pipelinespec)
- [Future Work](#future-work)
- [Support parameterization for task.OnError](#support-parameterization-for-taskonerror)
- [Implementation](#implementation)
- [References](#references)
<!-- /toc -->

Expand Down Expand Up @@ -516,6 +517,9 @@ type PipelineSpec struct {
### Support parameterization for task.OnError
The failure strategy proposed in this TEP supports only static constant values (```continue``` and ```stopAndFail```) for ```onError```. We could further extend the support to let users specify values as task parameters (for example ```onError: $(params.CONTINUE)```)

## Implementation
The implementation PRs are tracked in [#7165](https://github.com/tektoncd/pipeline/issues/7165)

## References

* [TEP-0040 Ignore Step Errors](https://github.com/tektoncd/community/pull/302)
Expand Down
2 changes: 1 addition & 1 deletion teps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This is the complete list of Tekton TEPs:
|[TEP-0047](0047-pipeline-task-display-name.md) | Pipeline Task Display Name | implemented | 2023-03-30 |
|[TEP-0048](0048-task-results-without-results.md) | Task Results without Results | implementable | 2022-08-09 |
|[TEP-0049](0049-aggregate-status-of-dag-tasks.md) | Aggregate Status of DAG Tasks | implemented | 2021-06-03 |
|[TEP-0050](0050-ignore-task-failures.md) | Ignore Task Failures | implementable | 2023-09-28 |
|[TEP-0050](0050-ignore-task-failures.md) | Ignore Task Failures | implemented | 2023-12-07 |
|[TEP-0051](0051-ppc64le-architecture-support.md) | ppc64le Support | proposed | 2021-01-28 |
|[TEP-0052](0052-tekton-results-automated-run-resource-cleanup.md) | Tekton Results: Automated Run Resource Cleanup | implementable | 2021-03-22 |
|[TEP-0053](0053-nested-triggers.md) | Nested Triggers | implemented | 2023-03-21 |
Expand Down

0 comments on commit faf7057

Please sign in to comment.