From 97f06d06a94366f63a1f0c4dd53e862778afe657 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Fri, 13 Oct 2023 14:31:50 +0100 Subject: [PATCH] Extend release timeouts in release cheatsheet The release pipeline tends to timeout. Extend the timeout params passed via tkn to avoid that. Signed-off-by: Andrea Frittoli --- tekton/release-cheat-sheet.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tekton/release-cheat-sheet.md b/tekton/release-cheat-sheet.md index 7028567d9b9..bb11857c7c3 100644 --- a/tekton/release-cheat-sheet.md +++ b/tekton/release-cheat-sheet.md @@ -58,7 +58,9 @@ the pipelines repo, a terminal window and a text editor. --param=versionTag="${TEKTON_VERSION}" \ --param=releaseBucket=gs://tekton-releases/pipeline \ --workspace name=release-secret,secret=release-secret \ - --workspace name=workarea,volumeClaimTemplateFile=workspace-template.yaml + --workspace name=workarea,volumeClaimTemplateFile=workspace-template.yaml \ + --tasks-timeout 2h \ + --pipeline-timeout 3h ``` Accept the default values of the parameters (except for "releaseAsLatest" if backporting).