Skip to content

Commit 33ec9c1

Browse files
authored
Update ci.yml
1 parent d937c01 commit 33ec9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
while ! nc -vzw 5 localhost 8096 2>&1 > /dev/null; do grep Exception /tmp/jetty-log; sleep 10; done
258258
set -e
259259
echo -e "\nStarting Advanced Zone DataCenter deployment"
260-
python3 tools/marvin/marvin/deployDataCenter.py -i setup/dev/advanced.cfg 2>&1 || true
260+
python3 tools/marvin/marvin/deployDataCenter.py -i setup/dev/advanced-with-quota-enabled.cfg 2>&1 || true
261261
262262
- name: Run Integration Tests with Simulator
263263
run: |

0 commit comments

Comments
 (0)