diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 6e55421..701919d 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -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 @@ -35,6 +35,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 0000000..9edc0eb --- /dev/null +++ b/tests/sanity/ignore-2.15.txt @@ -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 \ No newline at end of file