mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Run slowest tests first to minimize run time.
This commit is contained in:
parent
9753cac530
commit
a4ceef28b8
1 changed files with 32 additions and 27 deletions
|
@ -2,10 +2,39 @@ language: python
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- TEST=code-smell INSTALL_DEPS=1
|
- TEST=none
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- env: TEST=none
|
||||||
include:
|
include:
|
||||||
|
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:centos6
|
||||||
|
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:centos7
|
||||||
|
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:fedora-rawhide
|
||||||
|
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:fedora23
|
||||||
|
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:opensuseleap
|
||||||
|
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:ubuntu1204 PRIVILEGED=true
|
||||||
|
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:ubuntu1404 PRIVILEGED=true
|
||||||
|
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:ubuntu1604
|
||||||
|
|
||||||
|
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:centos6
|
||||||
|
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:centos7
|
||||||
|
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:fedora-rawhide
|
||||||
|
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:fedora23
|
||||||
|
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:opensuseleap
|
||||||
|
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:ubuntu1204 PRIVILEGED=true
|
||||||
|
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:ubuntu1404 PRIVILEGED=true
|
||||||
|
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:ubuntu1604
|
||||||
|
|
||||||
|
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:centos6
|
||||||
|
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:centos7
|
||||||
|
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:fedora-rawhide
|
||||||
|
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:fedora23
|
||||||
|
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:opensuseleap
|
||||||
|
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:ubuntu1204 PRIVILEGED=true
|
||||||
|
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:ubuntu1404 PRIVILEGED=true
|
||||||
|
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:ubuntu1604
|
||||||
|
|
||||||
- env: TEST=sanity INSTALL_DEPS=1 TOXENV=py24
|
- env: TEST=sanity INSTALL_DEPS=1 TOXENV=py24
|
||||||
python: 2.7
|
python: 2.7
|
||||||
- env: TEST=sanity INSTALL_DEPS=1 TOXENV=py26
|
- env: TEST=sanity INSTALL_DEPS=1 TOXENV=py26
|
||||||
|
@ -17,32 +46,8 @@ matrix:
|
||||||
- env: TEST=sanity INSTALL_DEPS=1 TOXENV=py35
|
- env: TEST=sanity INSTALL_DEPS=1 TOXENV=py35
|
||||||
python: 3.5
|
python: 3.5
|
||||||
|
|
||||||
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:centos6
|
- env: TEST=code-smell INSTALL_DEPS=1
|
||||||
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:centos7
|
python: 2.7
|
||||||
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:fedora-rawhide
|
|
||||||
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:fedora23
|
|
||||||
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:opensuseleap
|
|
||||||
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:ubuntu1204 PRIVILEGED=true
|
|
||||||
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:ubuntu1404 PRIVILEGED=true
|
|
||||||
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:ubuntu1604
|
|
||||||
|
|
||||||
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:centos6
|
|
||||||
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:centos7
|
|
||||||
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:fedora-rawhide
|
|
||||||
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:fedora23
|
|
||||||
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:opensuseleap
|
|
||||||
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:ubuntu1204 PRIVILEGED=true
|
|
||||||
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:ubuntu1404 PRIVILEGED=true
|
|
||||||
- env: TEST=integration TARGET=destructive IMAGE=ansible/ansible:ubuntu1604
|
|
||||||
|
|
||||||
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:centos6
|
|
||||||
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:centos7
|
|
||||||
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:fedora-rawhide
|
|
||||||
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:fedora23
|
|
||||||
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:opensuseleap
|
|
||||||
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:ubuntu1204 PRIVILEGED=true
|
|
||||||
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:ubuntu1404 PRIVILEGED=true
|
|
||||||
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:ubuntu1604
|
|
||||||
build:
|
build:
|
||||||
ci:
|
ci:
|
||||||
- test/utils/shippable/ci.sh
|
- test/utils/shippable/ci.sh
|
||||||
|
|
Loading…
Reference in a new issue