Skip to content

Commit

Permalink
remove now unused python version from CI matrixes
Browse files Browse the repository at this point in the history
  • Loading branch information
D3DeFi committed Sep 23, 2022
1 parent aefc37f commit 9b52a63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/plugins-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,7 @@ jobs:
- stable-2.14
- devel
python:
- 2.7 # required by Ansible see https://github.com/ansible-collections/overview/blob/main/collection_requirements.rst#python-compatibility
- 3.6 # required by Ansible see https://github.com/ansible-collections/overview/blob/main/collection_requirements.rst#python-compatibility
- 3.9
exclude:
- ansible: devel
python: 2.7
- ansible: devel
python: 3.6
- ansible: stable-2.12
python: 2.7
- ansible: stable-2.12
python: 3.6
- ansible: stable-2.13
python: 2.7
- ansible: stable-2.13
python: 3.6
- ansible: stable-2.14
python: 2.7
- ansible: stable-2.14
python: 3.6

steps:
- name: Check out code
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/repo-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
strategy:
matrix:
python:
- 2.7 # required by Ansible see https://github.com/ansible-collections/overview/blob/main/collection_requirements.rst#python-compatibility
- 3.6 # required by Ansible see https://github.com/ansible-collections/overview/blob/main/collection_requirements.rst#python-compatibility
- 3.9
runs-on: ubuntu-latest
steps:
Expand All @@ -28,11 +26,6 @@ jobs:
- name: Install dependencies
run: pip install flake8 tox

- name: Run lint test for py2
run: tox -elinters-py2 -vv
working-directory: ./ansible_collections/community/zabbix
if: matrix.python == '2.7'

- name: Run lint test for py3
run: tox -elinters-py3 -vv
working-directory: ./ansible_collections/community/zabbix
Expand All @@ -52,26 +45,7 @@ jobs:
- stable-2.14
- devel
python:
- 2.7 # required by Ansible see https://github.com/ansible-collections/overview/blob/main/collection_requirements.rst#python-compatibility
- 3.6 # required by Ansible see https://github.com/ansible-collections/overview/blob/main/collection_requirements.rst#python-compatibility
- 3.9
exclude:
- ansible: devel
python: 2.7
- ansible: devel
python: 3.6
- ansible: stable-2.12
python: 2.7
- ansible: stable-2.12
python: 3.6
- ansible: stable-2.13
python: 2.7
- ansible: stable-2.13
python: 3.6
- ansible: stable-2.14
python: 2.7
- ansible: stable-2.14
python: 3.6
runs-on: ubuntu-latest
steps:
# ansible-test requires the collection to be in a directory in the form
Expand Down

0 comments on commit 9b52a63

Please sign in to comment.