Add bashate job nonvotingwq

Change-Id: I3d888ec621b50f6ac90d92c8f586ef2d577a780e
This commit is contained in:
Dean Troyer 2018-06-08 17:19:00 -05:00
parent 62bd0253f0
commit aad6ad06b8
3 changed files with 12 additions and 2 deletions

View File

@ -2,7 +2,9 @@
- project:
check:
jobs:
- openstack-tox-linters
- openstack-tox-linters:
voting: false
gate:
jobs:
- openstack-tox-linters
- openstack-tox-linters:
voting: false

View File

@ -1,2 +1,3 @@
bashate >= 0.2
PyYAML>=3.1.0
yamllint>=0.5.2

View File

@ -19,6 +19,13 @@ commands =
\( -name .tox -prune \) \
-o -type f -name '*.yaml' \
-print0 | xargs -0 yamllint"
bash -c "find {toxinidir} \
-not \( -type d -name .?\* -prune \) \
-type f \
-not -name \*~ \
-not -name \*.md \
-name \*.sh \
-print0 | xargs -0 bashate -v"
[testenv:venv]
commands = {posargs}