-
Notifications
You must be signed in to change notification settings - Fork 6
/
.travis.yml
41 lines (32 loc) · 939 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
services: docker
env:
- distro: centos7
playbook: test-prometheus.yml
- distro: ubuntu1604
playbook: test-prometheus.yml
- distro: centos7
playbook: test-node_exporter.yml
- distro: ubuntu1604
playbook: test-node_exporter.yml
- distro: centos7
playbook: test-pushgateway.yml
- distro: ubuntu1604
playbook: test-pushgateway.yml
- distro: centos7
playbook: test-elasticsearch_exporter.yml
- distro: ubuntu1604
playbook: test-elasticsearch_exporter.yml
- distro: centos7
playbook: test-alertmanager.yml
- distro: ubuntu1604
playbook: test-alertmanager.yml
- distro: centos7
playbook: test-cratedb_adapter.yml
- distro: ubuntu1604
playbook: test-cratedb_adapter.yml
script:
- chmod +x ./tests/roles-test-shim//ansible-role-test.sh
- ./tests/roles-test-shim/ansible-role-test.sh
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/