diff --git a/.tekton/cloudsqlproxy-pull-request.yaml b/.tekton/cloudsqlproxy-pull-request.yaml index 2f28e0188..ad70b776c 100644 --- a/.tekton/cloudsqlproxy-pull-request.yaml +++ b/.tekton/cloudsqlproxy-pull-request.yaml @@ -9,6 +9,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[pull_request]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "redhat-v0.6.5" && ( "cmd/cloudsqlproxy/*".pathChanged() || ".tekton/cloudsqlproxy-pull-request.yaml".pathChanged() || "/Dockerfile.cloudsqlproxy".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta diff --git a/.tekton/cloudsqlproxy-push.yaml b/.tekton/cloudsqlproxy-push.yaml index b6062aed6..32e022b9f 100644 --- a/.tekton/cloudsqlproxy-push.yaml +++ b/.tekton/cloudsqlproxy-push.yaml @@ -8,6 +8,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[push]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "redhat-v0.6.5" && ( "cmd/cloudsqlproxy/*".pathChanged() || ".tekton/cloudsqlproxy-push.yaml".pathChanged() || "/Dockerfile.cloudsqlproxy".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta diff --git a/.tekton/createcerts-pull-request.yaml b/.tekton/createcerts-pull-request.yaml index 2e6b479de..c3dc6d9df 100644 --- a/.tekton/createcerts-pull-request.yaml +++ b/.tekton/createcerts-pull-request.yaml @@ -9,6 +9,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[pull_request]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "redhat-v0.6.5" && ( "cmd/fulcio/createcerts/*".pathChanged() || ".tekton/createcerts-pull-request.yaml".pathChanged() || "/Dockerfile.createcerts".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta diff --git a/.tekton/createcerts-push.yaml b/.tekton/createcerts-push.yaml index 0cbb7f76b..972964379 100644 --- a/.tekton/createcerts-push.yaml +++ b/.tekton/createcerts-push.yaml @@ -8,6 +8,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[push]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "redhat-v0.6.5" && ( "cmd/fulcio/createcerts/*".pathChanged() || ".tekton/createcerts-push.yaml".pathChanged() || "/Dockerfile.createcerts".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta diff --git a/.tekton/createctconfig-pull-request.yaml b/.tekton/createctconfig-pull-request.yaml index 35f92c0e7..800bdd8e1 100644 --- a/.tekton/createctconfig-pull-request.yaml +++ b/.tekton/createctconfig-pull-request.yaml @@ -9,6 +9,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[pull_request]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "redhat-v0.6.5" && ( "cmd/trillian/createctconfig/*".pathChanged() || ".tekton/createctconfig-push.yaml".pathChanged() || "/Dockerfile.createctconfig".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta diff --git a/.tekton/createctconfig-push.yaml b/.tekton/createctconfig-push.yaml index 7bfbc9b79..85a20f9c0 100644 --- a/.tekton/createctconfig-push.yaml +++ b/.tekton/createctconfig-push.yaml @@ -8,6 +8,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[push]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "redhat-v0.6.5" && ( "cmd/trillian/createctconfig/*".pathChanged() || ".tekton/createctconfig-push.yaml".pathChanged() || "/Dockerfile.createctconfig".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta diff --git a/.tekton/createdb-pull-request.yaml b/.tekton/createdb-pull-request.yaml index 9f151472f..6f5c36433 100644 --- a/.tekton/createdb-pull-request.yaml +++ b/.tekton/createdb-pull-request.yaml @@ -9,6 +9,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[pull_request]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "redhat-v0.6.5" && ( "cmd/trillian/createdb/*".pathChanged() || ".tekton/createdb-pull-request.yaml".pathChanged() || "/Dockerfile.createdb".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta diff --git a/.tekton/createdb-push.yaml b/.tekton/createdb-push.yaml index eaf1fb860..9acb6a6e8 100644 --- a/.tekton/createdb-push.yaml +++ b/.tekton/createdb-push.yaml @@ -8,6 +8,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[push]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "redhat-v0.6.5" && ( "cmd/trillian/createdb/*".pathChanged() || ".tekton/createdb-push.yaml".pathChanged() || "/Dockerfile.createdb".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta diff --git a/.tekton/createtree-pull-request.yaml b/.tekton/createtree-pull-request.yaml index 3ec8e19bd..5ed48bb7a 100644 --- a/.tekton/createtree-pull-request.yaml +++ b/.tekton/createtree-pull-request.yaml @@ -9,6 +9,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[pull_request]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "redhat-v0.6.5" && ( "cmd/trillian/createtree/*".pathChanged() || ".tekton/createtree-pull-request.yaml".pathChanged() || "/Dockerfile.createtree".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta diff --git a/.tekton/createtree-push.yaml b/.tekton/createtree-push.yaml index d0b507cce..8f041053a 100644 --- a/.tekton/createtree-push.yaml +++ b/.tekton/createtree-push.yaml @@ -13,6 +13,7 @@ metadata: appstudio.openshift.io/application: rhtas-stack-1-0-beta appstudio.openshift.io/component: createtree pipelines.appstudio.openshift.io/type: build + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "redhat-v0.6.5" && ( "cmd/trillian/createtree/*".pathChanged() || ".tekton/createtree-push.yaml".pathChanged() || "/Dockerfile.createtree".pathChanged() ) name: createtree-on-push namespace: rhtas-tenant spec: diff --git a/.tekton/ct-server-pull-request.yaml b/.tekton/ct-server-pull-request.yaml index f885f41ab..c1163c3cb 100644 --- a/.tekton/ct-server-pull-request.yaml +++ b/.tekton/ct-server-pull-request.yaml @@ -9,6 +9,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[pull_request]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "redhat-v0.6.5" && ( ".tekton/ct-server-pull-request.yaml".pathChanged() || "/Dockerfile.ct-server".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta diff --git a/.tekton/ct-server-push.yaml b/.tekton/ct-server-push.yaml index f2d8ceb23..2551fd465 100644 --- a/.tekton/ct-server-push.yaml +++ b/.tekton/ct-server-push.yaml @@ -8,6 +8,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[push]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "redhat-v0.6.5" && ( ".tekton/ct-server-push.yaml".pathChanged() || "/Dockerfile.ct-server".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta diff --git a/.tekton/ctlog-managectroots-pull-request.yaml b/.tekton/ctlog-managectroots-pull-request.yaml index 348b536e5..84782011c 100644 --- a/.tekton/ctlog-managectroots-pull-request.yaml +++ b/.tekton/ctlog-managectroots-pull-request.yaml @@ -9,6 +9,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[pull_request]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "pull-request" && target_branch == "redhat-v0.6.5" && ( "cmd/ctlog/managectroots/*".pathChanged() || ".tekton/ctlog-managectroots-pull-request.yaml".pathChanged() || "/Dockerfile.ctlog-managectroots".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta diff --git a/.tekton/ctlog-managectroots-push.yaml b/.tekton/ctlog-managectroots-push.yaml index d11da81e5..7f32a1d7c 100644 --- a/.tekton/ctlog-managectroots-push.yaml +++ b/.tekton/ctlog-managectroots-push.yaml @@ -8,6 +8,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[push]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "redhat-v0.6.5" && ( "cmd/ctlog/managectroots/*".pathChanged() || ".tekton/ctlog-managectroots-push.yaml".pathChanged() || "/Dockerfile.ctlog-managectroots".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta diff --git a/.tekton/ctlog-verifyfulcio-pull-request.yaml b/.tekton/ctlog-verifyfulcio-pull-request.yaml index 8ae523f2f..8c5abd09c 100644 --- a/.tekton/ctlog-verifyfulcio-pull-request.yaml +++ b/.tekton/ctlog-verifyfulcio-pull-request.yaml @@ -9,6 +9,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[pull_request]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "redhat-v0.6.5" && ( "cmd/ctlog/verifyfulcio/*".pathChanged() || ".tekton/ctlog-verifyfulcio-pull-request.yaml".pathChanged() || "/Dockerfile.ctlog-verify".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta diff --git a/.tekton/ctlog-verifyfulcio-push.yaml b/.tekton/ctlog-verifyfulcio-push.yaml index f05d1c804..e0ce1d422 100644 --- a/.tekton/ctlog-verifyfulcio-push.yaml +++ b/.tekton/ctlog-verifyfulcio-push.yaml @@ -8,6 +8,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[push]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "redhat-v0.6.5" && ( "cmd/ctlog/verifyfulcio/*".pathChanged() || ".tekton/ctlog-verifyfulcio-pull-request.yaml".pathChanged() || "/Dockerfile.ctlog-verify".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta diff --git a/.tekton/tuf-server-pull-request.yaml b/.tekton/tuf-server-pull-request.yaml index bfe577a48..018879293 100644 --- a/.tekton/tuf-server-pull-request.yaml +++ b/.tekton/tuf-server-pull-request.yaml @@ -9,6 +9,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[pull_request]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "redhat-v0.6.5" && ( "cmd/tuf/server/*".pathChanged() || ".tekton/tuf-server-pull-request.yaml".pathChanged() || "/Dockerfile.tuf-server".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta diff --git a/.tekton/tuf-server-push.yaml b/.tekton/tuf-server-push.yaml index de73a9ea6..541253080 100644 --- a/.tekton/tuf-server-push.yaml +++ b/.tekton/tuf-server-push.yaml @@ -8,6 +8,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-event: '[push]' pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]' + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "redhat-v0.6.5" && ( "cmd/tuf/server/*".pathChanged() || ".tekton/tuf-server-push-request.yaml".pathChanged() || "/Dockerfile.tuf-server".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: rhtas-stack-1-0-beta