ci: use tox-lsr 3.3.0 which uses ansible-test 2.17

Upgrade ci tests to use tox-lsr 3.3.0

tox-lsr 3.3.0 uses ansible-test 2.17

Create the ansible-test ignore file for 2.17

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson 2024-05-30 18:38:00 -06:00 committed by Richard Megginson
parent 34d1f2d53e
commit 03e3b788ff
6 changed files with 8 additions and 5 deletions

View file

@ -32,7 +32,7 @@ jobs:
- name: Install tox, tox-lsr
run: |
set -euxo pipefail
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.2.2"
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.3.0"
- name: Convert role to collection format
run: |

View file

@ -30,7 +30,7 @@ jobs:
- name: Install tox, tox-lsr
run: |
set -euxo pipefail
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.2.2"
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.3.0"
- name: Run ansible-plugin-scan
run: |

View file

@ -30,7 +30,7 @@ jobs:
- name: Install tox, tox-lsr
run: |
set -euxo pipefail
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.2.2"
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.3.0"
- name: Run ansible-plugin-scan
run: |

View file

@ -33,7 +33,7 @@ jobs:
- name: Install tox, tox-lsr
run: |
set -euxo pipefail
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.2.2"
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.3.0"
- name: Convert role to collection format
run: |

View file

@ -58,7 +58,7 @@ jobs:
run: |
set -euxo pipefail
python -m pip install --upgrade pip
pip install "git+https://github.com/linux-system-roles/tox-lsr@3.2.2"
pip install "git+https://github.com/linux-system-roles/tox-lsr@3.3.0"
# If you have additional OS dependency packages e.g. libcairo2-dev
# then put them in .github/config/ubuntu-requirements.txt, one
# package per line.

View file

@ -0,0 +1,3 @@
plugins/modules/network_connections.py validate-modules:missing-gplv3-license
plugins/modules/network_state.py validate-modules:missing-gplv3-license
tests/network/ensure_provider_tests.py shebang!skip