From bcd2225987c210cefb64798f08d1ee0351cabf70 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh03[bot]" <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 02:46:45 +0000 Subject: [PATCH] Red Hat Konflux kflux-prd-rh03 purge certman-operator-e2e Signed-off-by: red-hat-konflux-kflux-prd-rh03[bot] <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com> --- .../certman-operator-e2e-pull-request.yaml | 69 ------------------- .tekton/certman-operator-e2e-push.yaml | 66 ------------------ 2 files changed, 135 deletions(-) delete mode 100644 .tekton/certman-operator-e2e-pull-request.yaml delete mode 100644 .tekton/certman-operator-e2e-push.yaml diff --git a/.tekton/certman-operator-e2e-pull-request.yaml b/.tekton/certman-operator-e2e-pull-request.yaml deleted file mode 100644 index 0d3cccb76..000000000 --- a/.tekton/certman-operator-e2e-pull-request.yaml +++ /dev/null @@ -1,69 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/certman-operator?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/cancel-in-progress: "true" - pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "master" - creationTimestamp: null - labels: - appstudio.openshift.io/application: certman-operator - appstudio.openshift.io/component: certman-operator-e2e - pipelines.appstudio.openshift.io/type: build - name: certman-operator-e2e-on-pull-request - namespace: certman-operator-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/certman-operator-tenant/openshift/certman-operator-e2e:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: dockerfile - value: test/e2e/Dockerfile - - name: path-context - value: . - taskRunTemplate: - serviceAccountName: build-pipeline-certman-operator-e2e - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' - pipelineRef: - resolver: git - params: - - name: url - value: https://github.com/openshift/boilerplate - - name: revision - value: master - - name: pathInRepo - value: pipelines/docker-build-oci-ta/pipeline.yaml - taskRunSpecs: - - pipelineTaskName: init - taskRef: - resolver: bundles - params: - - name: name - value: init - - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-init:0.4@sha256:288f3106118edc1d0f0c79a89c960abf5841a4dd8bc3f38feb10527253105b19 - - name: kind - value: task - - pipelineTaskName: build-container - taskRef: - resolver: bundles - params: - - name: name - value: buildah-oci-ta - - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.9@sha256:8db8c8fe3dcbf75a7ae2e55691d9b68823e106ebe302ef89556e8b71484c3725 - - name: kind - value: task -status: {} diff --git a/.tekton/certman-operator-e2e-push.yaml b/.tekton/certman-operator-e2e-push.yaml deleted file mode 100644 index c0e0f199c..000000000 --- a/.tekton/certman-operator-e2e-push.yaml +++ /dev/null @@ -1,66 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/certman-operator?rev={{revision}} - build.appstudio.redhat.com/commit_sha: '{{revision}}' - build.appstudio.redhat.com/target_branch: '{{target_branch}}' - pipelinesascode.tekton.dev/cancel-in-progress: "false" - pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "master" - creationTimestamp: null - labels: - appstudio.openshift.io/application: certman-operator - appstudio.openshift.io/component: certman-operator-e2e - pipelines.appstudio.openshift.io/type: build - name: certman-operator-e2e-on-push - namespace: certman-operator-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/certman-operator-tenant/openshift/certman-operator-e2e:{{revision}} - - name: dockerfile - value: test/e2e/Dockerfile - - name: path-context - value: . - taskRunTemplate: - serviceAccountName: build-pipeline-certman-operator-e2e - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' - pipelineRef: - resolver: git - params: - - name: url - value: https://github.com/openshift/boilerplate - - name: revision - value: master - - name: pathInRepo - value: pipelines/docker-build-oci-ta/pipeline.yaml - taskRunSpecs: - - pipelineTaskName: init - taskRef: - resolver: bundles - params: - - name: name - value: init - - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-init:0.4@sha256:288f3106118edc1d0f0c79a89c960abf5841a4dd8bc3f38feb10527253105b19 - - name: kind - value: task - - pipelineTaskName: build-container - taskRef: - resolver: bundles - params: - - name: name - value: buildah-oci-ta - - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.9@sha256:8db8c8fe3dcbf75a7ae2e55691d9b68823e106ebe302ef89556e8b71484c3725 - - name: kind - value: task -status: {}