run integration tests first

This commit is contained in:
John Barker 2020-03-10 14:58:46 +00:00
parent 672b90b57f
commit 26c4150f95
2 changed files with 18 additions and 16 deletions

View file

@ -8,6 +8,23 @@ matrix:
exclude:
- env: T=none
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/2
- env: T=sanity/3
@ -38,21 +55,6 @@ matrix:
- env: T=units/3.8/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/3.6/1

View file

@ -122,7 +122,7 @@ fi
# STAR: HACK install dependencies
(
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
ansible-galaxy collection build
ansible-galaxy collection install community-general*