glance/.zuul.yaml
Brian Rosmaita 63e9548cd6 Add functional test gates
Change I93d7216340bef70fc18fc9943da5c740ba3d4761 separates out the
functional tests from the unit tests in tox.ini.  Thus the current
gate jobs running them via tox will not longer run functional tests.
So add the jobs to our local .zuul.yaml

Change-Id: I712ac1ca55fc2b592a2ee23ef182d75885c32929
2018-01-28 19:55:14 -05:00

10 lines
206 B
YAML

- project:
check:
jobs:
- openstack-tox-functional
- openstack-tox-functional-py35
gate:
jobs:
- openstack-tox-functional
- openstack-tox-functional-py35