From 91f14f3f6549bd32cb9f80d245e65320c5884c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Mart=C3=ADn?= Date: Tue, 13 May 2025 15:26:39 +0200 Subject: [PATCH] Use the pipelinerun filename expected by konflux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miguel Martín --- ...t.yaml => fedora-bootc-rawhide-standard-pull-request.yaml} | 2 +- ...d-on-push.yaml => fedora-bootc-rawhide-standard-push.yaml} | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) rename .tekton/{fedora-bootc-rawhide-standard-on-pull-request.yaml => fedora-bootc-rawhide-standard-pull-request.yaml} (97%) rename .tekton/{fedora-bootc-rawhide-standard-on-push.yaml => fedora-bootc-rawhide-standard-push.yaml} (86%) diff --git a/.tekton/fedora-bootc-rawhide-standard-on-pull-request.yaml b/.tekton/fedora-bootc-rawhide-standard-pull-request.yaml similarity index 97% rename from .tekton/fedora-bootc-rawhide-standard-on-pull-request.yaml rename to .tekton/fedora-bootc-rawhide-standard-pull-request.yaml index df0945e..c76d8ed 100644 --- a/.tekton/fedora-bootc-rawhide-standard-on-pull-request.yaml +++ b/.tekton/fedora-bootc-rawhide-standard-pull-request.yaml @@ -10,7 +10,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( "./fedora-standard.yaml".pathChanged() || "./fedora-includes/generic.yaml".pathChanged() - || "./standard/***".pathChanged() || ".tekton/fedora-bootc-rawhide-standard-on-pull-request.yaml".pathChanged() + || "./standard/***".pathChanged() || ".tekton/fedora-bootc-rawhide-standard-pull-request.yaml".pathChanged() || "Containerfile".pathChanged() ) creationTimestamp: null labels: diff --git a/.tekton/fedora-bootc-rawhide-standard-on-push.yaml b/.tekton/fedora-bootc-rawhide-standard-push.yaml similarity index 86% rename from .tekton/fedora-bootc-rawhide-standard-on-push.yaml rename to .tekton/fedora-bootc-rawhide-standard-push.yaml index 43837e7..cb3077a 100644 --- a/.tekton/fedora-bootc-rawhide-standard-on-push.yaml +++ b/.tekton/fedora-bootc-rawhide-standard-push.yaml @@ -8,7 +8,9 @@ metadata: pipelinesascode.tekton.dev/cancel-in-progress: "false" pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch - == "main" + == "main" && ( "./fedora-standard.yaml".pathChanged() || "./fedora-includes/generic.yaml".pathChanged() + || "./standard/***".pathChanged() || ".tekton/fedora-bootc-rawhide-standard-push.yaml".pathChanged() + || "Containerfile".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: fedora-bootc-rawhide