File tree Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ metadata:
7
7
build.appstudio.redhat.com/pull_request_number : ' {{pull_request_number}}'
8
8
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
9
9
pipelinesascode.tekton.dev/max-keep-runs : " 3"
10
- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
11
- == "main"
10
+ pipelinesascode.tekton.dev/on-cel-expression : |
11
+ event == "pull_request"
12
+ && target_branch == "main"
13
+ && ( !".tekton/**".pathChanged() || ".tekton/ray-cuda-pull-request.yaml".pathChanged() )
12
14
creationTimestamp : null
13
15
labels :
14
16
appstudio.openshift.io/application : runtime-ray
27
29
- name : image-expires-after
28
30
value : 5d
29
31
- name : dockerfile
30
- value : /images/runtime/ray/cuda/Dockerfile
32
+ value : Dockerfile
33
+ - name : path-context
34
+ value : images/runtime/ray/cuda
31
35
pipelineSpec :
32
36
finally :
33
37
- name : show-sbom
@@ -233,9 +237,9 @@ spec:
233
237
taskRef :
234
238
params :
235
239
- name : name
236
- value : buildah
240
+ value : buildah-8gb
237
241
- name : bundle
238
- value : quay.io/konflux-ci/tekton-catalog/task-buildah:0.2@sha256:a523f60203d90e149f96ec776b47ce85a7acfd6d634ddfc18f4a03f14e08ea0e
242
+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-8gb :0.2
239
243
- name : kind
240
244
value : task
241
245
resolver : bundles
Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ metadata:
6
6
build.appstudio.redhat.com/commit_sha : ' {{revision}}'
7
7
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
8
8
pipelinesascode.tekton.dev/max-keep-runs : " 3"
9
- pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
10
- == "main"
9
+ pipelinesascode.tekton.dev/on-cel-expression : |
10
+ event == "pull_request"
11
+ && target_branch == "main"
12
+ && ( !".tekton/**".pathChanged() || ".tekton/ray-cuda-push.yaml".pathChanged() )
11
13
creationTimestamp : null
12
14
labels :
13
15
appstudio.openshift.io/application : runtime-ray
22
24
- name : revision
23
25
value : ' {{revision}}'
24
26
- name : output-image
25
- value : quay.io/redhat-user-workloads/rhoai-tenant/runtime- ray/ray-cuda:{{revision}}
27
+ value : quay.io/modh/ ray:cuda
26
28
- name : dockerfile
27
- value : /images/runtime/ray/cuda/Dockerfile
29
+ value : Dockerfile
30
+ - name : path-context
31
+ value : images/runtime/ray/cuda
28
32
pipelineSpec :
29
33
finally :
30
34
- name : show-sbom
@@ -230,9 +234,9 @@ spec:
230
234
taskRef :
231
235
params :
232
236
- name : name
233
- value : buildah
237
+ value : buildah-8gb
234
238
- name : bundle
235
- value : quay.io/konflux-ci/tekton-catalog/task-buildah:0.2@sha256:a523f60203d90e149f96ec776b47ce85a7acfd6d634ddfc18f4a03f14e08ea0e
239
+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-8gb :0.2
236
240
- name : kind
237
241
value : task
238
242
resolver : bundles
You can’t perform that action at this time.
0 commit comments