Skip to content

Commit 6744c86

Browse files
authored
[ISV-4889] Pipeline timeouts do not trigger cleanup tasks (#657)
Signed-off-by: Maurizio Porrato <[email protected]>
1 parent e29fdb9 commit 6744c86

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

ansible/roles/operator-pipeline/tasks/community-hosted-pipeline-trigger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
spec:
9595
timeouts:
9696
pipeline: "2h"
97+
tasks: "1h50m"
9798
pipelineRef:
9899
name: operator-hosted-pipeline
99100
params:

ansible/roles/operator-pipeline/tasks/community-release-pipeline-trigger.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
git_pull_request_url: $(tt.params.git_pr_url)
8888
spec:
8989
timeouts:
90-
pipeline: "1h30m0s"
90+
pipeline: "4h15m0s"
91+
tasks: "4h5m"
9192
pipelineRef:
9293
name: operator-release-pipeline
9394
params:

ansible/roles/operator-pipeline/tasks/operator-hosted-pipeline-trigger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
spec:
9292
timeouts:
9393
pipeline: "2h"
94+
tasks: "1h50m"
9495
pipelineRef:
9596
name: operator-hosted-pipeline
9697
params:

ansible/roles/operator-pipeline/tasks/operator-release-pipeline-trigger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
spec:
8181
timeouts:
8282
pipeline: "4h15m0s"
83+
tasks: "4h5m"
8384
pipelineRef:
8485
name: operator-release-pipeline
8586
params:

0 commit comments

Comments
 (0)