Fix linter errors and add lint skip list
Make centos-8 job non voting, nspawn requries btrfs which is not available on centos-8 Change-Id: Ib013981138209e56f1a0741d15bfe32dcd48702b
This commit is contained in:
parent
e20e45fd41
commit
e11a462fdd
4
.ansible-lint
Normal file
4
.ansible-lint
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
warn_list:
|
||||||
|
- '204' # Lines should be no longer than 160 chars
|
||||||
|
- '208' # File permissions unset or incorrect
|
||||||
|
- '701' # meta/main.yml should contain relevant info
|
@ -30,7 +30,7 @@ galaxy_info:
|
|||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
- 7
|
- 7
|
||||||
categories:
|
galaxy_tags:
|
||||||
- cloud
|
- cloud
|
||||||
- nspawn
|
- nspawn
|
||||||
- container
|
- container
|
||||||
|
@ -19,3 +19,11 @@
|
|||||||
- openstack-ansible-role-jobs
|
- openstack-ansible-role-jobs
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
|
check:
|
||||||
|
jobs:
|
||||||
|
- openstack-ansible-functional-centos-8:
|
||||||
|
voting: false
|
||||||
|
gate:
|
||||||
|
jobs:
|
||||||
|
- openstack-ansible-functional-centos-8:
|
||||||
|
voting: false
|
||||||
|
Loading…
Reference in New Issue
Block a user