File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ metadata:
7
7
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
8
8
pipelinesascode.tekton.dev/cancel-in-progress : " false"
9
9
pipelinesascode.tekton.dev/max-keep-runs : " 3"
10
- pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
11
- == "main " && ! "./tests/containers/***".pathChanged() && target_branch.startsWith("renovate/" )
10
+ pipelinesascode.tekton.dev/on-cel-expression : |
11
+ event == "push " && target_branch.startsWith("renovate/") && ! "./tests/containers/***".pathChanged()
12
12
creationTimestamp : null
13
13
labels :
14
14
appstudio.openshift.io/application : coreos-assembler-main
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ metadata:
7
7
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
8
8
pipelinesascode.tekton.dev/cancel-in-progress : " false"
9
9
pipelinesascode.tekton.dev/max-keep-runs : " 3"
10
- pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
11
- == "main" &&
10
+ pipelinesascode.tekton.dev/on-cel-expression : |
11
+ event == "push" && target_branch.startsWith("renovate/") &&
12
12
("tests/containers/nfs/***".pathChanged() ||
13
13
"rpms.lock.yaml".pathChanged() ||
14
14
"ci/hermetic/artifacts.lock.yaml".pathChanged()
15
- ) && target_branch.startsWith("renovate/")
15
+ )
16
16
creationTimestamp : null
17
17
labels :
18
18
appstudio.openshift.io/application : coreos-assembler-main
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ metadata:
7
7
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
8
8
pipelinesascode.tekton.dev/cancel-in-progress : " false"
9
9
pipelinesascode.tekton.dev/max-keep-runs : " 3"
10
- pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
11
- == "main" &&
10
+ pipelinesascode.tekton.dev/on-cel-expression : |
11
+ event == "push" && target_branch.startsWith("renovate/") &&
12
12
("tests/containers/tang/***".pathChanged() ||
13
13
"rpms.lock.yaml".pathChanged() ||
14
14
"ci/hermetic/artifacts.lock.yaml".pathChanged()
15
- ) && target_branch.startsWith("renovate/")
15
+ )
16
16
creationTimestamp : null
17
17
labels :
18
18
appstudio.openshift.io/application : coreos-assembler-main
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ metadata:
7
7
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
8
8
pipelinesascode.tekton.dev/cancel-in-progress : " false"
9
9
pipelinesascode.tekton.dev/max-keep-runs : " 3"
10
- pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
11
- == "main" &&
10
+ pipelinesascode.tekton.dev/on-cel-expression : |
11
+ event == "push" && target_branch.startsWith("renovate/") &&
12
12
("tests/containers/targetcli/***".pathChanged() ||
13
13
"rpms.lock.yaml".pathChanged() ||
14
14
"ci/hermetic/artifacts.lock.yaml".pathChanged()
15
- ) && target_branch.startsWith("renovate/")
15
+ )
16
16
creationTimestamp : null
17
17
labels :
18
18
appstudio.openshift.io/application : coreos-assembler-main
You can’t perform that action at this time.
0 commit comments