Skip to content

Commit ad7c3ca

Browse files
sync pipelineruns with konflux-central - 1d71bb4
1 parent 1497e6e commit ad7c3ca

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
value: "2147483647"
5252
- name: build-platforms
5353
value:
54-
- linux-large/ppc64le
54+
- linux/ppc64le
5555
taskRunSpecs:
5656
- pipelineTaskName: ecosystem-cert-preflight-checks
5757
computeResources:
@@ -139,7 +139,7 @@ spec:
139139
value: "2147483647"
140140
- name: build-platforms
141141
value:
142-
- linux-large/s390x
142+
- linux/s390x
143143
taskRunSpecs:
144144
- pipelineTaskName: ecosystem-cert-preflight-checks
145145
computeResources:

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ spec:
5151
- name: clone-depth
5252
value: '2147483647'
5353
- name: s390x-build-platform
54-
value: linux-large/s390x
54+
value: linux/s390x
5555
- name: ppc64le-build-platform
56-
value: linux-large/ppc64le
56+
value: linux/ppc64le
5757
taskRunSpecs:
5858
- pipelineTaskName: ecosystem-cert-preflight-checks
5959
computeResources:
@@ -87,4 +87,3 @@ spec:
8787
secret:
8888
secretName: '{{ git_auth_secret }}'
8989
status: {}
90-
#restart

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,3 @@ spec:
9090
secret:
9191
secretName: '{{ git_auth_secret }}'
9292
status: {}
93-
#restart

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,3 @@ spec:
8989
secret:
9090
secretName: '{{ git_auth_secret }}'
9191
status: {}
92-
#restart

0 commit comments

Comments
 (0)