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
This commit is contained in:
parent
9363e0b0a1
commit
63e9548cd6
9
.zuul.yaml
Normal file
9
.zuul.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
- project:
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-functional
|
||||
- openstack-tox-functional-py35
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-functional
|
||||
- openstack-tox-functional-py35
|
Loading…
Reference in New Issue
Block a user