From 0d95a0590e67c3940bff15da0036b3bd17891815 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 30 Jun 2021 12:24:06 +0300 Subject: [PATCH] Remove linters from openstack-ansible-role-jobs Once we've moved almost all repos to integrated linters jobs, we shouldn't include linters inside functional tests template. Change-Id: I890529cdd2fe3918e9d97e918da303c929dfe07d --- zuul.d/project-templates.yaml | 2 -- zuul.d/project.yaml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index 7fb66827..6f9562d7 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -12,14 +12,12 @@ name: openstack-ansible-role-jobs check: jobs: - - openstack-ansible-linters - openstack-ansible-functional-debian-buster - openstack-ansible-functional-centos-8 - openstack-ansible-functional-ubuntu-bionic - openstack-ansible-functional-ubuntu-focal gate: jobs: - - openstack-ansible-linters - openstack-ansible-functional-ubuntu-focal experimental: jobs: diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 8dae4a9f..8a35db8b 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -15,6 +15,7 @@ - project: templates: + - openstack-ansible-linters - openstack-ansible-role-jobs - check-requirements - publish-openstack-docs-pti