From f7660bbaee33fb4b04fc6f40103f6e991ec3f19c Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 10 Jun 2021 15:16:32 -0400 Subject: [PATCH] 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 --- .zuul.yaml | 8 -------- test-requirements.txt | 1 - tox.ini | 3 --- 3 files changed, 12 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index af0235d..e80c8ad 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index 9ea7158..3592358 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,2 @@ -ansible-lint hacking<0.11,>=0.10 sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 diff --git a/tox.ini b/tox.ini index 33fa54c..46fff38 100644 --- a/tox.ini +++ b/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 \