Skip to content

Commit

Permalink
tekton: add pipeline timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlesstofu committed Nov 5, 2024
1 parent bc43685 commit bf1200c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tekton/trustee-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ spec:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
timeouts:
pipeline: "2h"
status: {}
2 changes: 2 additions & 0 deletions .tekton/trustee-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ spec:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
timeouts:
pipeline: "2h"
status: {}

0 comments on commit bf1200c

Please sign in to comment.