-
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.
There was a bug in retrieving a list of taskRuns. All the names were instrumented but listing taskruns for a pipelineRun was still using old pipelineRun name which was causing an empty list of taskRuns and in turn resulting in skipping all the validations. Fixed the call where all the taskRuns are being retrieved for the pipelineRun. And now since the taskRun names are no longer predictable, iterate over the taskRuns and distinguish them based on the label tekton.dev/pipelineTask.
- Loading branch information
1 parent
0df5c32
commit b405d86
Showing
1 changed file
with
16 additions
and
17 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