From c70c34b85053cf948ccfc3ccf229c6a22e400cad Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 21 May 2021 15:52:33 +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: I50f58cfb46f630a486ff673936fd3b1af38df2ca --- examples/playbook.yml | 6 ++++-- zuul.d/project.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/playbook.yml b/examples/playbook.yml index 182ad72..f72a0b8 100644 --- a/examples/playbook.yml +++ b/examples/playbook.yml @@ -2,8 +2,10 @@ hosts: gnocchi_all user: root roles: - - { role: "os_gnocchi", tags: [ "os-gnocchi" ] } - galera_root_user: root + - role: "os_gnocchi" + tags: + - "os-gnocchi" + galera_root_user: root vars_prompt: - name: "galera_root_password" prompt: "What is galera_root_password?" diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 39a2c5d..b1c9f4b 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 - publish-openstack-docs-pti - build-release-notes-jobs-python3