Closed
Description
Expected Behavior
In #452 we will be designing a simple Result Store API which an endpoint will implement.
The status of Runs can be reported to this API as PipelineRuns and TaskRuns are in progress.
In this issue, we will be evaluating if we want to use a side car or a new Result CRD (or just a controller) to upload results to result store using the Result Store API, or if there is some other idea.
However, we want a way to report results of the Runs such as:
- "Status",
- "Time Started",
- "Time Finished"
- any other artifacts produced
- trigger type etc
to result Store.
Actual Behavior
The status of any created Runs is not reported outside of the cluster they are run in.
This could be investigated by an outside tool by using kubectl
or interacting with the kube API.
Additional Info
Log uploading will likely have a totally different design.
Activity