From 8a7ed7e76efa710c0fd67c1a868241183f28843d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Dugovi=C4=8D?= Date: Fri, 4 Sep 2026 12:10:29 +0200 Subject: [PATCH] wip: add konflux prefetch-input --- .tekton/patchman-ui-pull-request.yaml | 2 ++ .tekton/patchman-ui-push.yaml | 2 ++ .tekton/patchman-ui-sc-pull-request.yaml | 2 ++ .tekton/patchman-ui-sc-push.yaml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/.tekton/patchman-ui-pull-request.yaml b/.tekton/patchman-ui-pull-request.yaml index c4c02f655..089fa7300 100644 --- a/.tekton/patchman-ui-pull-request.yaml +++ b/.tekton/patchman-ui-pull-request.yaml @@ -32,6 +32,8 @@ spec: value: build-tools/Dockerfile - name: path-context value: . + - name: prefetch-input + value: gomod pipelineRef: name: docker-build-oci-ta taskRunTemplate: diff --git a/.tekton/patchman-ui-push.yaml b/.tekton/patchman-ui-push.yaml index 202cea9c1..775788807 100644 --- a/.tekton/patchman-ui-push.yaml +++ b/.tekton/patchman-ui-push.yaml @@ -35,6 +35,8 @@ spec: value: - ENABLE_SENTRY=true - SENTRY_RELEASE={{revision}} + - name: prefetch-input + value: gomod pipelineRef: name: docker-build-oci-ta taskRunTemplate: diff --git a/.tekton/patchman-ui-sc-pull-request.yaml b/.tekton/patchman-ui-sc-pull-request.yaml index 30a7a4694..a2b395a28 100644 --- a/.tekton/patchman-ui-sc-pull-request.yaml +++ b/.tekton/patchman-ui-sc-pull-request.yaml @@ -31,6 +31,8 @@ spec: value: build-tools/Dockerfile - name: path-context value: . + - name: prefetch-input + value: gomod pipelineRef: name: docker-build-oci-ta taskRunTemplate: diff --git a/.tekton/patchman-ui-sc-push.yaml b/.tekton/patchman-ui-sc-push.yaml index 44398b2a5..fd965ac95 100644 --- a/.tekton/patchman-ui-sc-push.yaml +++ b/.tekton/patchman-ui-sc-push.yaml @@ -28,6 +28,8 @@ spec: value: build-tools/Dockerfile - name: path-context value: . + - name: prefetch-input + value: gomod pipelineRef: name: docker-build-oci-ta taskRunTemplate: