From 00f65546f9b8322addaa31167ea0628bed5f7963 Mon Sep 17 00:00:00 2001 From: Andrea Fasano Date: Wed, 28 Jun 2023 09:46:22 -0400 Subject: [PATCH] Revert the workaround for the rhcos storage issue --- common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.sh b/common.sh index a1c001f23..4e8fc3236 100644 --- a/common.sh +++ b/common.sh @@ -408,14 +408,14 @@ if [[ ! -z ${AGENT_E2E_TEST_SCENARIO} ]]; then export NUM_MASTERS=3 export MASTER_VCPU=4 export MASTER_DISK=100 - export MASTER_MEMORY=32768 + export MASTER_MEMORY=16384 export NUM_WORKERS=0 ;; "HA" ) export NUM_MASTERS=3 export MASTER_VCPU=4 export MASTER_DISK=100 - export MASTER_MEMORY=32768 + export MASTER_MEMORY=16384 export NUM_WORKERS=2 export WORKER_VCPU=4 export WORKER_DISK=100