Skip to content

Commit 8a86025

Browse files
committed
Added timeout to jupyter-minimal-cuda
1 parent b02053b commit 8a86025

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.tekton/odh-workbench-jupyter-minimal-cuda-py312-pull-request.yaml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
11-
pipelinesascode.tekton.dev/on-comment: "^/build-konflux"
11+
pipelinesascode.tekton.dev/on-comment: "^/(build-konflux|build-jupyter-minimal-cuda)"
1212
pipelinesascode.tekton.dev/on-event: "[pull_request]"
1313
labels:
1414
appstudio.openshift.io/application: automation
@@ -58,6 +58,26 @@ spec:
5858
value: '{{ target_branch }}'
5959
- name: pathInRepo
6060
value: pipelines/multi-arch-container-build.yaml
61+
timeouts:
62+
pipeline: 8h
63+
tasks: 4h
64+
taskRunSpecs:
65+
- pipelineTaskName: ecosystem-cert-preflight-checks
66+
computeResources:
67+
requests:
68+
cpu: '8'
69+
memory: 16Gi
70+
limits:
71+
cpu: '16'
72+
memory: 32Gi
73+
- pipelineTaskName: clair-scan
74+
computeResources:
75+
requests:
76+
cpu: '8'
77+
memory: 16Gi
78+
limits:
79+
cpu: '16'
80+
memory: 32Gi
6181
taskRunTemplate:
6282
serviceAccountName: build-pipeline-pull-request-pipelines
6383
workspaces:

0 commit comments

Comments
 (0)