From cc57a16a89cf9d4bb3caf3668c18e1a27906e8b2 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 21 May 2021 15:52:26 +0300 Subject: [PATCH] Replace linters test with integarted one We've created integrated linters check job a while back and it's successfully working for several releases. At the moment we experience difficulties with future maintenance of the linters check from the openstack-ansible-tests repo. So instead of fixing current one, we replace it with modern version of the test. Change-Id: I6cc6e37c838d3f4ea8ac48bca2d6d693c09f4afa --- zuul.d/project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 891b2fe0..7a663233 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -16,7 +16,7 @@ - project: templates: - check-requirements - - openstack-ansible-linters + - openstack-ansible-linters-jobs - openstack-ansible-deploy-aio_metal-jobs # NOTE(noonedeadpunk): Disabled until distro packages will contain patches # https://review.opendev.org/746865 and https://review.opendev.org/746491