From c34270fb0d4946f2e64662b9eb868b9d48f67409 Mon Sep 17 00:00:00 2001 From: William Astorga Date: Wed, 5 Oct 2022 14:31:49 -0600 Subject: [PATCH] add stable-2.14 and ignore for devel --- .github/workflows/sanity_tests.yml | 1 + tests/sanity/ignore-2.15.txt | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 tests/sanity/ignore-2.15.txt diff --git a/.github/workflows/sanity_tests.yml b/.github/workflows/sanity_tests.yml index 54df33f750..20497e13fc 100644 --- a/.github/workflows/sanity_tests.yml +++ b/.github/workflows/sanity_tests.yml @@ -19,6 +19,7 @@ jobs: - stable-2.11 - stable-2.12 - stable-2.13 + - stable-2.14 - devel runs-on: ubuntu-latest steps: diff --git a/tests/sanity/ignore-2.15.txt b/tests/sanity/ignore-2.15.txt new file mode 100644 index 0000000000..1ef6913d16 --- /dev/null +++ b/tests/sanity/ignore-2.15.txt @@ -0,0 +1,10 @@ +plugins/module_utils/dnac.py compile-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/module_utils/dnac.py import-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/modules/pnp_intent.py compile-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/modules/template_intent.py compile-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/modules/site_intent.py compile-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/modules/swim_intent.py compile-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/modules/pnp_intent.py import-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/modules/template_intent.py import-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/modules/site_intent.py import-2.7!skip # Python 2.7 is not supported by the DNA Center SDK +plugins/modules/swim_intent.py import-2.7!skip # Python 2.7 is not supported by the DNA Center SDK \ No newline at end of file