-
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
if timeout.tasks is reached pipeline status.reason should be PipelineRunTimeout #7573
Comments
I do think it make sense (if any Task fails due to Timeout, to mark the PipelineRun has failed due to Timeout). |
Yes, this would be similar to what TaskRun has for timeout behaviour. And just double checking if there is gonna be any concern with the change cc @AlanGreene 🤔 |
No concerns from the Dashboard's perspective |
/assign |
This patch fixes to set the reason of PipelineRun status to PipelineRunTimeout if the tasks of a PipelineRun time out because of the timeout.tasks parameter Fixes: tektoncd#7573 Signed-off-by: Shiv Verma <[email protected]>
This patch fixes to set the reason of PipelineRun status to PipelineRunTimeout if the tasks of a PipelineRun timeout because of the timeout.tasks parameter Fixes: tektoncd#7573 Signed-off-by: Shiv Verma <[email protected]>
Expected Behavior
if the tasks of a pipelineRun time out because of the timeout.tasks parameter, the reason for the PipelinRun satus should be
PipelineRunTimeout
.Actual Behavior
status reason is
Failed
.Steps to Reproduce the Problem
Additional Info
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
The text was updated successfully, but these errors were encountered: