mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-06 17:21:30 -07:00
Merge pull request #15150 from abadger/travis-optimization-reorder
Run longest running tests first to see if we shave off a few minutes
This commit is contained in:
commit
dc9cce2c94
1 changed files with 7 additions and 7 deletions
14
.travis.yml
14
.travis.yml
|
@ -5,7 +5,12 @@ services:
|
||||||
language: python
|
language: python
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- env: TARGET=sanity TOXENV=py24
|
- env: TARGET=centos6
|
||||||
|
- env: TARGET=centos7 TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||||
|
- env: TARGET=fedora23 TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||||
|
- env: TARGET=fedora-rawhide TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||||
|
- env: TARGET=ubuntu1204
|
||||||
|
- env: TARGET=ubuntu1404
|
||||||
- env: TARGET=sanity TOXENV=py26
|
- env: TARGET=sanity TOXENV=py26
|
||||||
python: 2.6
|
python: 2.6
|
||||||
- env: TARGET=sanity TOXENV=py27
|
- env: TARGET=sanity TOXENV=py27
|
||||||
|
@ -14,12 +19,7 @@ matrix:
|
||||||
python: 3.4
|
python: 3.4
|
||||||
- env: TARGET=sanity TOXENV=py35
|
- env: TARGET=sanity TOXENV=py35
|
||||||
python: 3.5
|
python: 3.5
|
||||||
- env: TARGET=centos6
|
- env: TARGET=sanity TOXENV=py24
|
||||||
- env: TARGET=centos7 TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
|
||||||
- env: TARGET=fedora23 TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
|
||||||
- env: TARGET=fedora-rawhide TARGET_OPTIONS="--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
|
||||||
- env: TARGET=ubuntu1204
|
|
||||||
- env: TARGET=ubuntu1404
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue