Skip to content

Commit acaff12

Browse files
update timeout on building universal image
Signed-off-by: Brian Gallagher <[email protected]>
1 parent 3416b2c commit acaff12

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.tekton/universal-image-py312-cuda128-torch280-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ spec:
184184
- name: netrc
185185
workspace: netrc
186186
- name: build-container
187+
timeout: 8h
187188
params:
188189
- name: IMAGE
189190
value: $(params.output-image)

.tekton/universal-image-py312-cuda128-torch280-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ spec:
181181
- name: netrc
182182
workspace: netrc
183183
- name: build-container
184+
timeout: 8h
184185
params:
185186
- name: IMAGE
186187
value: $(params.output-image)

0 commit comments

Comments
 (0)