We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184a37f commit edf760fCopy full SHA for edf760f
.tekton/vllm-cuda-v2-19-push.yaml
@@ -19,6 +19,9 @@ metadata:
19
name: vllm-cuda-v2-19-on-push
20
namespace: rhoai-tenant
21
spec:
22
+ timeouts:
23
+ pipeline: 8h
24
+ tasks: 4h
25
params:
26
- name: git-url
27
value: '{{source_url}}'
@@ -30,10 +33,10 @@ spec:
30
33
value: Dockerfile.ubi
31
34
- name: path-context
32
35
value: .
- - name: additional-build-secret
- value: rhel-ai-private-index-auth
- - name: build-args-file
36
- value: argfile.konflux
+ - name: build-args
37
+ value:
38
+ - max_jobs=6
39
+ - nvcc_threads=2
40
taskRunSpecs:
41
- pipelineTaskName: ecosystem-cert-preflight-checks
42
computeResources:
0 commit comments