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,7 +2,9 @@
|
|||||||
hosts: gnocchi_all
|
hosts: gnocchi_all
|
||||||
user: root
|
user: root
|
||||||
roles:
|
roles:
|
||||||
- { role: "os_gnocchi", tags: [ "os-gnocchi" ] }
|
- role: "os_gnocchi"
|
||||||
|
tags:
|
||||||
|
- "os-gnocchi"
|
||||||
galera_root_user: root
|
galera_root_user: root
|
||||||
vars_prompt:
|
vars_prompt:
|
||||||
- name: "galera_root_password"
|
- name: "galera_root_password"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- check-requirements
|
- check-requirements
|
||||||
- openstack-ansible-linters
|
- openstack-ansible-linters-jobs
|
||||||
- openstack-ansible-deploy-aio_metal-jobs
|
- openstack-ansible-deploy-aio_metal-jobs
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
- build-release-notes-jobs-python3
|
- build-release-notes-jobs-python3
|
||||||
|
Loading…
Reference in New Issue
Block a user