Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ansible-test: Update GitHub Actions Workflows
Browse files Browse the repository at this point in the history
Remove ansible-2.10 and 2.11 (EOS) add 2.15, 2.16 (and 2.17, it is new devel)

Also add ignore-2.[16|17].txt

See ansible-collections/news-for-maintainers#41
alagoutte committed Dec 14, 2023
1 parent 55fe779 commit c6fa7a6
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
@@ -34,11 +34,13 @@ jobs:
# It's important that Sanity is tested against all stable-X.Y branches
# Testing against `devel` may fail as new tests are added.
# - stable-2.9 # Only if your collection supports Ansible 2.9
- stable-2.10
- stable-2.11
# - stable-2.10
# - stable-2.11
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- devel
runs-on: >-
${{ contains(fromJson(
1 change: 1 addition & 0 deletions tests/sanity/ignore-2.16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
plugins/modules/aoscx_command.py validate-modules:parameter-list-no-elements #commands
1 change: 1 addition & 0 deletions tests/sanity/ignore-2.17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
plugins/modules/aoscx_command.py validate-modules:parameter-list-no-elements #commands

0 comments on commit c6fa7a6

Please sign in to comment.