Skip to content

Commit

Permalink
Add stable-2.14 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
NjM3MjY5NzAgNzA3MzA3 committed Sep 21, 2022
1 parent 34e1f54 commit db408a0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# Run CI once per day (at 06:00 UTC)
# This ensures that even if there haven't been commits that we are still testing against latest version of ansible-test for each ansible-base version
schedule:
- cron: '0 6 * * *'
- cron: "0 6 * * *"
env:
NAMESPACE: ibm
COLLECTION_NAME: ds8000
Expand All @@ -35,6 +35,7 @@ jobs:
- stable-2.11
- stable-2.12
- stable-2.13
- stable-2.14
- devel
runs-on: ubuntu-latest
steps:
Expand Down
13 changes: 13 additions & 0 deletions tests/sanity/ignore-2.15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
plugins/modules/ds8000_host_port.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
plugins/modules/ds8000_host_port_info.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
plugins/modules/ds8000_host.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
plugins/modules/ds8000_host_info.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
plugins/modules/ds8000_lss.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
plugins/modules/ds8000_lss_info.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
plugins/modules/ds8000_marray_info.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
plugins/modules/ds8000_pool_info.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
plugins/modules/ds8000_resource_group.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
plugins/modules/ds8000_resource_group_info.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
plugins/modules/ds8000_volume_info.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
plugins/modules/ds8000_volume_mapping.py validate-modules:missing-gplv3-license # Licence is Apache-2.0
plugins/modules/ds8000_volume.py validate-modules:missing-gplv3-license # Licence is Apache-2.0

0 comments on commit db408a0

Please sign in to comment.