Compare commits

..

1 commit

Author SHA1 Message Date
Will Szumski
38634e509d
Merge 7ac665a0aa into b0097bd14c 2024-11-05 17:45:47 +01:00
4 changed files with 6 additions and 12 deletions

View file

@ -203,10 +203,8 @@ stages:
targets: targets:
- name: RHEL 9.4 - name: RHEL 9.4
test: rhel/9.4 test: rhel/9.4
- name: FreeBSD 14.1 - name: FreeBSD 13.3
test: freebsd/14.1 test: freebsd/13.3
- name: FreeBSD 13.4
test: freebsd/13.4
- stage: Remote_2_18 - stage: Remote_2_18
displayName: Remote devel displayName: Remote devel
dependsOn: [] dependsOn: []
@ -281,7 +279,7 @@ stages:
- Remote_2_18 - Remote_2_18
- Docker_2_18 - Docker_2_18
- Sanity_devel - Sanity_devel
- Remote_devel # - Remote_devel # Wait for test environment release
- Docker_devel # - Docker_devel # Wait for test environment release
jobs: jobs:
- template: templates/coverage.yml - 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.16 (stable)
- ansible-core 2.15 (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 ## 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. 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.

View file

@ -1,3 +0,0 @@
---
trivial:
- Replaced FreeBSD version 13.3 with 13.4 and 14.1 in CI for devel branch.