forked from kubernetes-retired/kubeadm-dind-cluster
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
36 lines (33 loc) · 881 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
sudo: required
services: docker
language: minimal
env:
- TEST_CASE=1.5
- TEST_CASE=1.5-flannel
- TEST_CASE=1.5-calico
- TEST_CASE=1.5-calico-kdd
- TEST_CASE=1.5-weave
- TEST_CASE=1.6
# XXX: find out what's wrong with 1.6 + flannel
# - TEST_CASE=1.6-flannel
- TEST_CASE=1.6-calico
- TEST_CASE=1.6-calico-kdd
- TEST_CASE=1.6-weave
- TEST_CASE=1.7
- TEST_CASE=1.7-flannel
- TEST_CASE=1.7-calico
- TEST_CASE=1.7-calico-kdd
- TEST_CASE=1.7-weave
- TEST_CASE=src-1.7
- TEST_CASE=src-master
# The following tests often don't pass because CNI
# implementations often aren't up-to-date for k8s master
# - TEST_CASE=src-master-flannel
# - TEST_CASE=src-master-calico
# - TEST_CASE=src-master-calico-kdd
# - TEST_CASE=src-master-weave
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y liblz4-tool
script:
- ./test.sh