Skip to content

Commit

Permalink
Merge pull request #78 from cisco-en-programmability/develop
Browse files Browse the repository at this point in the history
add stable-2.14 and ignore for devel
  • Loading branch information
wastorga authored Oct 5, 2022
2 parents b57dcfc + c34270f commit 5bd020d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sanity_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- stable-2.11
- stable-2.12
- stable-2.13
- stable-2.14
- devel
runs-on: ubuntu-latest
steps:
Expand Down
10 changes: 10 additions & 0 deletions tests/sanity/ignore-2.15.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5bd020d

Please sign in to comment.