zuul: create openstack-ansible-linters project-template
As we try to transition to integrated tests, we need to drop the role jobs as some seem to be broken. However, we don't have a way to do this without dropping linting jobs. This patch allows us to replace openstack-ansible-role-jobs by openstack-ansible-linters to keep linters and add new jobs as we need/want. Change-Id: I669b526fe6e02424801e003f8a6bde89a4245026
This commit is contained in:
parent
ddcd045ef3
commit
c67e418828
@ -1,4 +1,13 @@
|
|||||||
---
|
---
|
||||||
|
- project-template:
|
||||||
|
name: openstack-ansible-linters
|
||||||
|
check:
|
||||||
|
jobs:
|
||||||
|
- openstack-ansible-linters
|
||||||
|
gate:
|
||||||
|
jobs:
|
||||||
|
- openstack-ansible-linters
|
||||||
|
|
||||||
- project-template:
|
- project-template:
|
||||||
name: openstack-ansible-role-jobs
|
name: openstack-ansible-role-jobs
|
||||||
check:
|
check:
|
||||||
|
Loading…
Reference in New Issue
Block a user