-
Notifications
You must be signed in to change notification settings - Fork 1.8k
default-timeout-minutes Design Considerations #2334
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
Comments
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten 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. |
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. |
/remove-lifecycle rotten |
Format of Default Timeout
Via the config-defaults ConfigMap, a property called
default-timeout-minutes
can be set to apply a timeout to every TaskRun/PipelineRun that does not specify a timeout. I think it would be helpful to be able to specify this default in a duration format (e.g.,1h30m2s
). This would allow users to specify timeouts in a more granular way as opposed to only using minutes:This would also be more consistent with all the examples of timeouts used by pipeline/how
tkn
is allowing users to specify timeouts.TaskRun Versus PipelineRun Timeout Defaults
The other suggestion would be to have a way to set timeout defaults for TaskRuns versus PipelineRuns as a default timeout for a TaskRun should more than likely differ from that of an entire PipelineRun.
Additional Info
Assuming this makes sense, there would need to be some considerations on what the best approach would be to make this backwards compatible with
default-timeout-minutes
./kind feature
The text was updated successfully, but these errors were encountered: