From a38daa515d8dda3120af8d6cf4088bc9ae009d1f 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: I1f3746d04f1d339709db2d06d5af1158a39ebd0c --- 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 9f19b88..2330fc5 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -15,7 +15,7 @@ - project: templates: - check-requirements - - openstack-ansible-linters + - openstack-ansible-linters-jobs - openstack-ansible-deploy-aio_metal-jobs - openstack-ansible-deploy-aio_distro_metal-jobs - openstack-ansible-deploy-aio_telemetry_metal-jobs