Skip to content

Commit 44073d1

Browse files
authored
Merge pull request #51 from moulalis/update_cud
updating events
2 parents 5ef718a + 3c0fb3f commit 44073d1

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ 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())
1514
creationTimestamp: null
1615
labels:
1716
appstudio.openshift.io/application: runtime-ray

.tekton/ray-cuda-push.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
99
pipelinesascode.tekton.dev/on-cel-expression: |
10-
event == "pull_request"
10+
event == "push"
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())
1413
creationTimestamp: null
1514
labels:
1615
appstudio.openshift.io/application: runtime-ray
@@ -478,4 +477,4 @@ spec:
478477
secret:
479478
secretName: '{{ git_auth_secret }}'
480479
status: {}
481-
#restart
480+

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ 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())
1514
creationTimestamp: null
1615
labels:
1716
appstudio.openshift.io/application: runtime-ray

.tekton/ray-rocm-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
99
pipelinesascode.tekton.dev/on-cel-expression: |
10-
event == "pull_request"
10+
event == "push"
1111
&& target_branch == "main"
1212
&& ( !".tekton/**".pathChanged() || ".tekton/ray-rocm-push.yaml".pathChanged() )
1313
&& !(".tekton/ray-cuda-pull.yaml".pathChanged() && !".tekton/ray-cuda-push.yaml".pathChanged())

0 commit comments

Comments
 (0)