Adding Git review
[releng-xci-scenarios.git] / scenarios / os-odl-nofeature / xci_overrides
1 #!/bin/bash
2
3 if [[ $DEPLOY_SCENARIO == "os-odl-nofeature" ]] && [[ $XCI_FLAVOR == "ha" ]]; then
4     export VM_MEMORY_SIZE=20480
5 elif [[ $DEPLOY_SCENARIO == "os-odl-nofeature" ]]; then
6     export VM_MEMORY_SIZE=16384
7 fi