From 9375d4d1d673209c96f85a8863532003f5b82ec5 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 21 May 2021 15:52:21 +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: I5fd4c274a43fb161b6b5996c75d14de415e72d45 --- 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 162e924..901e938 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -18,6 +18,6 @@ - check-requirements - openstack-ansible-deploy-aio_metal-jobs - openstack-ansible-deploy-aio_distro_metal-jobs - - openstack-ansible-linters + - openstack-ansible-linters-jobs - publish-openstack-docs-pti - build-release-notes-jobs-python3