Skip to content

Commit

Permalink
Updating the operator repo with latest images and manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
Openshift-AI DevOps committed Jan 16, 2025
1 parent 36be309 commit fe0d3cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .tekton/odh-operator-v2-17-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
build.appstudio.openshift.io/build-nudge-files: "bundle/bundle-patch.yaml"
pipelinesascode.tekton.dev/on-cel-expression: 'event == "push" && target_branch
== "rhoai-2.17" && !"bundle/**".pathChanged() && !"Dockerfiles/bundle.Dockerfile".pathChanged()
&& (!"build/**".pathChanged() || "build/operands-map.yaml".pathChanged() ||
".tekton/odh-operator-v2-17-push.yaml".pathChanged() ) && !".github/workflows/**".pathChanged()'
pipelinesascode.tekton.dev/on-cel-expression: '"non-existent-file.non-existent-ext".pathChanged()
&& event == "push" && target_branch == "rhoai-2.17" && !"bundle/**".pathChanged()
&& !"Dockerfiles/bundle.Dockerfile".pathChanged() && (!"build/**".pathChanged()
|| "build/operands-map.yaml".pathChanged() || ".tekton/odh-operator-v2-17-push.yaml".pathChanged()
) && !".github/workflows/**".pathChanged()'
creationTimestamp:
labels:
appstudio.openshift.io/application: rhoai-v2-17
Expand Down
2 changes: 1 addition & 1 deletion build/schedule/operator-tekton-trigger.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15-01-2025 00:19:22:904
16-01-2025 00:19:03:542

0 comments on commit fe0d3cf

Please sign in to comment.