mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -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
|
||||
fi
|
||||
|
||||
for role in `find roles/ -name molecule`; do
|
||||
for role in `find roles/ -name molecule | sort`; do
|
||||
pushd `dirname $role`
|
||||
molecule test --all
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user