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:
2020 namespace : rhoai-tenant
2121spec :
2222 timeouts :
23- pipeline : 4h
23+ pipeline : 8h
24+ tasks : 4h
2425 params :
2526 - name : image-expires-after
2627 value : 5d
4142 - name : build-image-index
4243 value : false
4344 - name : build-args
44- value : [max_jobs=48]
45+ value :
46+ - max_jobs=6
47+ - nvcc_threads=2
4548 - name : fetch-git-tags
4649 value : true
4750 - name : clone-depth
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ metadata:
1919 name : vllm-cuda-v2-20-on-push
2020 namespace : rhoai-tenant
2121spec :
22+ timeouts :
23+ pipeline : 8h
24+ tasks : 4h
2225 params :
2326 - name : git-url
2427 value : ' {{source_url}}'
3033 value : Dockerfile.ubi
3134 - name : path-context
3235 value : .
36+ - name : build-args
37+ value :
38+ - max_jobs=6
39+ - nvcc_threads=2
3340 taskRunSpecs :
3441 - pipelineTaskName : ecosystem-cert-preflight-checks
3542 computeResources :
@@ -138,7 +145,7 @@ spec:
138145 description : Add built image into an OCI image index
139146 name : build-image-index
140147 type : string
141- - default : [max_jobs=48 ]
148+ - default : []
142149 description : Array of --build-arg values ("arg=value" strings) for buildah
143150 name : build-args
144151 type : array
@@ -293,6 +300,7 @@ spec:
293300 value :
294301 - $(params.build-platforms)
295302 name : build-images
303+ timeout : 4h
296304 params :
297305 - name : IMAGE
298306 value : $(params.output-image)
@@ -355,7 +363,7 @@ spec:
355363 - name : name
356364 value : build-image-index
357365 - 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
359367 - name : kind
360368 value : task
361369 resolver : bundles
You can’t perform that action at this time.
0 commit comments