-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, we'd proposed to adding `continueAfterSkip` field which defaults to false and can be set to true to execute ordering-dependent tasks We want to update that proposal because: - using string aliases instead of booleans is preferable because, as described in the Kubernetes API policy, "Think twice about bool fields. Many ideas start as boolean but eventually trend towards a small set of mutually exclusive options. Plan for future expansions by describing the policy options explicitly as a string type alias" - that naming was misleading So, we propose using a `whenSkipped` field which defaults to `skipBranch` and users can set to `runBranch` to execute its branch that's made up of ordering-dependent tasks only Further discussed in tektoncd/pipeline#3176
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 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