Result Annotations should be able to stored labels and Annotations #881
Open
Description
Feature request
At present, only way to ensure that data is saved in Annotation is by adding results.tekton.dev/resultAnnotations
or results.tekton.dev/recordSummaryAnnotations
.
There should be a way to configure this in watcher so that watcher is able to pick annotations or labels from Parent Runs.
Use case
- With this we can make calls to the Result Table which have less row than the Record Table.
- We can avoid toast or some other issue.