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-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
|
|
|
|
- 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
|
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:
|
|
|
|
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 08:04:00 +02:00
|
|
|
recipients:
|
|
|
|
--last_committer
|
|
|
|
on_success: change
|
|
|
|
on_failure: always
|
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
|