From b6870865c6107bf01ebbf477e7024ecb2bcaa57f Mon Sep 17 00:00:00 2001 From: Aleksandr Kurlov Date: Mon, 2 Feb 2026 10:54:27 +0100 Subject: [PATCH] Remove 13 anmd 15 OCP pipelines --- .tekton/operator-index-ocp-v4-13-build.yaml | 49 --------------------- .tekton/operator-index-ocp-v4-15-build.yaml | 45 ------------------- 2 files changed, 94 deletions(-) delete mode 100644 .tekton/operator-index-ocp-v4-13-build.yaml delete mode 100644 .tekton/operator-index-ocp-v4-15-build.yaml diff --git a/.tekton/operator-index-ocp-v4-13-build.yaml b/.tekton/operator-index-ocp-v4-13-build.yaml deleted file mode 100644 index 2cb0ab40..00000000 --- a/.tekton/operator-index-ocp-v4-13-build.yaml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/stackrox/operator-index?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: "500" - # The on-push filter includes konflux/* branches which are created by Mintmaker so that CI runs for commits pushed - # onto these branches even without PRs and so that Mintmaker/Renovate can automerge its updates without PRs. - pipelinesascode.tekton.dev/on-cel-expression: | - (event == "push" && target_branch.matches("^(master|konflux/references/master|konflux/mintmaker/.*)$")) || - (event == "pull_request" && body.action != "ready_for_review") - labels: - appstudio.openshift.io/application: acs-operator-index-ocp-v4-13 - appstudio.openshift.io/component: operator-index-ocp-v4-13 - pipelines.appstudio.openshift.io/type: build - name: operator-index-ocp-v4-13-on-push - namespace: rh-acs-tenant - -spec: - - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: base-image - value: registry.redhat.io/openshift4/ose-operator-registry:v4.13 - - name: build-platforms - # Only building for x86_64 for the same reason as v4.12, see the note there. - value: - - linux/x86_64 - - name: output-image-tag - value: ocp-v4-13-{{revision}}-fast - - name: catalog-dir - value: catalog-bundle-object - - taskRunTemplate: - serviceAccountName: build-pipeline-operator-index-ocp-v4-13 - - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' - - pipelineRef: - name: operator-index-pipeline diff --git a/.tekton/operator-index-ocp-v4-15-build.yaml b/.tekton/operator-index-ocp-v4-15-build.yaml deleted file mode 100644 index 35d741c5..00000000 --- a/.tekton/operator-index-ocp-v4-15-build.yaml +++ /dev/null @@ -1,45 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/stackrox/operator-index?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: "500" - # The on-push filter includes konflux/* branches which are created by Mintmaker so that CI runs for commits pushed - # onto these branches even without PRs and so that Mintmaker/Renovate can automerge its updates without PRs. - pipelinesascode.tekton.dev/on-cel-expression: | - (event == "push" && target_branch.matches("^(master|konflux/references/master|konflux/mintmaker/.*)$")) || - (event == "pull_request" && body.action != "ready_for_review") - labels: - appstudio.openshift.io/application: acs-operator-index-ocp-v4-15 - appstudio.openshift.io/component: operator-index-ocp-v4-15 - pipelines.appstudio.openshift.io/type: build - name: operator-index-ocp-v4-15-on-push - namespace: rh-acs-tenant - -spec: - - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: base-image - value: registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.15 - - name: output-image-tag - value: ocp-v4-15-{{revision}}-fast - - name: catalog-dir - value: catalog-bundle-object - - taskRunTemplate: - serviceAccountName: build-pipeline-operator-index-ocp-v4-15 - - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' - - pipelineRef: - name: operator-index-pipeline