Skip to content

Commit 5020f52

Browse files
sync pipelineruns with konflux-central - f2ebadf
1 parent 1da5793 commit 5020f52

File tree

4 files changed

+99
-98
lines changed

4 files changed

+99
-98
lines changed

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

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ metadata:
55
build.appstudio.openshift.io/repo: https://github.com/red-hat-data-services/vllm?rev={{revision}}
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8-
pipelinesascode.tekton.dev/cancel-in-progress: "false"
9-
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
build.appstudio.openshift.io/build-nudge-files: "config/base/params-vllm-cpu.env"
8+
pipelinesascode.tekton.dev/cancel-in-progress: 'false'
9+
pipelinesascode.tekton.dev/max-keep-runs: '3'
10+
build.appstudio.openshift.io/build-nudge-files: config/base/params-vllm-cpu.env
1111
pipelinesascode.tekton.dev/on-cel-expression: |
1212
event == "push"
1313
&& target_branch == "rhoai-2.19"
1414
&& ( !".tekton/**".pathChanged() || ".tekton/vllm-cpu-v2-19-push.yaml".pathChanged() )
15-
creationTimestamp: null
15+
creationTimestamp:
1616
labels:
1717
appstudio.openshift.io/application: external-rhoai-v2-19
1818
appstudio.openshift.io/component: vllm-cpu-v2-19
@@ -49,28 +49,28 @@ spec:
4949
- name: fetch-git-tags
5050
value: true
5151
- name: clone-depth
52-
value: "2147483647"
52+
value: '2147483647'
5353
- name: s390x-build-platform
5454
value: linux-large/s390x
5555
- name: ppc64le-build-platform
56-
value: linux-large/ppc64le
56+
value: linux-large/ppc64le
5757
taskRunSpecs:
58-
- pipelineTaskName: ecosystem-cert-preflight-checks
59-
computeResources:
60-
requests:
61-
cpu: '8'
62-
memory: 16Gi
63-
limits:
64-
cpu: '16'
65-
memory: 32Gi
66-
- pipelineTaskName: clair-scan
67-
computeResources:
68-
requests:
69-
cpu: '8'
70-
memory: 16Gi
71-
limits:
72-
cpu: '16'
73-
memory: 32Gi
58+
- pipelineTaskName: ecosystem-cert-preflight-checks
59+
computeResources:
60+
requests:
61+
cpu: '8'
62+
memory: 16Gi
63+
limits:
64+
cpu: '16'
65+
memory: 32Gi
66+
- pipelineTaskName: clair-scan
67+
computeResources:
68+
requests:
69+
cpu: '8'
70+
memory: 16Gi
71+
limits:
72+
cpu: '16'
73+
memory: 32Gi
7474
pipelineRef:
7575
resolver: git
7676
params:

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

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
9-
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-comment: "^/build-cuda"
11-
pipelinesascode.tekton.dev/cancel-in-progress: "true"
9+
pipelinesascode.tekton.dev/max-keep-runs: '3'
10+
pipelinesascode.tekton.dev/on-comment: ^/build-cuda
11+
pipelinesascode.tekton.dev/cancel-in-progress: 'true'
1212
pipelinesascode.tekton.dev/on-cel-expression: |
1313
false
14-
creationTimestamp: null
14+
creationTimestamp:
1515
labels:
1616
appstudio.openshift.io/application: automation
1717
appstudio.openshift.io/component: pull-request-pipelines
@@ -30,7 +30,8 @@ spec:
3030
- name: revision
3131
value: '{{revision}}'
3232
- name: output-image
33-
value: quay.io/redhat-user-workloads/rhoai-tenant/pull-request-pipelines:vllm-on-pr-cuda-{{revision}}
33+
value:
34+
quay.io/redhat-user-workloads/rhoai-tenant/pull-request-pipelines:vllm-on-pr-cuda-{{revision}}
3435
- name: dockerfile
3536
value: Dockerfile.ubi
3637
- name: path-context
@@ -46,33 +47,33 @@ spec:
4647
- name: skip-checks
4748
value: true
4849
- name: build-args
49-
value:
50-
- max_jobs=6
51-
- nvcc_threads=2
50+
value:
51+
- max_jobs=6
52+
- nvcc_threads=2
5253
- name: fetch-git-tags
5354
value: true
5455
- name: clone-depth
55-
value: "2147483647"
56+
value: '2147483647'
5657
- name: build-platforms
57-
value:
58-
- linux-extra-fast/amd64
58+
value:
59+
- linux-extra-fast/amd64
5960
taskRunSpecs:
60-
- pipelineTaskName: ecosystem-cert-preflight-checks
61-
computeResources:
62-
requests:
63-
cpu: '8'
64-
memory: 16Gi
65-
limits:
66-
cpu: '16'
67-
memory: 32Gi
68-
- pipelineTaskName: clair-scan
69-
computeResources:
70-
requests:
71-
cpu: '8'
72-
memory: 16Gi
73-
limits:
74-
cpu: '16'
75-
memory: 32Gi
61+
- pipelineTaskName: ecosystem-cert-preflight-checks
62+
computeResources:
63+
requests:
64+
cpu: '8'
65+
memory: 16Gi
66+
limits:
67+
cpu: '16'
68+
memory: 32Gi
69+
- pipelineTaskName: clair-scan
70+
computeResources:
71+
requests:
72+
cpu: '8'
73+
memory: 16Gi
74+
limits:
75+
cpu: '16'
76+
memory: 32Gi
7677
pipelineRef:
7778
resolver: git
7879
params:

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

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ metadata:
55
build.appstudio.openshift.io/repo: https://github.com/red-hat-data-services/vllm?rev={{revision}}
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8-
pipelinesascode.tekton.dev/max-keep-runs: "3"
9-
build.appstudio.openshift.io/build-nudge-files: "config/base/params.env"
8+
pipelinesascode.tekton.dev/max-keep-runs: '3'
9+
build.appstudio.openshift.io/build-nudge-files: config/base/params.env
1010
pipelinesascode.tekton.dev/on-cel-expression: |
1111
event == "push"
1212
&& target_branch == "rhoai-2.19"
1313
&& ( !".tekton/**".pathChanged() || ".tekton/vllm-cuda-v2-19-push.yaml".pathChanged() )
14-
creationTimestamp: null
14+
creationTimestamp:
1515
labels:
1616
appstudio.openshift.io/application: external-rhoai-v2-19
1717
appstudio.openshift.io/component: vllm-cuda-v2-19
@@ -47,33 +47,33 @@ spec:
4747
- name: skip-checks
4848
value: true
4949
- name: build-args
50-
value:
51-
- max_jobs=6
52-
- nvcc_threads=2
50+
value:
51+
- max_jobs=6
52+
- nvcc_threads=2
5353
- name: fetch-git-tags
5454
value: true
5555
- name: clone-depth
56-
value: "2147483647"
56+
value: '2147483647'
5757
- name: build-platforms
58-
value:
59-
- linux-extra-fast/amd64
58+
value:
59+
- linux-extra-fast/amd64
6060
taskRunSpecs:
61-
- pipelineTaskName: ecosystem-cert-preflight-checks
62-
computeResources:
63-
requests:
64-
cpu: '8'
65-
memory: 16Gi
66-
limits:
67-
cpu: '16'
68-
memory: 32Gi
69-
- pipelineTaskName: clair-scan
70-
computeResources:
71-
requests:
72-
cpu: '8'
73-
memory: 16Gi
74-
limits:
75-
cpu: '16'
76-
memory: 32Gi
61+
- pipelineTaskName: ecosystem-cert-preflight-checks
62+
computeResources:
63+
requests:
64+
cpu: '8'
65+
memory: 16Gi
66+
limits:
67+
cpu: '16'
68+
memory: 32Gi
69+
- pipelineTaskName: clair-scan
70+
computeResources:
71+
requests:
72+
cpu: '8'
73+
memory: 16Gi
74+
limits:
75+
cpu: '16'
76+
memory: 32Gi
7777
pipelineRef:
7878
resolver: git
7979
params:

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ metadata:
55
build.appstudio.openshift.io/repo: https://github.com/red-hat-data-services/vllm?rev={{revision}}
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8-
pipelinesascode.tekton.dev/max-keep-runs: "3"
9-
build.appstudio.openshift.io/build-nudge-files: "config/base/params-vllm-rocm.env"
8+
pipelinesascode.tekton.dev/max-keep-runs: '3'
9+
build.appstudio.openshift.io/build-nudge-files: config/base/params-vllm-rocm.env
1010
pipelinesascode.tekton.dev/on-cel-expression: |
1111
event == "push"
1212
&& target_branch == "rhoai-2.19"
1313
&& ( !".tekton/**".pathChanged() || ".tekton/vllm-rocm-v2-19-push.yaml".pathChanged() )
14-
creationTimestamp: null
14+
creationTimestamp:
1515
labels:
1616
appstudio.openshift.io/application: external-rhoai-v2-19
1717
appstudio.openshift.io/component: vllm-rocm-v2-19
@@ -47,32 +47,32 @@ spec:
4747
- name: skip-checks
4848
value: true
4949
- name: build-args
50-
value:
51-
- max_jobs=48
50+
value:
51+
- max_jobs=48
5252
- name: fetch-git-tags
5353
value: true
5454
- name: clone-depth
55-
value: "2147483647"
55+
value: '2147483647'
5656
- name: build-platforms
57-
value:
58-
- linux-extra-fast/amd64
57+
value:
58+
- linux-extra-fast/amd64
5959
taskRunSpecs:
60-
- pipelineTaskName: ecosystem-cert-preflight-checks
61-
computeResources:
62-
requests:
63-
cpu: '8'
64-
memory: 16Gi
65-
limits:
66-
cpu: '16'
67-
memory: 32Gi
68-
- pipelineTaskName: clair-scan
69-
computeResources:
70-
requests:
71-
cpu: '8'
72-
memory: 16Gi
73-
limits:
74-
cpu: '16'
75-
memory: 32Gi
60+
- pipelineTaskName: ecosystem-cert-preflight-checks
61+
computeResources:
62+
requests:
63+
cpu: '8'
64+
memory: 16Gi
65+
limits:
66+
cpu: '16'
67+
memory: 32Gi
68+
- pipelineTaskName: clair-scan
69+
computeResources:
70+
requests:
71+
cpu: '8'
72+
memory: 16Gi
73+
limits:
74+
cpu: '16'
75+
memory: 32Gi
7676
pipelineRef:
7777
resolver: git
7878
params:

0 commit comments

Comments
 (0)