Skip to content

Commit 3db53a2

Browse files
authored
Merge pull request #108 from ckhordiasma/2.20-pipeline-spec-updates
update PR pipelines for vllm cuda
2 parents c27da6a + 1327f90 commit 3db53a2

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.tekton/vllm-cuda-pull-request.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ metadata:
2020
namespace: rhoai-tenant
2121
spec:
2222
timeouts:
23-
pipeline: 4h
23+
pipeline: 8h
24+
tasks: 4h
2425
params:
2526
- name: image-expires-after
2627
value: 5d
@@ -41,7 +42,9 @@ spec:
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

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ metadata:
1919
name: vllm-cuda-v2-20-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,6 +33,10 @@ spec:
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

0 commit comments

Comments
 (0)