mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-386: Consistent order for test runs.
This commit is contained in:
@@ -8,7 +8,7 @@ if [[ -f .venv/bin/ansible ]]; then
|
|||||||
pip install molecule docker six
|
pip install molecule docker six
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for role in `find roles/ -name molecule`; do
|
for role in `find roles/ -name molecule | sort`; do
|
||||||
pushd `dirname $role`
|
pushd `dirname $role`
|
||||||
molecule test --all
|
molecule test --all
|
||||||
popd
|
popd
|
||||||
|
|||||||
Reference in New Issue
Block a user