From fef75b99ac8bde8a4c881a4a9d6a943ae70c2c46 Mon Sep 17 00:00:00 2001 From: red-hat-konflux-kflux-prd-rh02 Date: Tue, 3 Mar 2026 08:05:18 +0000 Subject: [PATCH] Red Hat Konflux kflux-prd-rh02 purge opc-1-21-opc Signed-off-by: red-hat-konflux-kflux-prd-rh02 --- .tekton/opc-1-21-opc-pull-request.yaml | 51 -------------------------- .tekton/opc-1-21-opc-push.yaml | 45 ----------------------- 2 files changed, 96 deletions(-) delete mode 100644 .tekton/opc-1-21-opc-pull-request.yaml delete mode 100644 .tekton/opc-1-21-opc-push.yaml diff --git a/.tekton/opc-1-21-opc-pull-request.yaml b/.tekton/opc-1-21-opc-pull-request.yaml deleted file mode 100644 index b522bd780..000000000 --- a/.tekton/opc-1-21-opc-pull-request.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Generated for Konflux Application openshift-pipelines-cli-1.21 by openshift-pipelines/hack. DO NOT EDIT -apiVersion: tekton.dev/v1 -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" - 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}}' - build.appstudio.redhat.com/target_branch: '{{target_branch}}' - pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch - == "release-v1.21.x" && - ("***".pathChanged() || - ".konflux/dockerfiles/opc.Dockerfile".pathChanged() || - ".tekton/opc-1-21-opc-pull-request.yaml".pathChanged()) - creationTimestamp: null - labels: - appstudio.openshift.io/application: openshift-pipelines-cli-1-21 - appstudio.openshift.io/component: opc-1-21-opc - pipelines.appstudio.openshift.io/type: build - name: opc-1-21-opc-on-pull-request - namespace: tekton-ecosystem-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-21/opc-rhel9:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: dockerfile - value: .konflux/dockerfiles/opc.Dockerfile - - name: build-platforms - value: - - linux/x86_64 - - name: prefetch-input - value: | - {"type": "rpm", "path": ".konflux/rpms"} - pipelineRef: - name: docker-build-ta - taskRunTemplate: - serviceAccountName: build-pipeline-opc-1-21-opc - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/opc-1-21-opc-push.yaml b/.tekton/opc-1-21-opc-push.yaml deleted file mode 100644 index 8895e9d7c..000000000 --- a/.tekton/opc-1-21-opc-push.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Generated for Konflux Application openshift-pipelines-cli-1.21 by openshift-pipelines/hack. DO NOT EDIT -apiVersion: tekton.dev/v1 -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" - 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}}' - pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch - == "release-v1.21.x" && - ("***".pathChanged() || - ".konflux/dockerfiles/opc.Dockerfile".pathChanged() || - ".tekton/opc-1-21-opc-push.yaml".pathChanged()) - creationTimestamp: null - labels: - appstudio.openshift.io/application: openshift-pipelines-cli-1-21 - appstudio.openshift.io/component: opc-1-21-opc - pipelines.appstudio.openshift.io/type: build - name: opc-1-21-opc-on-push - namespace: tekton-ecosystem-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-21/opc-rhel9:{{revision}} - - name: dockerfile - value: .konflux/dockerfiles/opc.Dockerfile - - name: prefetch-input - value: | - {"type": "rpm", "path": ".konflux/rpms"} - pipelineRef: - name: docker-build-ta - taskRunTemplate: - serviceAccountName: build-pipeline-opc-1-21-opc - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {}