We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d937c01 commit 33ec9c1Copy full SHA for 33ec9c1
.github/workflows/ci.yml
@@ -257,7 +257,7 @@ jobs:
257
while ! nc -vzw 5 localhost 8096 2>&1 > /dev/null; do grep Exception /tmp/jetty-log; sleep 10; done
258
set -e
259
echo -e "\nStarting Advanced Zone DataCenter deployment"
260
- python3 tools/marvin/marvin/deployDataCenter.py -i setup/dev/advanced.cfg 2>&1 || true
+ python3 tools/marvin/marvin/deployDataCenter.py -i setup/dev/advanced-with-quota-enabled.cfg 2>&1 || true
261
262
- name: Run Integration Tests with Simulator
263
run: |
0 commit comments