-
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
PipelineRun Timeouts #4460
Comments
thank you @jerop 👍 Yes, definitely, the |
Before promoting |
/help wanted |
/assign @vinamra28 Please feel free to unassign yourself if needed |
@pritidesai: GitHub didn't allow me to assign the following users: vinamra28. Note that only tektoncd members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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. |
@vinamra28 mentioned at Pipeline working group we discussed this and you're willing to take this on after #4611 |
/assign |
#4071 is relevant here-- not sure if it's a blocker for moving timeouts to beta but it's a pretty gnarly bug |
Just talked with Vinamra; I think it would be OK to promote timeouts to beta and deprecate Timeout despite this bug. Reasoning here is that this bug doesn't affect Timeouts.Pipeline (which replaces Timeout), and we are confident we want Timeouts to be part of the API rather than Timeout. |
`PipelineRun` timeouts were promoted to beta in this pull request: tektoncd#4813. In this change, we update the alpha features table to remove `PipelineRun` timeouts. Related issue: tektoncd#4460.
`PipelineRun` timeouts were promoted to Beta. This change removes the listing of `PipelineRun` timeouts from the alpha features. Issue: tektoncd#4460 PR: tektoncd#4813
`PipelineRun` timeouts were promoted to Beta. This change removes the listing of `PipelineRun` timeouts from the alpha features. Issue: tektoncd#4460 PR: tektoncd#4813
In TEP-0046: Finally Tasks Execution Post PipelineRun Timeout, we introduced new
timeouts
fields to replace thetimeout
field.As a follow up to that work, we need to:
PipelineRun.Timeouts
from Alpha to BetaPipelineRun.Timeout
This work should be included in our V1 effort.
/kind feature
/cc @lbernick @souleb @pritidesai
The text was updated successfully, but these errors were encountered: