-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove PipelineTask Timeout in Favor of TaskRunSpecs #2827
Comments
/kind api-change |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@danielhelfand: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
If we want to do this id kind of like to revisit all the PipelineTask fields and make sure we are happy with them. A while ago I tried to categorize them: Used to instantiate the TaskRun:
Used to decide when and how to run (i.e. workflow logic):
These are modified at runtime via PipelineTaskRunSpecs:
The specific fields you mentioned, one is at Pipeline authoring time, one is at PipelineRun time - if we remove timeout from PipelineTasks, this means Pipeline authors can't set it - which might be frustrating? I think there are questions around:
|
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
As of #2389, PipelineRuns now support the ability to define runtime settings of TaskRuns associated with a PipelineTask.
Prior to this, #2038 was introduced as a way to specify a timeout for a PipelineTask. Seeing as it seems the design moving forward will be to define these runtime settings all via PipelineRuns/TaskRuns, would it make sense to remove the Timeout property from PipelineTasks?
/kind question
The text was updated successfully, but these errors were encountered: