mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add Ansible 2.10 runs. (#531)
Running all sanity tests with 2.10, as well as one unit test target.
This commit is contained in:
parent
498ace1210
commit
ab5533022e
1 changed files with 23 additions and 0 deletions
|
@ -14,6 +14,12 @@ matrix:
|
|||
- env: T=devel/sanity/4
|
||||
- env: T=devel/sanity/extra
|
||||
|
||||
- env: T=2.10/sanity/1
|
||||
- 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=devel/units/2.6/1
|
||||
- env: T=devel/units/2.7/1
|
||||
- env: T=devel/units/3.5/1
|
||||
|
@ -22,6 +28,14 @@ matrix:
|
|||
- env: T=devel/units/3.8/1
|
||||
- env: T=devel/units/3.9/1
|
||||
|
||||
- env: T=2.10/units/2.6/1
|
||||
- env: T=2.10/units/2.7/1
|
||||
- env: T=2.10/units/3.5/1
|
||||
- env: T=2.10/units/3.6/1
|
||||
- env: T=2.10/units/3.7/1
|
||||
- env: T=2.10/units/3.8/1
|
||||
- env: T=2.10/units/3.9/1
|
||||
|
||||
#- env: T=devel/aix/7.2/1
|
||||
- env: T=devel/osx/10.11/1
|
||||
- env: T=devel/rhel/7.8/1
|
||||
|
@ -105,6 +119,15 @@ matrix:
|
|||
- env: T=devel/cloud/2.7/1
|
||||
- env: T=devel/cloud/3.6/1
|
||||
|
||||
- env: T=2.10/osx/10.11/1
|
||||
- env: T=2.10/rhel/8.2/1
|
||||
- env: T=2.10/freebsd/12.1/2
|
||||
- env: T=2.10/linux/centos8/2
|
||||
- env: T=2.10/linux/fedora32/3
|
||||
- env: T=2.10/linux/opensuse15/3
|
||||
- env: T=2.10/linux/ubuntu1804/4
|
||||
- env: T=2.10/cloud/3.6/1
|
||||
|
||||
branches:
|
||||
except:
|
||||
- "*-patch-*"
|
||||
|
|
Loading…
Reference in a new issue