forked from sous-chefs/mariadb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
172 lines (164 loc) · 6.45 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
sudo: required
dist: trusty
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-centos-6
- INSTANCE=default-centos-6 CHEF_VERSION=12.19.36
- INSTANCE=default-centos-7
- INSTANCE=default-centos-7 CHEF_VERSION=12.19.36
- INSTANCE=default-debian-7
- INSTANCE=default-debian-7 CHEF_VERSION=12.19.36
- INSTANCE=default-debian-8
- INSTANCE=default-debian-8 CHEF_VERSION=12.19.36
- INSTANCE=default-ubuntu-1404
- INSTANCE=default-ubuntu-1404 CHEF_VERSION=12.19.36
- INSTANCE=default-ubuntu-1604
- INSTANCE=default-ubuntu-1604 CHEF_VERSION=12.19.36
- INSTANCE=native-centos-7
- INSTANCE=native-centos-7 CHEF_VERSION=12.19.36
- INSTANCE=scl-centos-6
- INSTANCE=scl-centos-6 CHEF_VERSION=12.19.36
- INSTANCE=scl-centos-7
- INSTANCE=scl-centos-7 CHEF_VERSION=12.19.36
- INSTANCE=replication-centos-6
- INSTANCE=replication-centos-6 CHEF_VERSION=12.19.36
- INSTANCE=replication-centos-7
- INSTANCE=replication-centos-7 CHEF_VERSION=12.19.36
- INSTANCE=replication-debian-7
- INSTANCE=replication-debian-7 CHEF_VERSION=12.19.36
- INSTANCE=replication-debian-8
- INSTANCE=replication-debian-8 CHEF_VERSION=12.19.36
- INSTANCE=replication-ubuntu-1404
- INSTANCE=replication-ubuntu-1404 CHEF_VERSION=12.19.36
- INSTANCE=replication-ubuntu-1604
- INSTANCE=replication-ubuntu-1604 CHEF_VERSION=12.19.36
- INSTANCE=galera-centos-6
- INSTANCE=galera-centos-6 CHEF_VERSION=12.19.36
- INSTANCE=galera-centos-7
- INSTANCE=galera-centos-7 CHEF_VERSION=12.19.36
- INSTANCE=galera-debian-7
- INSTANCE=galera-debian-7 CHEF_VERSION=12.19.36
- INSTANCE=galera-debian-8
- INSTANCE=galera-debian-8 CHEF_VERSION=12.19.36
- INSTANCE=galera-ubuntu-1404
- INSTANCE=galera-ubuntu-1404 CHEF_VERSION=12.19.36
- INSTANCE=galera-ubuntu-1604
- INSTANCE=galera-ubuntu-1604 CHEF_VERSION=12.19.36
- INSTANCE=datadir-changed-centos-6
- INSTANCE=datadir-changed-centos-6 CHEF_VERSION=12.19.36
- INSTANCE=datadir-changed-centos-7
- INSTANCE=datadir-changed-centos-7 CHEF_VERSION=12.19.36
- INSTANCE=datadir-changed-debian-7
- INSTANCE=datadir-changed-debian-7 CHEF_VERSION=12.19.36
- INSTANCE=datadir-changed-debian-8
- INSTANCE=datadir-changed-debian-8 CHEF_VERSION=12.19.36
- INSTANCE=datadir-changed-ubuntu-1404
- INSTANCE=datadir-changed-ubuntu-1404 CHEF_VERSION=12.19.36
- INSTANCE=datadir-changed-ubuntu-1604
- INSTANCE=datadir-changed-ubuntu-1604 CHEF_VERSION=12.19.36
- INSTANCE=port-changed-centos-6
- INSTANCE=port-changed-centos-6 CHEF_VERSION=12.19.36
- INSTANCE=port-changed-centos-7
- INSTANCE=port-changed-centos-7 CHEF_VERSION=12.19.36
- INSTANCE=port-changed-debian-7
- INSTANCE=port-changed-debian-7 CHEF_VERSION=12.19.36
- INSTANCE=port-changed-debian-8
- INSTANCE=port-changed-debian-8 CHEF_VERSION=12.19.36
- INSTANCE=port-changed-ubuntu-1404
- INSTANCE=port-changed-ubuntu-1404 CHEF_VERSION=12.19.36
- INSTANCE=port-changed-ubuntu-1604
- INSTANCE=port-changed-ubuntu-1604 CHEF_VERSION=12.19.36
- INSTANCE=plugins-centos-6
- INSTANCE=plugins-centos-6 CHEF_VERSION=12.19.36
- INSTANCE=plugins-centos-7
- INSTANCE=plugins-centos-7 CHEF_VERSION=12.19.36
- INSTANCE=plugins-debian-7
- INSTANCE=plugins-debian-7 CHEF_VERSION=12.19.36
- INSTANCE=plugins-debian-8
- INSTANCE=plugins-debian-8 CHEF_VERSION=12.19.36
- INSTANCE=plugins-ubuntu-1404
- INSTANCE=plugins-ubuntu-1404 CHEF_VERSION=12.19.36
- INSTANCE=plugins-ubuntu-1604
- INSTANCE=plugins-ubuntu-1604 CHEF_VERSION=12.19.36
- INSTANCE=no-binlog-centos-6
- INSTANCE=no-binlog-centos-6 CHEF_VERSION=12.19.36
- INSTANCE=no-binlog-centos-7
- INSTANCE=no-binlog-centos-7 CHEF_VERSION=12.19.36
- INSTANCE=no-binlog-debian-7
- INSTANCE=no-binlog-debian-7 CHEF_VERSION=12.19.36
- INSTANCE=no-binlog-debian-8
- INSTANCE=no-binlog-debian-8 CHEF_VERSION=12.19.36
- INSTANCE=no-binlog-ubuntu-1404
- INSTANCE=no-binlog-ubuntu-1404 CHEF_VERSION=12.19.36
- INSTANCE=no-binlog-ubuntu-1604
- INSTANCE=no-binlog-ubuntu-1604 CHEF_VERSION=12.19.36
before_script:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- eval "$(/opt/chefdk/bin/chef shell-init bash)" && chef gem install berkshelf
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/cookstyle --version
- /opt/chefdk/embedded/bin/foodcritic --version
script: KITCHEN_LOCAL_YAML=.kitchen.dokken.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
matrix:
allow_failures:
- env: INSTANCE=default-centos-6
- env: INSTANCE=default-centos-7
- env: INSTANCE=default-debian-7
- env: INSTANCE=default-debian-8
- env: INSTANCE=default-ubuntu-1404
- env: INSTANCE=default-ubuntu-1604
- env: INSTANCE=native-centos-7
- env: INSTANCE=scl-centos-7
- env: INSTANCE=scl-centos-6
- env: INSTANCE=replication-centos-6
- env: INSTANCE=replication-centos-7
- env: INSTANCE=replication-debian-7
- env: INSTANCE=replication-debian-8
- env: INSTANCE=replication-ubuntu-1404
- env: INSTANCE=replication-ubuntu-1604
- env: INSTANCE=galera-centos-6
- env: INSTANCE=galera-centos-7
- env: INSTANCE=galera-debian-7
- env: INSTANCE=galera-debian-8
- env: INSTANCE=galera-ubuntu-1404
- env: INSTANCE=galera-ubuntu-1604
- env: INSTANCE=datadir-changed-centos-6
- env: INSTANCE=datadir-changed-centos-7
- env: INSTANCE=datadir-changed-debian-7
- env: INSTANCE=datadir-changed-debian-8
- env: INSTANCE=datadir-changed-ubuntu-1404
- env: INSTANCE=datadir-changed-ubuntu-1604
- env: INSTANCE=port-changed-centos-6
- env: INSTANCE=port-changed-centos-7
- env: INSTANCE=port-changed-debian-7
- env: INSTANCE=port-changed-debian-8
- env: INSTANCE=port-changed-ubuntu-1404
- env: INSTANCE=port-changed-ubuntu-1604
- env: INSTANCE=plugins-centos-6
- env: INSTANCE=plugins-centos-7
- env: INSTANCE=plugins-debian-7
- env: INSTANCE=plugins-debian-8
- env: INSTANCE=plugins-ubuntu-1404
- env: INSTANCE=plugins-ubuntu-1604
- env: INSTANCE=no-binlog-centos-6
- env: INSTANCE=no-binlog-centos-7
- env: INSTANCE=no-binlog-debian-7
- env: INSTANCE=no-binlog-debian-8
- env: INSTANCE=no-binlog-ubuntu-1404
- env: INSTANCE=no-binlog-ubuntu-1604
include:
- script:
- /opt/chefdk/bin/chef exec rake
env: UNIT_AND_LINT=1