From 029d24f43fd1411006b8f5bcf5a839a8a6e7763e Mon Sep 17 00:00:00 2001 From: Zhaohua Sun Date: Fri, 6 Mar 2026 09:44:12 +0800 Subject: [PATCH] Increase unit test memory limits --- .../openshift-cluster-capi-operator-main.yaml | 4 ++-- .../openshift-cluster-capi-operator-release-4.22.yaml | 4 ++-- .../openshift-cluster-capi-operator-release-4.23.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main.yaml b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main.yaml index 2d8b192f57dae..eca3175899b17 100644 --- a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main.yaml +++ b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-main.yaml @@ -46,10 +46,10 @@ resources: memory: 3Gi unit: limits: - memory: 6Gi + memory: 10Gi requests: cpu: "1" - memory: 3Gi + memory: 5Gi tests: - as: lint commands: make lint diff --git a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.22.yaml b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.22.yaml index 9ab91c6bd4255..634b295fef7ef 100644 --- a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.22.yaml +++ b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.22.yaml @@ -47,10 +47,10 @@ resources: memory: 3Gi unit: limits: - memory: 6Gi + memory: 10Gi requests: cpu: "1" - memory: 3Gi + memory: 5Gi tests: - as: lint commands: make lint diff --git a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.23.yaml b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.23.yaml index dacd02a3bc7c2..4c0a97f758ebf 100644 --- a/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.23.yaml +++ b/ci-operator/config/openshift/cluster-capi-operator/openshift-cluster-capi-operator-release-4.23.yaml @@ -46,10 +46,10 @@ resources: memory: 3Gi unit: limits: - memory: 6Gi + memory: 10Gi requests: cpu: "1" - memory: 3Gi + memory: 5Gi tests: - as: lint commands: make lint