mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
run integration tests first
This commit is contained in:
parent
672b90b57f
commit
26c4150f95
2 changed files with 18 additions and 16 deletions
|
|
@ -8,6 +8,23 @@ matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- env: T=none
|
- env: T=none
|
||||||
include:
|
include:
|
||||||
|
# FIXME Move integration tests after units
|
||||||
|
- env: T=aix/7.2/1
|
||||||
|
- env: T=osx/10.11/1
|
||||||
|
- env: T=rhel/7.6/1
|
||||||
|
- env: T=rhel/8.1/1
|
||||||
|
- env: T=freebsd/11.1/1
|
||||||
|
- env: T=freebsd/12.1/1
|
||||||
|
- env: T=linux/centos6/1
|
||||||
|
- env: T=linux/centos7/1
|
||||||
|
- env: T=linux/centos8/1
|
||||||
|
- env: T=linux/fedora30/1
|
||||||
|
- env: T=linux/fedora31/1
|
||||||
|
- env: T=linux/opensuse15py2/1
|
||||||
|
- env: T=linux/opensuse15/1
|
||||||
|
- env: T=linux/ubuntu1604/1
|
||||||
|
- env: T=linux/ubuntu1804/1
|
||||||
|
|
||||||
- env: T=sanity/1
|
- env: T=sanity/1
|
||||||
- env: T=sanity/2
|
- env: T=sanity/2
|
||||||
- env: T=sanity/3
|
- env: T=sanity/3
|
||||||
|
|
@ -38,21 +55,6 @@ matrix:
|
||||||
- env: T=units/3.8/3
|
- env: T=units/3.8/3
|
||||||
- env: T=units/3.9/3
|
- env: T=units/3.9/3
|
||||||
|
|
||||||
- env: T=aix/7.2/1
|
|
||||||
- env: T=osx/10.11/1
|
|
||||||
- env: T=rhel/7.6/1
|
|
||||||
- env: T=rhel/8.1/1
|
|
||||||
- env: T=freebsd/11.1/1
|
|
||||||
- env: T=freebsd/12.1/1
|
|
||||||
- env: T=linux/centos6/1
|
|
||||||
- env: T=linux/centos7/1
|
|
||||||
- env: T=linux/centos8/1
|
|
||||||
- env: T=linux/fedora30/1
|
|
||||||
- env: T=linux/fedora31/1
|
|
||||||
- env: T=linux/opensuse15py2/1
|
|
||||||
- env: T=linux/opensuse15/1
|
|
||||||
- env: T=linux/ubuntu1604/1
|
|
||||||
- env: T=linux/ubuntu1804/1
|
|
||||||
|
|
||||||
- env: T=fallaxy/2.7/1
|
- env: T=fallaxy/2.7/1
|
||||||
- env: T=fallaxy/3.6/1
|
- env: T=fallaxy/3.6/1
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@ fi
|
||||||
# STAR: HACK install dependencies
|
# STAR: HACK install dependencies
|
||||||
(
|
(
|
||||||
mkdir /tmp/collection_deps
|
mkdir /tmp/collection_deps
|
||||||
git clone https://github.com/ansible-collection-migration/community.general.git /tmp/collection_deps/community.general
|
git clone https://github.com/ansible-collections/community.general.git /tmp/collection_deps/community.general
|
||||||
cd /tmp/collection_deps/community.general
|
cd /tmp/collection_deps/community.general
|
||||||
ansible-galaxy collection build
|
ansible-galaxy collection build
|
||||||
ansible-galaxy collection install community-general*
|
ansible-galaxy collection install community-general*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue