Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum authored and ondrejbudai committed Jul 15, 2024
1 parent d2d8b36 commit 7051779
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tekton/bootc-image-builder-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ metadata:
name: bootc-image-builder-on-pull-request
namespace: centos-bootc-tenant
spec:
timeouts:
pipeline: "6h0m0s"
tasks: "4h0m0s"
finally: "2h0m0s"
params:
- name: dockerfile
value: Containerfile
Expand Down
4 changes: 4 additions & 0 deletions .tekton/bootc-image-builder-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ metadata:
name: bootc-image-builder-on-push
namespace: centos-bootc-tenant
spec:
timeouts:
pipeline: "6h0m0s"
tasks: "4h0m0s"
finally: "2h0m0s"
params:
- name: dockerfile
value: Containerfile
Expand Down

0 comments on commit 7051779

Please sign in to comment.