Add openstack-ansible-linters test
Currently the linters test is in the project-config repository, but those are meant to be used for standard jobs which do not require any repository other than the one given. Our lint tests use the 'openstack-ansible-tests' repository, so we should rather use our own job definition. Change-Id: Id4e64c4f57530bfcd8900dd562845f07761a2d43 Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
This commit is contained in:
parent
17e5df0953
commit
6299fc19f4
@ -17,12 +17,14 @@
|
|||||||
name: openstack/openstack-ansible-rabbitmq_server
|
name: openstack/openstack-ansible-rabbitmq_server
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
|
- openstack-ansible-linters
|
||||||
- openstack-ansible-functional-centos-7
|
- openstack-ansible-functional-centos-7
|
||||||
- openstack-ansible-functional-opensuse-423
|
- openstack-ansible-functional-opensuse-423
|
||||||
- openstack-ansible-functional-ubuntu-xenial
|
- openstack-ansible-functional-ubuntu-xenial
|
||||||
gate:
|
gate:
|
||||||
queue: openstack-ansible
|
queue: openstack-ansible
|
||||||
jobs:
|
jobs:
|
||||||
|
- openstack-ansible-linters
|
||||||
- openstack-ansible-functional-centos-7
|
- openstack-ansible-functional-centos-7
|
||||||
- openstack-ansible-functional-opensuse-423
|
- openstack-ansible-functional-opensuse-423
|
||||||
- openstack-ansible-functional-ubuntu-xenial
|
- openstack-ansible-functional-ubuntu-xenial
|
||||||
|
Loading…
Reference in New Issue
Block a user