e6ec1b1cc9
This change creates a role named test_dep which will be used by all roles tested with molecule. This role is iteself is also tested with molecule. To ensure the CI is able to run these jobs as independent tox environments a zuul job was setup which will execute setup the ci node and execute the tox environment. Depends-On: Ib1749721b32b21ba1ab661a64097d79037e416f3 Change-Id: Idc784fa03c15c56d0f516f4db2e9cb5eee463fae Signed-off-by: Kevin Carter <kecarter@redhat.com>
13 lines
250 B
YAML
13 lines
250 B
YAML
---
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
- tripleo-ansible-centos-7-molecule-test_deps
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
post:
|
|
jobs:
|
|
- publish-openstack-python-branch-tarball
|