From 4bcf6aef0e0c575e1d1dd61f5c9ed71921fe62c6 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 21 May 2021 15:52:51 +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: Ib0ca232bfdb6528fa7638c34c628406a9c6d8d37 --- 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 3fd07412..0cbc337f 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -20,6 +20,6 @@ - openstack-ansible-deploy-aio_lxc-jobs - 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