2016-05-20 23:12:42 +02:00
|
|
|
language: python
|
|
|
|
|
2016-06-02 06:08:14 +02:00
|
|
|
env:
|
|
|
|
matrix:
|
2016-06-15 01:43:30 +02:00
|
|
|
- TEST=none
|
2016-05-20 23:12:42 +02:00
|
|
|
|
|
|
|
matrix:
|
2016-06-15 01:43:30 +02:00
|
|
|
exclude:
|
|
|
|
- env: TEST=none
|
2016-05-20 23:12:42 +02:00
|
|
|
include:
|
2016-08-01 22:46:37 +02:00
|
|
|
- env: TEST=remote TARGET=all PLATFORM=freebsd VERSION=10.3-STABLE
|
|
|
|
|
2016-07-29 06:03:14 +02:00
|
|
|
- env: TEST=remote TARGET=ci_win1 PLATFORM=windows VERSION=2012-R2_RTM
|
|
|
|
- env: TEST=remote TARGET=ci_win2 PLATFORM=windows VERSION=2012-R2_RTM
|
|
|
|
- env: TEST=remote TARGET=ci_win3 PLATFORM=windows VERSION=2012-R2_RTM
|
|
|
|
|
2016-06-15 01:43:30 +02:00
|
|
|
- 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
|
2016-05-20 23:12:42 +02:00
|
|
|
|
2016-06-02 22:39:27 +02:00
|
|
|
- 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
|
2016-06-28 21:51:15 +02:00
|
|
|
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:ubuntu1204
|
|
|
|
- env: TEST=integration TARGET=non_destructive IMAGE=ansible/ansible:ubuntu1404
|
2016-06-02 22:39:27 +02:00
|
|
|
- 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
|
2016-06-28 21:51:15 +02:00
|
|
|
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:ubuntu1204
|
|
|
|
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:ubuntu1404
|
2016-06-02 22:39:27 +02:00
|
|
|
- env: TEST=integration TARGET=other IMAGE=ansible/ansible:ubuntu1604
|
2016-06-15 01:43:30 +02:00
|
|
|
|
|
|
|
- env: TEST=sanity INSTALL_DEPS=1 TOXENV=py24
|
|
|
|
python: 2.7
|
|
|
|
- env: TEST=sanity INSTALL_DEPS=1 TOXENV=py26
|
|
|
|
python: 2.6
|
|
|
|
- env: TEST=sanity INSTALL_DEPS=1 TOXENV=py27
|
|
|
|
python: 2.7
|
|
|
|
- env: TEST=sanity INSTALL_DEPS=1 TOXENV=py34
|
|
|
|
python: 3.4
|
|
|
|
- env: TEST=sanity INSTALL_DEPS=1 TOXENV=py35
|
|
|
|
python: 3.5
|
|
|
|
|
|
|
|
- env: TEST=code-smell INSTALL_DEPS=1
|
|
|
|
python: 2.7
|
2016-05-20 23:12:42 +02:00
|
|
|
build:
|
2016-06-28 21:51:15 +02:00
|
|
|
pre_ci_boot:
|
|
|
|
options: "--privileged=false --net=bridge"
|
2016-05-20 23:12:42 +02:00
|
|
|
ci:
|
2016-06-03 18:06:15 +02:00
|
|
|
- test/utils/shippable/ci.sh
|
2016-05-20 23:12:42 +02:00
|
|
|
|
|
|
|
integrations:
|
|
|
|
notifications:
|
|
|
|
- integrationName: email
|
|
|
|
type: email
|
2016-06-24 17:10:22 +02:00
|
|
|
on_success: never
|
|
|
|
on_failure: never
|
2016-05-20 23:12:42 +02:00
|
|
|
on_start: never
|
|
|
|
on_pull_request: never
|
2016-06-04 23:52:16 +02:00
|
|
|
- integrationName: irc
|
|
|
|
type: irc
|
|
|
|
recipients:
|
|
|
|
- "chat.freenode.net#ansible-notices"
|
|
|
|
on_success: change
|
|
|
|
on_failure: always
|
|
|
|
on_start: never
|
|
|
|
on_pull_request: always
|
2016-06-24 06:49:24 +02:00
|
|
|
- integrationName: slack
|
|
|
|
type: slack
|
|
|
|
recipients:
|
|
|
|
- "#shippable"
|
|
|
|
on_success: change
|
|
|
|
on_failure: always
|
|
|
|
on_start: never
|
|
|
|
on_pull_request: never
|