Skip to content

Commit

Permalink
Update CI for ansible 2.11 (#80)
Browse files Browse the repository at this point in the history
* Update CI for ansible 2.11

This copies the ignore-2.11.txt to ignore-2.12.txt and makes sure the CI
build tests against ansible 2.11.

* Add changelog fragment
  • Loading branch information
gravesm authored Apr 6, 2021
1 parent 22f8780 commit fb19127
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
ansible:
- stable-2.9
- stable-2.10
- stable-2.11
- devel
python:
- 2.7
Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/80-update-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- update CI to work with ansible 2.11 (https://github.com/ansible-collections/community.okd/pull/80).
3 changes: 3 additions & 0 deletions tests/sanity/ignore-2.12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
plugins/modules/k8s.py validate-modules:parameter-type-not-in-doc
plugins/modules/k8s.py validate-modules:return-syntax-error
plugins/modules/openshift_process.py validate-modules:parameter-type-not-in-doc

0 comments on commit fb19127

Please sign in to comment.