-
Notifications
You must be signed in to change notification settings - Fork 222
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
TEP-0100: Embedded TaskRuns and Runs Status in PipelineRuns [Problem Statement] #606
Conversation
/cc @skaegi @imjasonh @bobcatfish @sbwsg @abayer @vdemeester @lbernick (from previous discussions about pipelinerun status in tektoncd/pipeline#3140 and tektoncd/pipeline#3792) |
@jerop: GitHub didn't allow me to request PR reviews from the following users: lbernick. Note that only tektoncd members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
/lgtm |
/assign |
putting a hold on this PR so it doesn't get merged on the first approval to give people more time to review /hold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/assign
no particular feedback from me! /approve |
…Statement] This TEP proposes changes to `PipelineRun` Status to reduce the amount of information stored about the status of its `Run`s and `TaskRun`s to improve performance, reduce memory bloat and improve extensibility. Co-authored-by: Lee Bernick <[email protected]>
@imjasonh @chmouel @pritidesai @vdemeester thanks for the initial reviews - clarified the problem statement to address your comments, please take a look 🙏🏾 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bobcatfish, vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM |
/cancel hold |
/hold cancel |
/lgtm |
This TEP proposes changes to
PipelineRun
Status to reduce the amount ofinformation stored about the status of its
Run
s andTaskRun
s to improveperformance, reduce memory bloat and improve extensibility.
Related Issues:
Related TEPs:
/kind tep
Co-authored-by: Lee Bernick [email protected]