From 58c9f44cca9b4440973988c888e89d9be33bd70f Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 18 Oct 2017 17:48:44 +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: I6980006e07ea231cdc3e091342aaed88d23ffae6 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 747d74a9..40d24ff8 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -17,8 +17,10 @@ name: openstack/openstack-ansible-os_ironic check: jobs: + - openstack-ansible-linters - openstack-ansible-functional-ubuntu-xenial gate: queue: openstack-ansible jobs: + - openstack-ansible-linters - openstack-ansible-functional-ubuntu-xenial