Compare commits

..

1 commit

Author SHA1 Message Date
Mandar Kulkarni
1ee88a4231
Merge c401a5d331 into b0097bd14c 2024-11-06 08:35:52 +09:00
3 changed files with 4 additions and 5 deletions

View file

@ -279,7 +279,7 @@ stages:
- Remote_2_18
- Docker_2_18
- Sanity_devel
- Remote_devel
- Docker_devel
# - Remote_devel # Wait for test environment release
# - Docker_devel # Wait for test environment release
jobs:
- template: templates/coverage.yml

View file

@ -84,6 +84,8 @@ The following ansible-core versions have been tested with this collection:
- ansible-core 2.16 (stable)
- ansible-core 2.15 (stable)
*Note: For ansible-core 2.18, CI only covers sanity tests and no integration tests will be run until the test environment is released.*
## Contributing
We welcome community contributions to this collection. For more details, see [Contributing to Ansible-maintained collections](https://docs.ansible.com/ansible/devel/community/contributing_maintained_collections.html#contributing-maintained-collections) for complete details.

View file

@ -1,3 +0,0 @@
---
trivial:
- Enabled remote and docker integration tests for devel branch.