ansible-role-mongodb/.travis.yml

164 lines
3.4 KiB
YAML
Raw Normal View History

2016-04-17 13:43:00 +00:00
# .travis.yml
---
2018-02-15 04:01:21 +00:00
dist: trusty
2016-04-17 13:43:00 +00:00
sudo: required
2018-02-15 06:35:18 +00:00
language: python
2018-02-15 06:46:00 +00:00
python:
- "3.6"
2016-04-17 13:43:00 +00:00
env:
2019-09-10 10:24:56 +00:00
- >
DISTRIBUTION=ubuntu
DIST_VERSION=18_04-builded
MONGODB_VERSION=4.2
MONGODB_PACKAGE=mongodb-org
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2018-10-03 22:39:34 +00:00
- >
DISTRIBUTION=ubuntu
DIST_VERSION=18_04-builded
MONGODB_VERSION=4.0
2019-05-20 17:42:24 +00:00
MONGODB_PACKAGE=mongodb-org
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2018-07-13 22:50:23 +00:00
- >
DISTRIBUTION=ubuntu
DIST_VERSION=18_04-builded
MONGODB_VERSION=3.6
MONGODB_PACKAGE=mongodb
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2019-09-10 10:24:56 +00:00
- >
DISTRIBUTION=ubuntu
DIST_VERSION=16_04-builded
MONGODB_VERSION=4.2
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2018-10-03 22:39:34 +00:00
- >
DISTRIBUTION=ubuntu
DIST_VERSION=16_04-builded
MONGODB_VERSION=4.0
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2018-02-17 15:42:32 +00:00
- >
DISTRIBUTION=ubuntu
2018-02-22 16:38:52 +00:00
DIST_VERSION=16_04-builded
2018-02-17 15:42:32 +00:00
MONGODB_VERSION=3.6
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2018-02-17 15:42:32 +00:00
- >
DISTRIBUTION=ubuntu
2018-02-22 16:38:52 +00:00
DIST_VERSION=16_04-builded
2018-02-17 15:42:32 +00:00
MONGODB_VERSION=3.4
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2018-10-03 22:39:34 +00:00
- >
DISTRIBUTION=ubuntu-upstart
DIST_VERSION=14_04-builded
2018-10-03 22:39:34 +00:00
MONGODB_VERSION=4.0
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2018-02-17 15:15:14 +00:00
- >
DISTRIBUTION=ubuntu-upstart
DIST_VERSION=14_04-builded
2018-02-17 15:15:14 +00:00
MONGODB_VERSION=3.6
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
- >
DISTRIBUTION=ubuntu-upstart
DIST_VERSION=14_04-builded
MONGODB_VERSION=3.4
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2019-09-10 10:24:56 +00:00
- >
DISTRIBUTION=debian
DIST_VERSION=9-builded
MONGODB_VERSION=4.2
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2018-10-03 22:39:34 +00:00
- >
DISTRIBUTION=debian
DIST_VERSION=9-builded
MONGODB_VERSION=4.0
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
- >
DISTRIBUTION=debian
DIST_VERSION=9-builded
MONGODB_VERSION=3.6
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2018-10-03 22:39:34 +00:00
- >
DISTRIBUTION=debian
DIST_VERSION=8-builded
MONGODB_VERSION=4.0
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2018-02-22 17:43:04 +00:00
- >
DISTRIBUTION=debian
DIST_VERSION=8-builded
MONGODB_VERSION=3.6
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2018-02-22 17:43:04 +00:00
- >
DISTRIBUTION=debian
DIST_VERSION=8-builded
MONGODB_VERSION=3.4
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2019-09-10 10:24:56 +00:00
- >
DISTRIBUTION=centos
DIST_VERSION=6-builded
MONGODB_VERSION=4.2
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2018-10-03 22:39:34 +00:00
- >
DISTRIBUTION=centos
DIST_VERSION=6-builded
MONGODB_VERSION=4.0
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2017-09-14 09:21:37 +00:00
- >
DISTRIBUTION=centos
DIST_VERSION=6-builded
2018-02-17 15:15:14 +00:00
MONGODB_VERSION=3.6
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2017-09-14 09:21:37 +00:00
- >
DISTRIBUTION=centos
DIST_VERSION=6-builded
MONGODB_VERSION=3.4
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2019-09-10 10:24:56 +00:00
- >
DISTRIBUTION=centos
DIST_VERSION=7-builded
MONGODB_VERSION=4.2
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=false
2018-10-03 22:39:34 +00:00
- >
DISTRIBUTION=centos
DIST_VERSION=7-builded
MONGODB_VERSION=4.0
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=false
2018-02-17 15:15:14 +00:00
- >
DISTRIBUTION=centos
DIST_VERSION=7-builded
MONGODB_VERSION=3.6
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=false
- >
DISTRIBUTION=centos
DIST_VERSION=7-builded
MONGODB_VERSION=3.4
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=false
2019-09-10 10:24:56 +00:00
- >
DISTRIBUTION=amazonlinux
DIST_VERSION=2-builded
MONGODB_VERSION=4.2
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2019-05-17 09:28:27 +00:00
- >
DISTRIBUTION=amazonlinux
DIST_VERSION=2-builded
MONGODB_VERSION=4.0
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
- >
DISTRIBUTION=amazonlinux
DIST_VERSION=2-builded
MONGODB_VERSION=3.6
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
- >
DISTRIBUTION=amazonlinux
DIST_VERSION=2-builded
MONGODB_VERSION=3.4
2019-12-13 12:41:45 +00:00
DOCKER_PRIVILEGED=true
2016-04-17 13:43:00 +00:00
services:
- docker
2018-02-15 06:46:00 +00:00
install:
2018-02-15 06:30:38 +00:00
- bash tests/scripts/before_install.sh
2016-04-17 13:43:00 +00:00
script:
2018-02-15 08:24:38 +00:00
- bash tests/scripts/test.sh
2018-03-03 16:28:26 +00:00
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/