Skip to content

Commit 688565b

Browse files
authored
Merge pull request #49 from moulalis/update_oncell
changes added
2 parents d861105 + 0217d6a commit 688565b

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ metadata:
1111
event == "pull_request"
1212
&& target_branch == "main"
1313
&& ( !".tekton/**".pathChanged() || ".tekton/ray-cuda-pull-request.yaml".pathChanged() )
14+
&& !(".tekton/ray-rcom-pull.yaml".pathChanged() && !".tekton/ray-rcom-push.yaml".pathChanged())
1415
creationTimestamp: null
1516
labels:
1617
appstudio.openshift.io/application: runtime-ray

.tekton/ray-cuda-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ metadata:
1010
event == "pull_request"
1111
&& target_branch == "main"
1212
&& ( !".tekton/**".pathChanged() || ".tekton/ray-cuda-push.yaml".pathChanged() )
13+
&& !(".tekton/ray-rcom-pull.yaml".pathChanged() && !".tekton/ray-rcom-push.yaml".pathChanged())
1314
creationTimestamp: null
1415
labels:
1516
appstudio.openshift.io/application: runtime-ray
@@ -24,7 +25,7 @@ spec:
2425
- name: revision
2526
value: '{{revision}}'
2627
- name: output-image
27-
value: quay.io/modh/ray:cuda
28+
value: quay.io/modh/ray:2.35.0-py39-cu121
2829
- name: dockerfile
2930
value: Dockerfile
3031
- name: path-context

.tekton/ray-rocm-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ metadata:
1111
event == "pull_request"
1212
&& target_branch == "main"
1313
&& ( !".tekton/**".pathChanged() || ".tekton/ray-rocm-pull-request.yaml".pathChanged() )
14+
&& !(".tekton/ray-cuda-pull.yaml".pathChanged() && !".tekton/ray-cuda-push.yaml".pathChanged())
1415
creationTimestamp: null
1516
labels:
1617
appstudio.openshift.io/application: runtime-ray

.tekton/ray-rocm-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ metadata:
1010
event == "pull_request"
1111
&& target_branch == "main"
1212
&& ( !".tekton/**".pathChanged() || ".tekton/ray-rocm-push.yaml".pathChanged() )
13+
&& !(".tekton/ray-cuda-pull.yaml".pathChanged() && !".tekton/ray-cuda-push.yaml".pathChanged())
1314
creationTimestamp: null
1415
labels:
1516
appstudio.openshift.io/application: runtime-ray

0 commit comments

Comments
 (0)