From 3722c4f87d78f3dc544a4a5b0d6183c46bfc04b2 Mon Sep 17 00:00:00 2001 From: openshift-pipelines-bot Date: Wed, 9 Oct 2024 13:28:45 +0000 Subject: [PATCH] [bot] update konflux configuration --- .tekton/tekton-caches-main-cache-pull-request.yaml | 4 ++-- .tekton/tekton-caches-main-cache-push.yaml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.tekton/tekton-caches-main-cache-pull-request.yaml b/.tekton/tekton-caches-main-cache-pull-request.yaml index 6dc1e33e6..66e037208 100644 --- a/.tekton/tekton-caches-main-cache-pull-request.yaml +++ b/.tekton/tekton-caches-main-cache-pull-request.yaml @@ -10,8 +10,8 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ("upstream/***".pathChanged() || "openshift/patches/***".pathChanged() || "openshift/rpms/***".pathChanged() || - ".tekton/cache-pull-request.yaml".pathChanged() || - ".tekton/cache-push.yaml".pathChanged() || + "openshift/dockerfiles/cache.Dockerfile".pathChanged() || + ".tekton/tekton-caches-main-cache-pull-request.yaml".pathChanged() || ".tekton/docker-build.yaml".pathChanged()) creationTimestamp: null labels: diff --git a/.tekton/tekton-caches-main-cache-push.yaml b/.tekton/tekton-caches-main-cache-push.yaml index acfcff22d..1a4067ff9 100644 --- a/.tekton/tekton-caches-main-cache-push.yaml +++ b/.tekton/tekton-caches-main-cache-push.yaml @@ -10,8 +10,7 @@ metadata: == "main" && ("upstream/***".pathChanged() || "openshift/patches/***".pathChanged() || "openshift/rpms/***".pathChanged() || "openshift/dockerfiles/cache.Dockerfile".pathChanged() || - ".tekton/cache-pull-request.yaml".pathChanged() || - ".tekton/cache-push.yaml".pathChanged() || + ".tekton/tekton-caches-main-cache-push.yaml".pathChanged() || ".tekton/docker-build.yaml".pathChanged()) creationTimestamp: null labels: