forked from DataDog/dd-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
87 lines (77 loc) · 2.39 KB
/
.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
sudo: false
branches:
only:
- master
- /^\d+\.\d+\.x$/ # release forked patches branch
cache:
bundler: true
directories:
- $HOME/.pip-cache
- $HOME/embedded
language: python
python:
- "2.6"
- "2.7"
matrix:
fast_finish: true
env:
global:
- CONCURRENCY=2
- NOSE_FILTER="not windows"
- INTEGRATIONS_DIR=$HOME/embedded
- PIP_CACHE=$HOME/.pip-cache
- SKIP_CLEANUP=true
- VOLATILE_DIR=/tmp
matrix:
- TRAVIS_FLAVOR=default
- TRAVIS_FLAVOR=mongo
- TRAVIS_FLAVOR=elasticsearch ES_VERSION=1.4.2
- TRAVIS_FLAVOR=elasticsearch ES_VERSION=1.3.7
- TRAVIS_FLAVOR=elasticsearch ES_VERSION=1.2.4
- TRAVIS_FLAVOR=elasticsearch ES_VERSION=1.1.2
- TRAVIS_FLAVOR=elasticsearch ES_VERSION=1.0.3
- TRAVIS_FLAVOR=elasticsearch ES_VERSION=0.90.13
- TRAVIS_FLAVOR=cassandra
- TRAVIS_FLAVOR=sysstat
- TRAVIS_FLAVOR=redis REDIS_VERSION="2.8"
- TRAVIS_FLAVOR=redis REDIS_VERSION="2.6"
- TRAVIS_FLAVOR=redis REDIS_VERSION="2.4"
- TRAVIS_FLAVOR=memcache
- TRAVIS_FLAVOR=postgres PG_VERSION="9.4.0"
- TRAVIS_FLAVOR=postgres PG_VERSION="9.3.5"
- TRAVIS_FLAVOR=postgres PG_VERSION="9.2.9"
- TRAVIS_FLAVOR=postgres PG_VERSION="9.1.14"
- TRAVIS_FLAVOR=postgres PG_VERSION="9.0.18"
# FIXME: cannot enable gearman on Travis right now
# because it needs boost
# - TRAVIS_FLAVOR=gearman
- TRAVIS_FLAVOR=tomcat # JMX testing machine / need the other ones before
- TRAVIS_FLAVOR=mysql
- TRAVIS_FLAVOR=couchdb
- TRAVIS_FLAVOR=snmpd
- TRAVIS_FLAVOR=apache
- TRAVIS_FLAVOR=nginx
- TRAVIS_FLAVOR=lighttpd
- TRAVIS_FLAVOR=haproxy
- TRAVIS_FLAVOR=ssh
- TRAVIS_FLAVOR=fluentd
- TRAVIS_FLAVOR=rabbitmq
- TRAVIS_FLAVOR=etcd
- TRAVIS_FLAVOR=pgbouncer
# Override travis defaults with empty jobs
before_install: echo "OVERRIDING TRAVIS STEPS"
install: echo "OVERRIDING TRAVIS STEPS"
before_script: echo "OVERRIDING TRAVIS STEPS"
script:
- bundle install
- 'ls -al $HOME/embedded'
- 'rake ci:run'
after_failure:
- echo "Logs from installation process come here / DEBUG LOGS"
- cat /tmp/ci.log
after_error:
- echo "Logs from installation process come here / DEBUG LOGS"
- cat /tmp/ci.log
notifications:
slack:
secure: DTv6FhbyKCfQVAQkz4QXDwZeKkGQsFFSoFBdry/Rn+tWet3y/dSDDRCVl7wumJbfsURCtR7qAp2wAn0h/6RGjFBYozzO3Y7UlxA0mtKgIFi7jyMz287NLnIwTN6deHqEaMpMdpiWeBn9QANF/Scyl5/isCOwUpRXYgQR9beV/Rk=