Skip to content

Commit

Permalink
ci: use tox-lsr 3.3.0 which uses ansible-test 2.17
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
richm committed May 31, 2024
1 parent ab7eb0a commit 2b256f8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible-managed-var-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible-plugin-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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.
Expand Down
12 changes: 12 additions & 0 deletions .sanity-ansible-ignore-2.17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
plugins/modules/pcs_api_v2.py validate-modules:missing-gplv3-license
plugins/modules/pcs_qdevice_certs.py validate-modules:missing-gplv3-license
tests/ha_cluster/unit/test_pcs_api_v2.py shebang!skip
tests/ha_cluster/unit/test_pcs_qdevice_certs.py shebang!skip
plugins/modules/pcs_api_v2.py import-3.7!skip
plugins/modules/pcs_api_v2.py import-3.8!skip
plugins/module_utils/ha_cluster_lsr/pcs_api_v2_utils.py import-3.7!skip
plugins/module_utils/ha_cluster_lsr/pcs_api_v2_utils.py import-3.8!skip
plugins/module_utils/ha_cluster_lsr/pcs_api_v2_utils.py compile-3.7!skip
plugins/module_utils/ha_cluster_lsr/pcs_api_v2_utils.py compile-3.8!skip
plugins/modules/pcs_qdevice_certs.py import-3.7!skip
plugins/modules/pcs_qdevice_certs.py import-3.8!skip

0 comments on commit 2b256f8

Please sign in to comment.