File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ metadata:
20
20
namespace : rhoai-tenant
21
21
spec :
22
22
timeouts :
23
- pipeline : 4h
23
+ pipeline : 8h
24
+ tasks : 4h
24
25
params :
25
26
- name : image-expires-after
26
27
value : 5d
41
42
- name : build-image-index
42
43
value : false
43
44
- name : build-args
44
- value : [max_jobs=48]
45
+ value :
46
+ - max_jobs=6
47
+ - nvcc_threads=2
45
48
- name : fetch-git-tags
46
49
value : true
47
50
- name : clone-depth
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ metadata:
19
19
name : vllm-cuda-v2-20-on-push
20
20
namespace : rhoai-tenant
21
21
spec :
22
+ timeouts :
23
+ pipeline : 8h
24
+ tasks : 4h
22
25
params :
23
26
- name : git-url
24
27
value : ' {{source_url}}'
30
33
value : Dockerfile.ubi
31
34
- name : path-context
32
35
value : .
36
+ - name : build-args
37
+ value :
38
+ - max_jobs=6
39
+ - nvcc_threads=2
33
40
taskRunSpecs :
34
41
- pipelineTaskName : ecosystem-cert-preflight-checks
35
42
computeResources :
@@ -138,7 +145,7 @@ spec:
138
145
description : Add built image into an OCI image index
139
146
name : build-image-index
140
147
type : string
141
- - default : [max_jobs=48 ]
148
+ - default : []
142
149
description : Array of --build-arg values ("arg=value" strings) for buildah
143
150
name : build-args
144
151
type : array
@@ -293,6 +300,7 @@ spec:
293
300
value :
294
301
- $(params.build-platforms)
295
302
name : build-images
303
+ timeout : 4h
296
304
params :
297
305
- name : IMAGE
298
306
value : $(params.output-image)
@@ -355,7 +363,7 @@ spec:
355
363
- name : name
356
364
value : build-image-index
357
365
- name : bundle
358
- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:09344e6bda708f48ef759bbe84bce99515549f4cfdcbe89e417f695c19463260
366
+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:70f2fe8ab9909c2bc8bb853ed5b880969f0de5022658f3af86f7dea15f95ff73
359
367
- name : kind
360
368
value : task
361
369
resolver : bundles
You can’t perform that action at this time.
0 commit comments