From a971733d965bd9f79da488cfbf808a2dbe224fbf Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Wed, 27 Sep 2023 12:11:41 +0100 Subject: [PATCH] Increase the publish task timeout The overall release pipelinerun timeout is set to 1h30', however the default timeout for individual taskruns is 60', which is causing releases to fail. Increase the timeout to 1h20' for the publish-images task within the release pipeline to avoid failure. Signed-off-by: Andrea Frittoli --- tekton/release-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tekton/release-pipeline.yaml b/tekton/release-pipeline.yaml index fa7c113e720..1729193c43f 100644 --- a/tekton/release-pipeline.yaml +++ b/tekton/release-pipeline.yaml @@ -169,6 +169,7 @@ spec: subpath: bucket - name: release-secret workspace: release-secret + timeout: 1h20m - name: publish-to-bucket runAfter: [publish-images] taskRef: