-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TEP-0044]: Refocus on Execution Options
This commit renames TEP-0044 to "Data Locality and Pod Overhead in Pipelines" and re-focuses it on giving users more control over how their Pipelines are executed. There are two reasons for this change: - The problems identified with how Tasks are executed (pod overhead and difficulty passing data between Tasks) are relevant only when executing multiple Tasks together, not when a single Task is executed in a TaskRun. - The title "Decoupling Scheduling from Execution" implies that we must choose a runtime-based configuration for Pipeline execution. This commit clarifies that while execution options must be configurable at runtime, we may choose to also make them configurable at authoring time in the future.
- Loading branch information
1 parent
3f950fe
commit b50e8f5
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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