forked from Kong/kong
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
87 lines (75 loc) · 1.54 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
dist: trusty
sudo: false
language: java
jdk:
- oraclejdk8
notifications:
email: false
services:
- redis-server
branches:
only:
- master
- next
addons:
postgresql: "9.5"
apt:
packages:
- net-tools
- libpcre3-dev
- build-essential
env:
global:
- LUAROCKS=2.4.3
- OPENSSL=1.0.2n
- CASSANDRA=3.9
- OPENRESTY_BASE=1.13.6.2
- OPENRESTY_LATEST=1.13.6.2
- OPENRESTY=$OPENRESTY_BASE
- DOWNLOAD_CACHE=$HOME/download-cache
- INSTALL_CACHE=$HOME/install-cache
- JOBS=2
matrix:
- TEST_SUITE=pdk
- TEST_SUITE=lint
- TEST_SUITE=unit
- TEST_SUITE=integration
OPENRESTY=$OPENRESTY_LATEST
- TEST_SUITE=plugins
OPENRESTY=$OPENRESTY_LATEST
- TEST_SUITE=integration
OPENRESTY=$OPENRESTY_BASE
CASSANDRA=2.2.12
- TEST_SUITE=plugins
OPENRESTY=$OPENRESTY_BASE
CASSANDRA=2.2.12
- TEST_SUITE=old-unit
- TEST_SUITE=old-integration
OPENRESTY=$OPENRESTY_BASE
- TEST_SUITE=old-plugins
OPENRESTY=$OPENRESTY_BASE
before_install:
- source .ci/setup_env.sh
install:
- make dev
jobs:
include:
- stage: deploy
if: tag =~ 0.
script: .ci/trigger-travis.sh $TRAVIS_ACCESS_TOKEN
env:
- TEST_SUITE=none
- stage: nightly deploy
if: TRAVIS_EVENT_TYPE == cron
script: .ci/trigger-travis.sh $TRAVIS_ACCESS_TOKEN
env:
- TEST_SUITE=none
script:
- .ci/run_tests.sh
cache:
apt: true
pip: true
directories:
- $DOWNLOAD_CACHE
- $INSTALL_CACHE
- $HOME/.ccm/repository