Skip to content

Commit

Permalink
Run tests with Ansible 2.9 as well (#296)
Browse files Browse the repository at this point in the history
* Run some tests with Ansible 2.9. No need to run extra tests multiple times.

* Update ignore-2.9.txt.

* Adjust README.

* Add changelog fragment.
  • Loading branch information
felixfontein authored Jul 2, 2020
1 parent 3cde447 commit 786f082
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 719 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ This repo contains the `community.general` Ansible Collection. The collection in

## Tested with Ansible

Tested with the current Ansible 2.10 release and the current development version of Ansible.

We do not actively test against Ansible 2.9, but the collection should be mostly functional with 2.9 as well. Ansible versions before 2.9.10 are not supported.
Tested with the current Ansible 2.9 and 2.10 releases and the current development version of Ansible. Ansible versions before 2.9.10 are not supported.

## External requirements

Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/296-ansible-2.9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- "The collection is now actively tested in CI with the latest Ansible 2.9 release."
22 changes: 21 additions & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ matrix:
- env: T=2.10/sanity/2
- env: T=2.10/sanity/3
- env: T=2.10/sanity/4
- env: T=2.10/sanity/extra

- env: T=2.9/sanity/1
- env: T=2.9/sanity/2
- env: T=2.9/sanity/3
- env: T=2.9/sanity/4

- env: T=devel/units/2.6/1
- env: T=devel/units/2.7/1
Expand All @@ -36,6 +40,13 @@ matrix:
- env: T=2.10/units/3.8/1
- env: T=2.10/units/3.9/1

- env: T=2.9/units/2.6/1
- env: T=2.9/units/2.7/1
- env: T=2.9/units/3.5/1
- env: T=2.9/units/3.6/1
- env: T=2.9/units/3.7/1
- env: T=2.9/units/3.8/1

#- env: T=devel/aix/7.2/1
- env: T=devel/osx/10.11/1
- env: T=devel/rhel/7.8/1
Expand Down Expand Up @@ -128,6 +139,15 @@ matrix:
- env: T=2.10/linux/ubuntu1804/4
- env: T=2.10/cloud/3.6/1

- env: T=2.9/osx/10.11/1
- env: T=2.9/rhel/8.2/1
- env: T=2.9/freebsd/12.0/2
- env: T=2.9/linux/centos8/2
- env: T=2.9/linux/fedora31/3
- env: T=2.9/linux/opensuse15/3
- env: T=2.9/linux/ubuntu1804/4
- env: T=2.9/cloud/3.6/1

branches:
except:
- "*-patch-*"
Expand Down
Loading

0 comments on commit 786f082

Please sign in to comment.