Skip to content

Commit

Permalink
Increase the publish timeout
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
afrittoli authored and tekton-robot committed Sep 28, 2023
1 parent c2858d8 commit e8b85e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e8b85e2

Please sign in to comment.