forked from tektoncd/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propagate labels from Pipeline/Task to PipelineRun/TaskRun
With this change, labels are propagated from Pipeline and Task to PipelineRun and TaskRun, respectively, giving us full label propagation from Pipeline to PipelineRun to TaskRun to Pod and Task to TaskRun to Pod. This commit also adds a label whose key is pipeline.knative.dev/task to all TaskRuns that refer to a Task with a TaskRef (the label is not added to TaskRuns using an embedded TaskSpec) that contains the name of the Task. In addition, this commit introduces a builder for Pod values to increase the readability of the taskrun reconciliation tests. Fixes tektoncd#501
- Loading branch information
Showing
13 changed files
with
759 additions
and
1,062 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
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
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
Oops, something went wrong.