diff --git a/.tekton/bpfman-operator-catalog-ocp4-18-pull-request.yaml b/.tekton/ocp-bpfman-operator-catalog-ocp4-18-pull-request.yaml similarity index 98% rename from .tekton/bpfman-operator-catalog-ocp4-18-pull-request.yaml rename to .tekton/ocp-bpfman-operator-catalog-ocp4-18-pull-request.yaml index 0d3c02e51..0e5952650 100644 --- a/.tekton/bpfman-operator-catalog-ocp4-18-pull-request.yaml +++ b/.tekton/ocp-bpfman-operator-catalog-ocp4-18-pull-request.yaml @@ -8,13 +8,13 @@ metadata: build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && - (".tekton/bpfman-operator-catalog-ocp4-18-pull-request.yaml".pathChanged() || + (".tekton/ocp-bpfman-operator-catalog-ocp4-18-pull-request.yaml".pathChanged() || "Containerfile.catalog.openshift-4.18".pathChanged() || "catalog/***".pathChanged()) creationTimestamp: null labels: appstudio.openshift.io/application: fbc-4-18 - appstudio.openshift.io/component: bpfman-operator-catalog-ocp4-18 + appstudio.openshift.io/component: ocp-bpfman-operator-catalog-ocp4-18 pipelines.appstudio.openshift.io/type: build name: bpfman-operator-catalog-ocp4-18-on-pull-request namespace: ocp-bpfman-tenant diff --git a/.tekton/bpfman-operator-catalog-ocp4-18-push.yaml b/.tekton/ocp-bpfman-operator-catalog-ocp4-18-push.yaml similarity index 98% rename from .tekton/bpfman-operator-catalog-ocp4-18-push.yaml rename to .tekton/ocp-bpfman-operator-catalog-ocp4-18-push.yaml index 59e8c115a..1e81955d5 100644 --- a/.tekton/bpfman-operator-catalog-ocp4-18-push.yaml +++ b/.tekton/ocp-bpfman-operator-catalog-ocp4-18-push.yaml @@ -7,15 +7,15 @@ metadata: build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && - ( ".tekton/bpfman-operator-catalog-ocp4-18-pull-request.yaml".pathChanged() || - ".tekton/bpfman-operator-catalog-ocp4-18-push.yaml".pathChanged() || + ( ".tekton/ocp-bpfman-operator-catalog-ocp4-18-pull-request.yaml".pathChanged() || + ".tekton/ocp-bpfman-operator-catalog-ocp4-18-push.yaml".pathChanged() || "Containerfile.catalog.openshift-4.18".pathChanged() || "catalog/***".pathChanged() || "hack/update_catalog.sh".pathChanged()) creationTimestamp: null labels: appstudio.openshift.io/application: fbc-4-18 - appstudio.openshift.io/component: bpfman-operator-catalog-ocp4-18 + appstudio.openshift.io/component: ocp-bpfman-operator-catalog-ocp4-18 pipelines.appstudio.openshift.io/type: build name: bpfman-operator-catalog-ocp4-18-on-push namespace: ocp-bpfman-tenant