Merge "Use main.yaml, not .yml"

This commit is contained in:
Zuul 2020-04-21 14:42:20 +00:00 committed by Gerrit Code Review
commit 69da56f591
7 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ commands =
ansible-playbook --syntax-check -i {toxinidir}/tests/inventory \{\} + > /dev/null"
{toxinidir}/tools/check_jobs_documented.py
{toxinidir}/tools/update-test-platforms.py
bash -c "(( $(find playbooks -name *.yml | wc -l) == 0)) || \{ echo 'Use .yaml'; exit 1; \}"
bash -c "(( $(find roles -name *.yml | wc -l) == 0)) || \{ echo 'Use .yaml'; exit 1; \}"
bash -c "git diff --quiet || \{ echo 'ERROR: git in dirty status, reporting as failure'; exit 1; \}"
[testenv:venv]