Skip to content

Commit edf760f

Browse files
committed
fix 2.19 push pipeline
needs to have build args now to prevent out of memory errors
1 parent 184a37f commit edf760f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.tekton/vllm-cuda-v2-19-push.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ metadata:
1919
name: vllm-cuda-v2-19-on-push
2020
namespace: rhoai-tenant
2121
spec:
22+
timeouts:
23+
pipeline: 8h
24+
tasks: 4h
2225
params:
2326
- name: git-url
2427
value: '{{source_url}}'
@@ -30,10 +33,10 @@ spec:
3033
value: Dockerfile.ubi
3134
- name: path-context
3235
value: .
33-
- name: additional-build-secret
34-
value: rhel-ai-private-index-auth
35-
- name: build-args-file
36-
value: argfile.konflux
36+
- name: build-args
37+
value:
38+
- max_jobs=6
39+
- nvcc_threads=2
3740
taskRunSpecs:
3841
- pipelineTaskName: ecosystem-cert-preflight-checks
3942
computeResources:

0 commit comments

Comments
 (0)