Clean up bitrot
There is no more zookeeper package in fedora. If we want to support, we should move to centos steam. Drop ansible-lint, it is too complicated now. Depends-On: https://review.opendev.org/c/windmill/windmill/+/795901/ Change-Id: I8f774675ac5047eec235c168aa62a23ab6001929 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
e79af33c7c
commit
f7660bbaee
@ -5,11 +5,6 @@
|
||||
roles:
|
||||
- zuul: windmill/ansible-role-zookeeper
|
||||
|
||||
- job:
|
||||
name: ansible-role-zookeeper-fedora-latest
|
||||
parent: ansible-role-zookeeper
|
||||
nodeset: fedora-latest
|
||||
|
||||
- job:
|
||||
name: ansible-role-zookeeper-ubuntu-bionic
|
||||
parent: ansible-role-zookeeper
|
||||
@ -17,15 +12,12 @@
|
||||
|
||||
- project:
|
||||
templates:
|
||||
- windmill-jobs-fedora-latest
|
||||
- windmill-jobs-bionic
|
||||
check:
|
||||
jobs:
|
||||
- ansible-role-zookeeper-fedora-latest
|
||||
- ansible-role-zookeeper-ubuntu-bionic
|
||||
- tox-linters
|
||||
gate:
|
||||
jobs:
|
||||
- ansible-role-zookeeper-fedora-latest
|
||||
- ansible-role-zookeeper-ubuntu-bionic
|
||||
- tox-linters
|
||||
|
@ -1,3 +1,2 @@
|
||||
ansible-lint
|
||||
hacking<0.11,>=0.10
|
||||
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
|
||||
|
3
tox.ini
3
tox.ini
@ -29,9 +29,6 @@ whitelist_externals = bash
|
||||
commands =
|
||||
# PEP8 Lint Check
|
||||
flake8
|
||||
# Ansible Lint Check
|
||||
bash -c "find . -not -path '*/\.*' -type f -regex '.*.y[a]?ml' -print0 | \
|
||||
xargs -t -n1 -0 ansible-lint"
|
||||
# Ansible Syntax Check
|
||||
bash -c "find tests -type f -regex '.*.y[a]?ml' -print | xargs -t -n1 \
|
||||
ansible-playbook --syntax-check -i tests/inventory \
|
||||
|
Loading…
x
Reference in New Issue
Block a user