Skip to content

Commit

Permalink
TEP-0100: Embedded TaskRuns and Runs Status in PipelineRuns [Proposal]
Browse files Browse the repository at this point in the history
In [TEP-0100], we described the challenges caused by embedding the
complete `TaskRun` and `Run` status in `PipelineRuns`: performance
degradation, memory bloat, and lack of extensibility.

In this change we add the proposal to reduce the amount of information
stored about the status of `TaskRuns` and `Runs` to only the names and
the overall status in order to improve performance, reduce memory bloat
and improve extensibility. We also mark the TEP as implementable.

Co-authored-by: Lee Bernick <leebernick@google.com>
  • Loading branch information
jerop and lbernick committed Feb 3, 2022
1 parent d3b2856 commit 552b968
Show file tree
Hide file tree
Showing 2 changed files with 521 additions and 9 deletions.
Loading

0 comments on commit 552b968

Please sign in to comment.