Skip to content

Commit

Permalink
added the ignore files for ansible 2.16 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rama Venkata Loya authored and ramavenkata-loya committed Sep 24, 2024
1 parent 9682ebd commit aa0c20b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions tests/sanity/ignore-2.16.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit aa0c20b

Please sign in to comment.