From eb51fb6553cd111637e93283e2edeaaacdc8ff8e Mon Sep 17 00:00:00 2001 From: gabemontero Date: Wed, 24 Jul 2024 14:29:13 -0400 Subject: [PATCH] Revert "enable OSP pruner again for resolver memory issues and results prune performance issues seen on prod-rh01 (#4171)" This reverts commit 4da648dbfcfafcc6e05e171b3f0c1cfc97effe88. --- .../production/base/update-tekton-config-performance.yaml | 8 -------- .../pipeline-service/production/stone-prd-m01/deploy.yaml | 6 +----- .../production/stone-prd-rh01/deploy.yaml | 6 +----- .../production/stone-prod-p01/deploy.yaml | 6 +----- .../production/stone-prod-p02/deploy.yaml | 6 +----- 5 files changed, 4 insertions(+), 28 deletions(-) diff --git a/components/pipeline-service/production/base/update-tekton-config-performance.yaml b/components/pipeline-service/production/base/update-tekton-config-performance.yaml index 754732778b0..6b93d20bf38 100644 --- a/components/pipeline-service/production/base/update-tekton-config-performance.yaml +++ b/components/pipeline-service/production/base/update-tekton-config-performance.yaml @@ -31,14 +31,6 @@ path: /spec/pipeline/options/deployments/tekton-operator-proxy-webhook/spec/replicas # default pipeline-service setting is 1 value: 2 -- op: replace - path: /spec/pruner - value: - keep: 10 - keep-since: 60 - resources: - - pipelinerun - schedule: "*/15 * * * *" - op: add path: /spec/pipeline/options/deployments/tekton-pipelines-remote-resolvers/spec # replicas - default pipeline-service setting is 1 diff --git a/components/pipeline-service/production/stone-prd-m01/deploy.yaml b/components/pipeline-service/production/stone-prd-m01/deploy.yaml index 26644866f97..f4903d5d88e 100644 --- a/components/pipeline-service/production/stone-prd-m01/deploy.yaml +++ b/components/pipeline-service/production/stone-prd-m01/deploy.yaml @@ -2162,11 +2162,7 @@ spec: namespace }}/pipelinerun/{{ pr }}/logs/{{ task }} profile: all pruner: - keep: 10 - keep-since: 60 - resources: - - pipelinerun - schedule: '*/15 * * * *' + disabled: true targetNamespace: openshift-pipelines trigger: options: diff --git a/components/pipeline-service/production/stone-prd-rh01/deploy.yaml b/components/pipeline-service/production/stone-prd-rh01/deploy.yaml index 5e8ad871ca9..6ed9f8ec52a 100644 --- a/components/pipeline-service/production/stone-prd-rh01/deploy.yaml +++ b/components/pipeline-service/production/stone-prd-rh01/deploy.yaml @@ -2162,11 +2162,7 @@ spec: namespace }}/pipelinerun/{{ pr }}/logs/{{ task }} profile: all pruner: - keep: 10 - keep-since: 60 - resources: - - pipelinerun - schedule: '*/15 * * * *' + disabled: true targetNamespace: openshift-pipelines trigger: options: diff --git a/components/pipeline-service/production/stone-prod-p01/deploy.yaml b/components/pipeline-service/production/stone-prod-p01/deploy.yaml index dd0294f74f6..bbbadf19288 100644 --- a/components/pipeline-service/production/stone-prod-p01/deploy.yaml +++ b/components/pipeline-service/production/stone-prod-p01/deploy.yaml @@ -2162,11 +2162,7 @@ spec: namespace }}/pipelinerun/{{ pr }}/logs/{{ task }} profile: all pruner: - keep: 10 - keep-since: 60 - resources: - - pipelinerun - schedule: '*/15 * * * *' + disabled: true targetNamespace: openshift-pipelines trigger: options: diff --git a/components/pipeline-service/production/stone-prod-p02/deploy.yaml b/components/pipeline-service/production/stone-prod-p02/deploy.yaml index f492086f054..3bfdcd27ee1 100644 --- a/components/pipeline-service/production/stone-prod-p02/deploy.yaml +++ b/components/pipeline-service/production/stone-prod-p02/deploy.yaml @@ -2162,11 +2162,7 @@ spec: namespace }}/pipelinerun/{{ pr }}/logs/{{ task }} profile: all pruner: - keep: 10 - keep-since: 60 - resources: - - pipelinerun - schedule: '*/15 * * * *' + disabled: true targetNamespace: openshift-pipelines trigger: options: