From 0d83895afc64e944b113ee28ee40c21b214fd13d Mon Sep 17 00:00:00 2001 From: Andrea Fasano <60063538+andfasano@users.noreply.github.com> Date: Mon, 31 Jul 2023 17:45:04 +0200 Subject: [PATCH] Revert the workaround for the rhcos storage issue (#1542) --- common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.sh b/common.sh index cf78ebec9..d63b80b11 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