From a3bc4e7952cd8c0a13cc6f8bd52671fec927205c Mon Sep 17 00:00:00 2001 From: openshift-pipelines-bot Date: Wed, 30 Oct 2024 06:57:26 +0000 Subject: [PATCH] [bot] update konflux configuration --- .konflux/main/component-cache.yaml | 2 +- .tekton/tekton-caches-main-cache-pull-request.yaml | 4 ++-- .tekton/tekton-caches-main-cache-push.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.konflux/main/component-cache.yaml b/.konflux/main/component-cache.yaml index 5d45e702c..e9a93c497 100644 --- a/.konflux/main/component-cache.yaml +++ b/.konflux/main/component-cache.yaml @@ -14,5 +14,5 @@ spec: source: git: url: https://github.com/openshift-pipelines/tekton-caches - dockerfileUrl: openshift/dockerfiles/cache.Dockerfile + dockerfileUrl: .konflux/dockerfiles/cache.Dockerfile revision: main diff --git a/.tekton/tekton-caches-main-cache-pull-request.yaml b/.tekton/tekton-caches-main-cache-pull-request.yaml index 3e0a77a9c..f666b1f07 100644 --- a/.tekton/tekton-caches-main-cache-pull-request.yaml +++ b/.tekton/tekton-caches-main-cache-pull-request.yaml @@ -11,7 +11,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ("***".pathChanged() || - "openshift/dockerfiles/cache.Dockerfile".pathChanged() || + ".konflux/dockerfiles/cache.Dockerfile".pathChanged() || ".tekton/tekton-caches-main-cache-pull-request.yaml".pathChanged() || ".tekton/docker-build-ta.yaml".pathChanged()) creationTimestamp: null @@ -38,7 +38,7 @@ spec: - linux/x86_64 - name: prefetch-input value: | - {"type": "rpm", "path": "openshift/rpms"} + {"type": "rpm", "path": ".konflux/rpms"} pipelineRef: name: docker-build-ta workspaces: diff --git a/.tekton/tekton-caches-main-cache-push.yaml b/.tekton/tekton-caches-main-cache-push.yaml index 4796493cb..5dd787c2d 100644 --- a/.tekton/tekton-caches-main-cache-push.yaml +++ b/.tekton/tekton-caches-main-cache-push.yaml @@ -10,7 +10,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && ("***".pathChanged() || - "openshift/dockerfiles/cache.Dockerfile".pathChanged() || + ".konflux/dockerfiles/cache.Dockerfile".pathChanged() || ".tekton/tekton-caches-main-cache-push.yaml".pathChanged() || ".tekton/docker-build-ta.yaml".pathChanged()) creationTimestamp: null @@ -32,7 +32,7 @@ spec: value: openshift/dockerfiles/cache.Dockerfile - name: prefetch-input value: | - {"type": "rpm", "path": "openshift/rpms"} + {"type": "rpm", "path": ".konflux/rpms"} pipelineRef: name: docker-build-ta workspaces: