Skip to content

Commit 13e3891

Browse files
committed
change params back to a single dockerfile
1 parent d626acd commit 13e3891

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ spec:
3131
value: '{{revision}}'
3232
- name: output-image
3333
value: quay.io/modh/vllm:on-pr-cpu-{{revision}}
34-
- name: dockerfiles
35-
value:
36-
- Dockerfile.s390x.ubi
37-
- Dockerfile.ppc64le.ubi
34+
- name: dockerfile
35+
value: Dockerfile.s390x.ubi
3836
- name: path-context
3937
value: .
4038
- name: hermetic
@@ -54,7 +52,6 @@ spec:
5452
- name: build-platforms
5553
value:
5654
- linux-large/s390x
57-
- linux-large/ppc64le
5855
taskRunSpecs:
5956
- pipelineTaskName: ecosystem-cert-preflight-checks
6057
computeResources:

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ spec:
3131
value: '{{revision}}'
3232
- name: output-image
3333
value: quay.io/modh/vllm:on-pr-cuda-{{revision}}
34-
- name: dockerfiles
35-
value:
36-
- Dockerfile.ubi
34+
- name: dockerfile
35+
value: Dockerfile.ubi
3736
- name: path-context
3837
value: .
3938
- name: hermetic

0 commit comments

Comments
 (0)