From c60599075f3931572eb304fa588796654ff60250 Mon Sep 17 00:00:00 2001 From: Andrew Thorp Date: Fri, 26 Sep 2025 13:49:02 -0400 Subject: [PATCH 1/2] test experimental build pipeline 5 --- .tekton/tektoncd-pipeline-next-controller-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/tektoncd-pipeline-next-controller-pull-request.yaml b/.tekton/tektoncd-pipeline-next-controller-pull-request.yaml index ceee453c7d0..a8b7467107d 100644 --- a/.tekton/tektoncd-pipeline-next-controller-pull-request.yaml +++ b/.tekton/tektoncd-pipeline-next-controller-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/aThorp96/openshift-pipelines-operator/refs/heads/build-label-tests/.tekton/docker-build-ta.yaml" build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tektoncd-pipeline.git?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' From ac24557e92e6078e95b771c9607d2593c65154f4 Mon Sep 17 00:00:00 2001 From: Andrew Thorp Date: Fri, 26 Sep 2025 16:10:24 -0400 Subject: [PATCH 2/2] add upstream repo --- .tekton/tektoncd-pipeline-next-controller-pull-request.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tekton/tektoncd-pipeline-next-controller-pull-request.yaml b/.tekton/tektoncd-pipeline-next-controller-pull-request.yaml index a8b7467107d..1ddd2ad383e 100644 --- a/.tekton/tektoncd-pipeline-next-controller-pull-request.yaml +++ b/.tekton/tektoncd-pipeline-next-controller-pull-request.yaml @@ -26,6 +26,8 @@ spec: params: - name: git-url value: '{{source_url}}' + - name: upstream-git-url + value: 'https://github.com/tektoncd/pipeline' - name: revision value: '{{revision}}' - name: output-image