Skip to content

Commit 6486bd9

Browse files
timeout
1 parent 77aeb9a commit 6486bd9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.tekton/odh-pipeline-runtime-tensorflow-rocm-py312-poc-push.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
namespace: open-data-hub-tenant
1919
spec:
2020
timeouts:
21-
pipeline: "8h0m0s"
21+
pipeline: "10h0m0s"
2222
params:
2323
- name: git-url
2424
value: '{{source_url}}'
@@ -32,6 +32,9 @@ spec:
3232
value: .
3333
- name: build-args-file
3434
value: codeserver/ubi9-python-3.12/build-args/cpu.conf
35+
- name: build-platforms
36+
value:
37+
- linux-extra-fast/amd64
3538
pipelineSpec:
3639
description: |
3740
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)