Add stable/queens integration checks

New jobs for d-g can be defined in the local .zuul.yaml as opposed
to project-config. These jobs prevent ensure changes to d-g to not
break stable/queens.

Depends-on: https://review.openstack.org/521888/
Change-Id: I547591607a7726bdef3c3953df9e0bd1c67f3423
This commit is contained in:
Andrea Frittoli 2018-02-15 22:24:25 +00:00
parent 2b26488e9d
commit 8075aa080d
1 changed files with 6 additions and 1 deletions

View File

@ -4,10 +4,15 @@
- name: primary
label: ubuntu-xenial
- project:
check:
jobs:
- devstack:
files:
- ^roles/
- tempest-full-queens:
branches: ^(?!driverfixes/).*$
voting: false
- tempest-full-queens-py3:
branches: ^(?!driverfixes/).*$
voting: false