File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ metadata:
11
11
event == "pull_request"
12
12
&& target_branch == "main"
13
13
&& ( !".tekton/**".pathChanged() || ".tekton/ray-cuda-pull-request.yaml".pathChanged() )
14
+ && !(".tekton/ray-rcom-pull.yaml".pathChanged() && !".tekton/ray-rcom-push.yaml".pathChanged())
14
15
creationTimestamp : null
15
16
labels :
16
17
appstudio.openshift.io/application : runtime-ray
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ metadata:
10
10
event == "pull_request"
11
11
&& target_branch == "main"
12
12
&& ( !".tekton/**".pathChanged() || ".tekton/ray-cuda-push.yaml".pathChanged() )
13
+ && !(".tekton/ray-rcom-pull.yaml".pathChanged() && !".tekton/ray-rcom-push.yaml".pathChanged())
13
14
creationTimestamp : null
14
15
labels :
15
16
appstudio.openshift.io/application : runtime-ray
24
25
- name : revision
25
26
value : ' {{revision}}'
26
27
- name : output-image
27
- value : quay.io/modh/ray:cuda
28
+ value : quay.io/modh/ray:2.35.0-py39-cu121
28
29
- name : dockerfile
29
30
value : Dockerfile
30
31
- name : path-context
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ metadata:
11
11
event == "pull_request"
12
12
&& target_branch == "main"
13
13
&& ( !".tekton/**".pathChanged() || ".tekton/ray-rocm-pull-request.yaml".pathChanged() )
14
+ && !(".tekton/ray-cuda-pull.yaml".pathChanged() && !".tekton/ray-cuda-push.yaml".pathChanged())
14
15
creationTimestamp : null
15
16
labels :
16
17
appstudio.openshift.io/application : runtime-ray
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ metadata:
10
10
event == "pull_request"
11
11
&& target_branch == "main"
12
12
&& ( !".tekton/**".pathChanged() || ".tekton/ray-rocm-push.yaml".pathChanged() )
13
+ && !(".tekton/ray-cuda-pull.yaml".pathChanged() && !".tekton/ray-cuda-push.yaml".pathChanged())
13
14
creationTimestamp : null
14
15
labels :
15
16
appstudio.openshift.io/application : runtime-ray
You can’t perform that action at this time.
0 commit comments