Skip to content

Commit

Permalink
Merge pull request #298 from MohammadiIram/update-tekton
Browse files Browse the repository at this point in the history
update tekton push.yaml
  • Loading branch information
MohammadiIram authored May 23, 2024
2 parents 093c3d7 + 969466c commit c415405
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tekton/kserve-agent-28-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
pipelinesascode.tekton.dev/max-keep-runs: "3"
build.appstudio.openshift.io/build-nudge-files: ".*.env, .*.json"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "rhoai-2.8" && !".github/*.*".pathChanged() && (!".tekton/*.*".pathChanged() || ".tekton/kserve-agent-28-push.yaml".pathChanged()) && !"config/overlays/odh/params.env".pathChanged()
== "rhoai-2.8" && (!".tekton/*.*".pathChanged() || ".tekton/kserve-agent-28-push.yaml".pathChanged()) && !"config/overlays/odh/params.env".pathChanged()
creationTimestamp: null
labels:
appstudio.openshift.io/application: kserve-agent
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kserve-controller-28-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
pipelinesascode.tekton.dev/max-keep-runs: "3"
build.appstudio.openshift.io/build-nudge-files: ".*.env, .*.json"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "rhoai-2.8" && !".github/*.*".pathChanged() && (!".tekton/*.*".pathChanged() || ".tekton/kserve-controller-28-push.yaml".pathChanged()) && !"config/overlays/odh/params.env".pathChanged()
== "rhoai-2.8" && (!".tekton/*.*".pathChanged() || ".tekton/kserve-controller-28-push.yaml".pathChanged()) && !"config/overlays/odh/params.env".pathChanged()
creationTimestamp: null
labels:
appstudio.openshift.io/application: kserve-controller
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kserve-router-28-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
pipelinesascode.tekton.dev/max-keep-runs: "3"
build.appstudio.openshift.io/build-nudge-files: ".*.env, .*.json"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "rhoai-2.8" && !".github/*.*".pathChanged() && (!".tekton/*.*".pathChanged() || ".tekton/kserve-router-28-push.yaml".pathChanged()) && !"config/overlays/odh/params.env".pathChanged()
== "rhoai-2.8" && (!".tekton/*.*".pathChanged() || ".tekton/kserve-router-28-push.yaml".pathChanged()) && !"config/overlays/odh/params.env".pathChanged()
creationTimestamp: null
labels:
appstudio.openshift.io/application: kserve-router
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kserve-storage-initializer-28-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
pipelinesascode.tekton.dev/max-keep-runs: "3"
build.appstudio.openshift.io/build-nudge-files: ".*.env, .*.json"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "rhoai-2.8" && !".github/*.*".pathChanged() && (!".tekton/*.*".pathChanged() || ".tekton/kserve-storage-initializer-28-push.yaml".pathChanged()) && !"config/overlays/odh/params.env".pathChanged()
== "rhoai-2.8" && (!".tekton/*.*".pathChanged() || ".tekton/kserve-storage-initializer-28-push.yaml".pathChanged()) && !"config/overlays/odh/params.env".pathChanged()
creationTimestamp: null
labels:
appstudio.openshift.io/application: kserve-storage-initializer
Expand Down

0 comments on commit c415405

Please sign in to comment.