TEP-0191: Resume a PipelineRun from a Task in a Previous PipelineRun#1287
Open
chmouel wants to merge 1 commit into
Open
TEP-0191: Resume a PipelineRun from a Task in a Previous PipelineRun#1287chmouel wants to merge 1 commit into
chmouel wants to merge 1 commit into
Conversation
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
chmouel
force-pushed
the
tep-0191-pipelinerun-resume
branch
from
July 17, 2026 07:45
4160d86 to
683630c
Compare
PipelineRuns that fail late currently have to restart from the beginning. This repeats successful work and can repeat non-idempotent side effects. This TEP proposes an alpha-gated way to create a new PipelineRun from an unsuccessful previous PipelineRun and restart at a selected task. Completed upstream task outcomes and results are inherited while the new run preserves graph dependencies and records the relationship between both attempts. The proposal stays high-level and includes a conceptual YAML example. It calls out the remaining questions around pipeline compatibility, workspaces, matrix and finally tasks, authorization, retention, and Chains/SLSA provenance. Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
chmouel
force-pushed
the
tep-0191-pipelinerun-resume
branch
from
July 17, 2026 08:37
683630c to
27a824c
Compare
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This TEP proposes an alpha-gated way to create a new
PipelineRunthat resumes from a task in an unsuccessful source run. Completed upstream task outcomes and results are inherited without re-executing those tasks, while the new run preserves Tekton's graph semantics and records the relationship between both execution attempts.The proposal stays high-level and identifies the remaining design questions around pipeline compatibility, workspace state, authorization, retention, branching graphs, and Chains/SLSA provenance.
/kind tep