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
This commit is contained in:
parent
a6a25bf3cd
commit
c70c34b850
@ -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?"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user