Skip to content

Commit 40ce00b

Browse files
committed
trying using args file
1 parent 622996b commit 40ce00b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/args-file-openvino-model-server-odh-poc-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
9-
pipelinesascode.tekton.dev/max-keep-runs: "4"
9+
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
1111
== "konflux-poc" && ( "Dockerfile.redhat.args".pathChanged() || ".tekton/args-file-openvino-model-server-odh-poc-push.yaml".pathChanged() )
1212
creationTimestamp: null

.tekton/openvino-model-server-odh-poc-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "4"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "konflux-poc" && !("Dockerfile.redhat.args".pathChanged())
11+
== "konflux-poc" && !("Dockerfile.redhat.args".pathChanged()) && !(".tekton/args-file-openvino-model-server-odh-poc-push.yaml".pathChanged())
1212
creationTimestamp: null
1313
labels:
1414
appstudio.openshift.io/application: odh-release

0 commit comments

Comments
 (0)