-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PipelineRun and TaskRun Status #3792
Comments
Adding redesign of PipelineRun and TaskRun Status as a priority in the 2021 roadmap as we work towards V1 tektoncd#3792
One thing to consider here is that having the spec used in the status allows us to have a finite source of truth of what was used for that run. Without it, we have no way, while looking back at some runs, to know for sure what what the definition of the pipeline or the task executed. In addition, even though we are not taking advantage of this today, this could allow us to reduce the number of "fetching the definiton spec" (from the cluster, from the oci image, …) as the information is already available in the |
Adding redesign of PipelineRun and TaskRun Status as a priority in the 2021 roadmap as we work towards V1 #3792
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/lifecycle frozen in the 1.0 roadmap - #3548 |
/assign |
/close TEP-0100 has now been implemented, and documentation of status is being tracked in #4660. |
@lbernick: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Overview
As discussed in API working group on 02/22 (notes | recording), we need to revisit the design of the
Status
sections ofPipelineRuns
andTaskRuns
We agreed that we need to rework the
Status
sections to be at par with theSpec
sections of the API as we work towards V1 releaseProblems
Problems in the
Status
sections include:TaskRun
andRun
status in thePipelineRun
statusPipelines
inPipelines
Results
can helpStatus
; few details inPipelineRun
andTaskRun
docsPlease share other issues you may have with
Status
References
/cc @tektoncd/core-maintainers
The text was updated successfully, but these errors were encountered: