Skip to content

Commit

Permalink
[snc-runner] fix: Set decommission task timeout to 45m.
Browse files Browse the repository at this point in the history
From time to time the decomission for arm64 resources is taking more than previous 20 min, so task ended up failing and leftowvers breaks next provisions due to limits. This commit increases the timeout for decomission ensuring there is enough time for remove everything safely

Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
  • Loading branch information
adrianriobo committed Jan 29, 2025
1 parent 1c5b192 commit 12d4288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snc-runner/tkn/tpl/pipeline.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ spec:
workspace: aws-credentials
- name: rh-account-secret
workspace: rh-account-secret
timeout: "20m"
timeout: "45m"
- name: print-decomission
when:
- input: $(params.debug)
Expand Down

0 comments on commit 12d4288

Please sign in to comment.