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 <[email protected]>
  • Loading branch information
jerop and lbernick committed Feb 2, 2022
1 parent d3b2856 commit 2cff979
Show file tree
Hide file tree
Showing 2 changed files with 418 additions and 9 deletions.
Loading

0 comments on commit 2cff979

Please sign in to comment.