From e8b85e2e084e2b952ab985543c470c1ac0d430db Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Thu, 28 Sep 2023 12:50:26 +0100 Subject: [PATCH] Increase the publish timeout Increase the publish timeout to 2h. The previous increase to 1h20' was not enough and the task timedout again. This will require the overall `PipelineRun` timeout to be increased too. Signed-off-by: Andrea Frittoli --- tekton/release-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tekton/release-pipeline.yaml b/tekton/release-pipeline.yaml index 1729193c43f..7bc5eafe12b 100644 --- a/tekton/release-pipeline.yaml +++ b/tekton/release-pipeline.yaml @@ -169,7 +169,7 @@ spec: subpath: bucket - name: release-secret workspace: release-secret - timeout: 1h20m + timeout: 2h - name: publish-to-bucket runAfter: [publish-images] taskRef: