From 0cc1e23bbafcd157f7d6b4cf44778a9021b7396a Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Sun, 18 Feb 2024 22:53:52 +0000 Subject: [PATCH] Increase memory limits for metal-ipi openshift-tests This was increased recently for golang/go#64332 but metal-ipi bm jobs persist in being OOM'd. Bump it further. --- .../baremetalds/e2e/test/baremetalds-e2e-test-ref.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-ref.yaml b/ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-ref.yaml index 5de3c47095dd..be91bb23ee20 100644 --- a/ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-ref.yaml +++ b/ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-ref.yaml @@ -9,7 +9,7 @@ ref: cpu: "3" memory: 600Mi limits: - memory: 10Gi + memory: 12Gi env: - name: ARCHITECTURE default: "amd64"