Skip to content

Commit

Permalink
Revert the workaround for the rhcos storage issue (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
andfasano authored Jul 31, 2023
1 parent 768c9c6 commit 0d83895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d83895

Please sign in to comment.