Skip to content

Commit 134d607

Browse files
authored
Update ci.yml
1 parent 8fc019e commit 134d607

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,11 @@ jobs:
270270
271271
TESTS=($(echo $TESTS | tr -d '\n' | tr -s ' '))
272272
for suite in "${TESTS[@]}" ; do
273-
echo -e "Currently running test: $suite\n"
274273
if [[ "$suite" == *"quota"* ]]; then
274+
echo -e "Currently running test with quota config: $suite\n"
275275
time nosetests-3.4 --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced-with-quota-enabled.cfg test/integration/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator || true ;
276276
else
277+
echo -e "Currently running test: $suite\n"
277278
time nosetests-3.4 --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced.cfg test/integration/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator || true ;
278279
fi
279280
done

0 commit comments

Comments
 (0)