Skip to content

Commit

Permalink
Sanity test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gl-johnson committed Dec 12, 2024
1 parent 9682ebd commit e163ab8
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,26 @@ jobs:
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- stable-2.18
python:
- '3.9'
- '3.10'
- '3.12'
include:
- ansible: stable-2.13
python: '3.8'
- ansible: stable-2.14
python: '3.11'
- ansible: stable-2.15
python: '3.11'
- ansible: stable-2.16
python: '3.12'
- ansible: stable-2.17
python: '3.12'
- ansible: devel
python: '3.10'
python: '3.13'

runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -94,18 +102,27 @@ jobs:
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- stable-2.18
python:
- '3.9'
- '3.10'
- '3.12'
include:
- ansible: stable-2.13
python: '3.8'
- ansible: stable-2.14
python: '3.11'
- ansible: stable-2.15
python: '3.11'
- ansible: stable-2.16
python: '3.12'
- ansible: stable-2.17
python: '3.12'
- ansible: devel
python: '3.10'
python: '3.13'

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
4 changes: 4 additions & 0 deletions tests/sanity/ignore-2.17.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
4 changes: 4 additions & 0 deletions tests/sanity/ignore-2.18.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 e163ab8

Please sign in to comment.