Run bindep tox on changes

Change-Id: Ie3d9fa60c6ed2b1406bbec9c23c6d0fc0afda8a4
This commit is contained in:
Dirk Mueller 2017-11-17 19:38:10 +01:00
parent 2f27e90bcf
commit c10cd14cde
3 changed files with 15 additions and 2 deletions

View File

@ -43,3 +43,14 @@
Uses tox with the ``validate-projects`` environment.
vars:
tox_envlist: validate-projects
- job:
name: requirements-tox-bindep
parent: openstack-tox
description: |
Run test for requirements project.
Uses tox with the ``bindep`` environment.
files: ^bindep.txt$
vars:
tox_envlist: bindep

View File

@ -13,6 +13,9 @@
- bindep.txt
- openstack-tox-validate
- requirements-tox-babel
- requirements-tox-bindep:
branches: ^(?!stable/(newton|ocata|pike)).*$
voting: false
- requirements-tox-py27-check-uc
- requirements-tox-py35-check-uc:
branches: ^(?!stable/(newton|ocata|pike)).*$

View File

@ -43,8 +43,7 @@ uuid-dev [platform:dpkg]
python-numpy [python]
python-yaml [python]
# NOTE(jaegerandi): Temporarily needed for running as part of
# OpenStack gates:
# NOTE(jaegerandi): Temporarily needed for part of OpenStack gates
# TODO(pabelanger): Remove in follow up patch.
mysql-client [platform:dpkg]
mysql-server [platform:dpkg]