Skip to content

Commit

Permalink
ci: Increase pipelinerun timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Varsha GS <[email protected]>
  • Loading branch information
GSVarsha committed May 29, 2024
1 parent 71222c3 commit 46c9965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tekton/pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: PipelineRun
metadata:
name: ruby-tracer-ci-pipeline-run
spec:
timeouts:
pipeline: "2h"
params:
- name: revision
value: "tekton"
Expand Down
2 changes: 2 additions & 0 deletions .tekton/scheduled-eventlistener.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ spec:
# '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*'
name: ruby-tracer-scheduled-ci-pipeline-$(tt.params.date-time-normalized)-$(tt.params.git-commit-short-sha)
spec:
timeouts:
pipeline: "2h"
params:
- name: revision
value: master
Expand Down

0 comments on commit 46c9965

Please sign in to comment.