From b694d815bfb70582a66303f9cfd5c942128d7160 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 30 May 2024 18:39:13 -0600 Subject: [PATCH] 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 --- .github/workflows/ansible-lint.yml | 2 +- .github/workflows/ansible-managed-var-comment.yml | 2 +- .github/workflows/ansible-plugin-scan.yml | 2 +- .github/workflows/ansible-test.yml | 2 +- .sanity-ansible-ignore-2.17.txt | 3 +++ 5 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 .sanity-ansible-ignore-2.17.txt diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 53ab0b07..be9419d6 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -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: | diff --git a/.github/workflows/ansible-managed-var-comment.yml b/.github/workflows/ansible-managed-var-comment.yml index b2b8460e..fcfef957 100644 --- a/.github/workflows/ansible-managed-var-comment.yml +++ b/.github/workflows/ansible-managed-var-comment.yml @@ -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: | diff --git a/.github/workflows/ansible-plugin-scan.yml b/.github/workflows/ansible-plugin-scan.yml index 80853846..844d7350 100644 --- a/.github/workflows/ansible-plugin-scan.yml +++ b/.github/workflows/ansible-plugin-scan.yml @@ -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: | diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 26fe33c7..2018b46f 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -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: | diff --git a/.sanity-ansible-ignore-2.17.txt b/.sanity-ansible-ignore-2.17.txt new file mode 100644 index 00000000..791fda1c --- /dev/null +++ b/.sanity-ansible-ignore-2.17.txt @@ -0,0 +1,3 @@ +plugins/modules/timesync_provider.sh shebang +plugins/modules/timesync_provider.sh validate-modules:invalid-extension +plugins/modules/timesync_provider.sh validate-modules:python-syntax-error