From 1ad2d2f4af56229c3b7fb80f0ed55720b24f5649 Mon Sep 17 00:00:00 2001 From: red-hat-konflux-kflux-prd-rh02 Date: Fri, 9 Jan 2026 11:40:31 +0000 Subject: [PATCH] Red Hat Konflux kflux-prd-rh02 purge pac-downstream-1-17-webhook Signed-off-by: red-hat-konflux-kflux-prd-rh02 --- ...-downstream-1-17-webhook-pull-request.yaml | 51 ------------------- .tekton/pac-downstream-1-17-webhook-push.yaml | 45 ---------------- 2 files changed, 96 deletions(-) delete mode 100644 .tekton/pac-downstream-1-17-webhook-pull-request.yaml delete mode 100644 .tekton/pac-downstream-1-17-webhook-push.yaml diff --git a/.tekton/pac-downstream-1-17-webhook-pull-request.yaml b/.tekton/pac-downstream-1-17-webhook-pull-request.yaml deleted file mode 100644 index be38f03cad..0000000000 --- a/.tekton/pac-downstream-1-17-webhook-pull-request.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Generated for Konflux Application openshift-pipelines-core-1.17 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/pac-downstream.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.17.x" && - ("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() || - ".konflux/dockerfiles/webhook.Dockerfile".pathChanged() || - ".tekton/pac-downstream-1-17-webhook-pull-request.yaml".pathChanged()) - creationTimestamp: null - labels: - appstudio.openshift.io/application: openshift-pipelines-core-1-17 - appstudio.openshift.io/component: pac-downstream-1-17-webhook - pipelines.appstudio.openshift.io/type: build - name: pac-downstream-1-17-webhook-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-17/pipelines-as-code-webhook-rhel8:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: dockerfile - value: .konflux/dockerfiles/webhook.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-pac-downstream-1-17-webhook - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/pac-downstream-1-17-webhook-push.yaml b/.tekton/pac-downstream-1-17-webhook-push.yaml deleted file mode 100644 index fd6fe5ca68..0000000000 --- a/.tekton/pac-downstream-1-17-webhook-push.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Generated for Konflux Application openshift-pipelines-core-1.17 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/pac-downstream.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.17.x" && - ("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() || - ".konflux/dockerfiles/webhook.Dockerfile".pathChanged() || - ".tekton/pac-downstream-1-17-webhook-push.yaml".pathChanged()) - creationTimestamp: null - labels: - appstudio.openshift.io/application: openshift-pipelines-core-1-17 - appstudio.openshift.io/component: pac-downstream-1-17-webhook - pipelines.appstudio.openshift.io/type: build - name: pac-downstream-1-17-webhook-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-17/pipelines-as-code-webhook-rhel8:{{revision}} - - name: dockerfile - value: .konflux/dockerfiles/webhook.Dockerfile - - name: prefetch-input - value: | - {"type": "rpm", "path": ".konflux/rpms"} - pipelineRef: - name: docker-build-ta - taskRunTemplate: - serviceAccountName: build-pipeline-pac-downstream-1-17-webhook - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {}