Skip to content

Commit 838a60a

Browse files
sync pipelineruns with konflux-central - 93a6960
1 parent a1adce7 commit 838a60a

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,8 @@ spec:
4545
value: true
4646
- name: skip-checks
4747
value: true
48-
- name: build-args
49-
value:
50-
- max_jobs=6
51-
- nvcc_threads=2
52-
- VLLM_VERSION=0.9.0.1
48+
- name: build-args-file
49+
value: argfile.conf
5350
- name: fetch-git-tags
5451
value: true
5552
- name: clone-depth

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,8 @@ spec:
4747
value: true
4848
- name: skip-checks
4949
value: true
50-
- name: build-args
51-
value:
52-
- max_jobs=6
53-
- nvcc_threads=2
54-
- VLLM_VERSION=0.9.0.1
50+
- name: build-args-file
51+
value: argfile.conf
5552
- name: fetch-git-tags
5653
value: true
5754
- name: clone-depth

0 commit comments

Comments
 (0)