From 20197fdc0eb11686bbebe54061ecc08be626cf15 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 18 Oct 2017 17:48:36 +0100 Subject: [PATCH] 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: I44a39fc7388fe792b7288651e1ba23207c207343 Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d --- zuul.d/project.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 6ecc52c2..fb028821 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -17,12 +17,14 @@ name: openstack/openstack-ansible-os_horizon check: jobs: + - openstack-ansible-linters - openstack-ansible-functional-centos-7 - openstack-ansible-functional-opensuse-423 - openstack-ansible-functional-ubuntu-xenial gate: queue: openstack-ansible jobs: + - openstack-ansible-linters - openstack-ansible-functional-centos-7 - openstack-ansible-functional-opensuse-423 - openstack-ansible-functional-ubuntu-xenial