Replies: 2 comments
-
|
that doesn't sound like the correct behavior to me in TEP-0046: Finally tasks execution post pipelinerun timeout, we provided a way for
but it doesn't seem that this scenario was explicitly discussed (unless i missed something) cc @tektoncd/core-maintainers @souleb |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Can you provide the yaml to cross check your declaration? I have read the code once again and here a first attempt to explain. When In your case you do not set any timeout for your Now why does your The This is not the intended behaviour in my opinion. We should maybe check the provided |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, everyone!
Can someone please clarify the relationships between the
timeoutfield in theTasksspec of aPipelineand thetimeoutsfield in aPipelineRun?I created a
Pipelineand set the failure timeout for one of the heavy tasks to 24h0m0s. I run aPipelineRunfor thatPipeline(I didn't set thetimeoutsfield for thisPipelineRun) and I gotPipelineRunTimeoutafter 1 hour but my heavy task continued to work.Is it a correct behaviour?
Beta Was this translation helpful? Give feedback.
All reactions