Run jobs in gate as well

Voting jobs should be run in both check and gate queue, add them.
This ensures that merged changes always pass.

Change-Id: Ia9fa16474c98dcb7b63b81fa69fd8560aaa908a8
This commit is contained in:
Andreas Jaeger 2018-09-05 20:27:59 +02:00
parent e2137f94df
commit 8819041af6
1 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@
jobs:
- openstack-tox-linters
- openstack-tox-pep8
gate:
jobs:
- openstack-tox-linters
- openstack-tox-pep8