Skip to content

Commit 6ea5a81

Browse files
committed
increase master node disk size to 300GB
This is a good enough value to to replicate the issue describe din https://issues.redhat.com/browse/OCPBUGS-76382
1 parent 4164f28 commit 6ea5a81

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

common.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,9 +547,10 @@ if [[ ! -z ${AGENT_E2E_TEST_SCENARIO} ]]; then
547547
export WORKER_VCPU=5
548548
fi
549549
# Increase disk storage requirements for NoRegistryClusterInstall aka agent OVE ISO
550+
# Large storage size is used to catch any regression related to https://issues.redhat.com/browse/OCPBUGS-76382.
550551
case "$SCENARIO" in
551552
"SNO"|"COMPACT"|"HA" )
552-
export MASTER_DISK=220
553+
export MASTER_DISK=300
553554
;;
554555
esac
555556
fi

0 commit comments

Comments
 (0)