Skip to content

Commit

Permalink
enabling new pnc arc
Browse files Browse the repository at this point in the history
  • Loading branch information
dchourasia committed Nov 22, 2024
1 parent 3aa0a56 commit 6a11ab3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .tekton/odh-trustyai-service-v2-16-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ metadata:
build.appstudio.openshift.io/build-nudge-files: "build/operator-nudging.yaml"
pipelinesascode.tekton.dev/on-cel-expression: |
event == "push"
&& target_branch == "rhoai-2.16"
&& ( !".tekton/**".pathChanged() || ".tekton/odh-trustyai-service-v2-16-push.yaml".pathChanged() )
&& target_branch == "rhoai-2.16" && "artifacts.lock.yaml".pathChanged()
creationTimestamp:
labels:
appstudio.openshift.io/application: rhoai-v2-16
Expand Down Expand Up @@ -60,7 +59,7 @@ spec:
- name: secret-name
value: rhoai-konflux-secret
- name: key-name
value: slack-webhook
value: slack-poc-webhook
taskRef:
params:
- name: name
Expand Down Expand Up @@ -162,7 +161,7 @@ spec:
valueFrom:
secretKeyRef:
name: rhoai-konflux-secret
key: slack-component-failure-notification
key: slack-component-failure-poc-notification
script: |
pipelinerun_name=$(params.pipelinerun-name)
target_branch={{target_branch}}
Expand Down

0 comments on commit 6a11ab3

Please sign in to comment.