Skip to content

Commit

Permalink
Extend release timeouts in release cheatsheet
Browse files Browse the repository at this point in the history
The release pipeline tends to timeout.
Extend the timeout params passed via tkn to avoid that.

Signed-off-by: Andrea Frittoli <[email protected]>
  • Loading branch information
afrittoli authored and tekton-robot committed Oct 13, 2023
1 parent 140b986 commit 283ad32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tekton/release-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 283ad32

Please sign in to comment.