2016-09-25 17:47:36 +07:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- env: OS=debian-jessie ORIGIN=default VENDOR=mysql
|
|
|
|
- env: OS=debian-jessie ORIGIN=default VENDOR=mariadb
|
|
|
|
- env: OS=debian-jessie ORIGIN=uptream VENDOR=mariadb
|
|
|
|
- env: OS=debian-jessie ORIGIN=uptream VENDOR=mariadb_galera
|
|
|
|
- env: OS=debian-jessie ORIGIN=uptream VENDOR=percona
|
2016-09-23 22:54:35 +07:00
|
|
|
|
2016-09-25 17:47:36 +07:00
|
|
|
sudo: required
|
2016-09-23 22:54:35 +07:00
|
|
|
|
2016-09-25 17:47:36 +07:00
|
|
|
language: python
|
2016-09-23 22:54:35 +07:00
|
|
|
|
2016-09-25 17:47:36 +07:00
|
|
|
services:
|
|
|
|
- docker
|
2016-09-23 22:54:35 +07:00
|
|
|
|
|
|
|
script:
|
2016-09-25 17:47:36 +07:00
|
|
|
- docker build -f tests/$OS.Dockerfile -t test-$OS . && docker run -e "ORIGIN=$ORIGIN" -e "VENDOR=$VENDOR" --name $OS test-$OS
|
2016-09-23 22:54:35 +07:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|