mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-27 03:13:08 +00:00
Update CI for ansible 2.11 (#80)
* 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
This commit is contained in:
1
.github/workflows/ansible-test.yml
vendored
1
.github/workflows/ansible-test.yml
vendored
@@ -24,6 +24,7 @@ jobs:
|
|||||||
ansible:
|
ansible:
|
||||||
- stable-2.9
|
- stable-2.9
|
||||||
- stable-2.10
|
- stable-2.10
|
||||||
|
- stable-2.11
|
||||||
- devel
|
- devel
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
|
|||||||
2
changelogs/fragments/80-update-ci.yaml
Normal file
2
changelogs/fragments/80-update-ci.yaml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- update CI to work with ansible 2.11 (https://github.com/ansible-collections/community.okd/pull/80).
|
||||||
3
tests/sanity/ignore-2.12.txt
Normal file
3
tests/sanity/ignore-2.12.txt
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user