Skip to content

Commit a24aac0

Browse files
sync pipelineruns with konflux-central - 0c9db8a, triggered_by: https://github.com/red-hat-data-services/konflux-central/actions/runs/26109603560
1 parent 4118a5a commit a24aac0

3 files changed

Lines changed: 24 additions & 14 deletions

.tekton/odh-llm-d-batch-gateway-apiserver-v3-5-ea-1-push.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apiVersion: tekton.dev/v1
22
kind: PipelineRun
3-
#
43
metadata:
54
annotations:
65
build.appstudio.openshift.io/repo: https://github.com/red-hat-data-services/batch-gateway?rev={{revision}}
@@ -9,10 +8,14 @@ metadata:
98
pipelinesascode.tekton.dev/cancel-in-progress: "false"
109
pipelinesascode.tekton.dev/max-keep-runs: "3"
1110
build.appstudio.openshift.io/build-nudge-files: "build/operator-nudging.yaml"
12-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
13-
== "rhoai-3.5-ea.1"
14-
&& ".tekton/odh-llm-d-batch-gateway-apiserver-v3-5-ea-1-push.yaml".pathChanged()
15-
|| "Dockerfile.apiserver.konflux".pathChanged()
11+
# Triggers on changes outside docker/ and .tekton/, or on this component's
12+
# own Dockerfile and tekton file.
13+
pipelinesascode.tekton.dev/on-cel-expression: |
14+
event == "push"
15+
&& target_branch == "rhoai-3.5-ea.1"
16+
&& ( files.all.exists(p, !p.matches('^docker/') && !p.matches('^\\.tekton/'))
17+
|| ".tekton/odh-llm-d-batch-gateway-apiserver-v3-5-ea-1-push.yaml".pathChanged()
18+
|| "docker/Dockerfile.apiserver.konflux".pathChanged() )
1619
creationTimestamp: null
1720
labels:
1821
appstudio.openshift.io/application: rhoai-v3-5-ea-1

.tekton/odh-llm-d-batch-gateway-gc-v3-5-ea-1-push.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apiVersion: tekton.dev/v1
22
kind: PipelineRun
3-
#
43
metadata:
54
annotations:
65
build.appstudio.openshift.io/repo: https://github.com/red-hat-data-services/batch-gateway?rev={{revision}}
@@ -9,10 +8,14 @@ metadata:
98
pipelinesascode.tekton.dev/cancel-in-progress: "false"
109
pipelinesascode.tekton.dev/max-keep-runs: "3"
1110
build.appstudio.openshift.io/build-nudge-files: "build/operator-nudging.yaml"
12-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
13-
== "rhoai-3.5-ea.1"
14-
&& ".tekton/odh-llm-d-batch-gateway-gc-v3-5-ea-1-push.yaml".pathChanged()
15-
|| "Dockerfile.gc.konflux".pathChanged()
11+
# Triggers on changes outside docker/ and .tekton/, or on this component's
12+
# own Dockerfile and tekton file.
13+
pipelinesascode.tekton.dev/on-cel-expression: |
14+
event == "push"
15+
&& target_branch == "rhoai-3.5-ea.1"
16+
&& ( files.all.exists(p, !p.matches('^docker/') && !p.matches('^\\.tekton/'))
17+
|| ".tekton/odh-llm-d-batch-gateway-gc-v3-5-ea-1-push.yaml".pathChanged()
18+
|| "docker/Dockerfile.gc.konflux".pathChanged() )
1619
creationTimestamp: null
1720
labels:
1821
appstudio.openshift.io/application: rhoai-v3-5-ea-1

.tekton/odh-llm-d-batch-gateway-processor-v3-5-ea-1-push.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
build.appstudio.openshift.io/build-nudge-files: "build/operator-nudging.yaml"
11-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
12-
== "rhoai-3.5-ea.1"
13-
&& ".tekton/odh-llm-d-batch-gateway-processor-v3-5-ea-1-push.yaml".pathChanged()
14-
|| "Dockerfile.processor.konflux".pathChanged()
11+
# Triggers on changes outside docker/ and .tekton/, or on this component's
12+
# own Dockerfile and tekton file.
13+
pipelinesascode.tekton.dev/on-cel-expression: |
14+
event == "push"
15+
&& target_branch == "rhoai-3.5-ea.1"
16+
&& ( files.all.exists(p, !p.matches('^docker/') && !p.matches('^\\.tekton/'))
17+
|| ".tekton/odh-llm-d-batch-gateway-processor-v3-5-ea-1-push.yaml".pathChanged()
18+
|| "docker/Dockerfile.processor.konflux".pathChanged() )
1519
creationTimestamp: null
1620
labels:
1721
appstudio.openshift.io/application: rhoai-v3-5-ea-1

0 commit comments

Comments
 (0)