Merge "Ignore rally directory"

This commit is contained in:
Zuul 2018-10-11 14:28:38 +00:00 committed by Gerrit Code Review
commit 273b2d8083
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ whitelist_externals = bash
commands =
bash -c "cd ansible; find . -type f -regex '.*.y[a]?ml' -print0 | xargs -t -n1 -0 \
ansible-lint \
-x ANSIBLE0012,ANSIBLE0006,ANSIBLE0007,ANSIBLE0016"
-x ANSIBLE0012,ANSIBLE0006,ANSIBLE0007,ANSIBLE0016" \
--exclude=rally
pykwalify -d browbeat-config.yaml -s browbeat/schema/browbeat.yml
pykwalify -d browbeat-complete.yaml -s browbeat/schema/browbeat.yml
bash -c "set -e; for config in $(ls conf/); do \