From aa0c20bf6b176e7d4d8f1aba976c9caf0eb0a750 Mon Sep 17 00:00:00 2001 From: Rama Venkata Loya Date: Tue, 24 Sep 2024 13:18:23 +0530 Subject: [PATCH] added the ignore files for ansible 2.16 version --- .github/workflows/ansible-test.yml | 19 ++++++++++++++++--- tests/sanity/ignore-2.16.txt | 4 ++++ 2 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 tests/sanity/ignore-2.16.txt diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 091efc31..bc484bf9 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -6,7 +6,8 @@ # - stable-2.13 (3.8, 3.9, 3.10) # - stable-2.14 (3.9, 3.10, 3.11) # - stable-2.15 (3.9, 3.10, 3.11) -# - devel (3.10) +# - stable-2.16 (3.10, 3.11, 3.12) +# - devel (3.11) # # As Ansible's devel version is unstable, it should be considered a smoke signal # for the next released version. Failures against the devel version should not @@ -47,8 +48,14 @@ jobs: python: '3.11' - ansible: stable-2.15 python: '3.11' - - ansible: devel + - ansible: stable-2.16 python: '3.10' + - ansible: stable-2.16 + python: '3.11' + - ansible: stable-2.16 + python: '3.12' + - ansible: devel + python: '3.11' runs-on: ubuntu-latest steps: @@ -104,8 +111,14 @@ jobs: python: '3.11' - ansible: stable-2.15 python: '3.11' - - ansible: devel + - ansible: stable-2.16 python: '3.10' + - ansible: stable-2.16 + python: '3.11' + - ansible: stable-2.16 + python: '3.12' + - ansible: devel + python: '3.11' runs-on: ubuntu-latest steps: - name: Check out code diff --git a/tests/sanity/ignore-2.16.txt b/tests/sanity/ignore-2.16.txt new file mode 100644 index 00000000..b57dd581 --- /dev/null +++ b/tests/sanity/ignore-2.16.txt @@ -0,0 +1,4 @@ +Jenkinsfile shebang +plugins/lookup/conjur_variable.py validate-modules:version-added-must-be-major-or-minor +dev/policy/root.yml yamllint:unparsable-with-libyaml # File loaded by Conjur server, not via Python +secrets.yml yamllint:unparsable-with-libyaml # File loaded by Summon, not via Python