From fb1912728d56e352e8aa9d8aebe26f336341dccc Mon Sep 17 00:00:00 2001 From: Mike Graves Date: Tue, 6 Apr 2021 10:40:46 -0400 Subject: [PATCH] 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 --- .github/workflows/ansible-test.yml | 1 + changelogs/fragments/80-update-ci.yaml | 2 ++ tests/sanity/ignore-2.12.txt | 3 +++ 3 files changed, 6 insertions(+) create mode 100644 changelogs/fragments/80-update-ci.yaml create mode 100644 tests/sanity/ignore-2.12.txt diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 419b8dd..be539cb 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -24,6 +24,7 @@ jobs: ansible: - stable-2.9 - stable-2.10 + - stable-2.11 - devel python: - 2.7 diff --git a/changelogs/fragments/80-update-ci.yaml b/changelogs/fragments/80-update-ci.yaml new file mode 100644 index 0000000..0c64f3a --- /dev/null +++ b/changelogs/fragments/80-update-ci.yaml @@ -0,0 +1,2 @@ +bugfixes: + - update CI to work with ansible 2.11 (https://github.com/ansible-collections/community.okd/pull/80). diff --git a/tests/sanity/ignore-2.12.txt b/tests/sanity/ignore-2.12.txt new file mode 100644 index 0000000..20ecba7 --- /dev/null +++ b/tests/sanity/ignore-2.12.txt @@ -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