From 30778d3cbd17e54271d5bb755655f0304518f03e Mon Sep 17 00:00:00 2001 From: openshift-pipelines-bot Date: Fri, 20 Mar 2026 16:07:36 +0000 Subject: [PATCH] [bot:release-v1.20.x] update konflux configuration --- .tekton/opc-1-20-opc-pull-request.yaml | 2 +- .tekton/opc-1-20-opc-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/opc-1-20-opc-pull-request.yaml b/.tekton/opc-1-20-opc-pull-request.yaml index 1965514a7..eec000c22 100644 --- a/.tekton/opc-1-20-opc-pull-request.yaml +++ b/.tekton/opc-1-20-opc-pull-request.yaml @@ -4,7 +4,7 @@ kind: PipelineRun metadata: annotations: pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines - pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml" + pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml" build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/opc.git?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' diff --git a/.tekton/opc-1-20-opc-push.yaml b/.tekton/opc-1-20-opc-push.yaml index 3a091080b..b4334ff12 100644 --- a/.tekton/opc-1-20-opc-push.yaml +++ b/.tekton/opc-1-20-opc-push.yaml @@ -4,7 +4,7 @@ kind: PipelineRun metadata: annotations: pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines - pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml" + pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml" build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/opc.git?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}'