Merge "Run bindep tox on changes"

This commit is contained in:
Zuul 2017-11-25 16:26:17 +00:00 committed by Gerrit Code Review
commit 1fc8075e60
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]