-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEP-0090: Matrix - implement
isRunning
for Runs
[TEP-0090: Matrix][tep-0090] proposed executing a `PipelineTask` in parallel `TaskRuns` and `Runs` with substitutions from combinations of `Parameters` in a `Matrix`. In this change, we implement the `isRunning` member function of `ResolvedPipelineTask` when the `PipelineTask` has a `Custom Task`. If the `ResolvedPipelineTask` is matrixed and is custom task, it is running if any of its `Runs` are not completed. Related PR: #4981 [tep-0090]: https://github.com/tektoncd/community/blob/main/teps/0090-matrix.md
- Loading branch information
1 parent
eca056e
commit 83485c0
Showing
2 changed files
with
139 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters