Skip to content

Commit

Permalink
Increase the publish task timeout
Browse files Browse the repository at this point in the history
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 <andrea.frittoli@uk.ibm.com>
  • Loading branch information
afrittoli authored and tekton-robot committed Sep 27, 2023
1 parent 66a2c10 commit f5578a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tekton/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ spec:
subpath: bucket
- name: release-secret
workspace: release-secret
timeout: 1h20m
- name: publish-to-bucket
runAfter: [publish-images]
taskRef:
Expand Down

0 comments on commit f5578a8

Please sign in to comment.