forked from Juniper/open-nti
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
33 lines (28 loc) · 714 Bytes
/
.travis.yml
File metadata and controls
33 lines (28 loc) · 714 Bytes
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
language: python
python:
- 2.7
sudo: required
services:
- docker
install:
- pip install -r requirements.txt
- make test-build
- docker pull dgarros/tcpreplay
- docker pull spotify/kafka
script:
- make test-run
- cd dashboards
- python gendashboard.py --file data_streaming_collector.yaml
- python gendashboard.py --file data_collection_agent.yaml
- docker logs open-nti_test
- docker logs open-nti_in_log_test
- docker logs tcpreplay_test
notifications:
email:
recipients:
- efrain.gonzalez@gmail.com
- psagrerag@gmail.com
- dgarros@gmail.com
- mpergament@googlemail.com
on_success: always # default: change
on_failure: always # default: always