From c67e4188289fe9118a1cd8d6ce2602d46b1d73f4 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 28 Mar 2019 14:32:46 -0400 Subject: [PATCH] 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 --- zuul.d/project-templates.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index 5b69bac6..ef5fc470 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -1,4 +1,13 @@ --- +- project-template: + name: openstack-ansible-linters + check: + jobs: + - openstack-ansible-linters + gate: + jobs: + - openstack-ansible-linters + - project-template: name: openstack-ansible-role-jobs check: