Skip to content

Commit

Permalink
TEP-0056: Pipelines in Pipelines [Problem Statement]
Browse files Browse the repository at this point in the history
Today, users can define and execute `Tasks` and `Custom Tasks`
in `Pipelines`. In this TEP, we propose allowing users to define
and execute `Pipelines` in `Pipelines`, alongside `Tasks` and
`Custom Tasks`.

We previously described the motivation for this TEP in:
- #374
- #498

In this change, we build on that problem statement to include the
experiences and learnings using the experimental `Pipelines` in
`Pipelines` `Custom Task` over the past several months.

In summary, the motivation for `Pipelines` in `Pipelines` include
composability, reusability, failure strategies, skipping strategies,
data locality & pod overhead and secure software supply chain.
  • Loading branch information
jerop committed May 4, 2022
1 parent 2d987b2 commit ef737bc
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 200 deletions.
Loading

0 comments on commit ef737bc

Please sign in to comment.