forked from vinted/zookeeper-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
154 lines (144 loc) · 4.43 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
---
language: ruby
dist: xenial
sudo: false
if: (type = pull_request) OR (tag IS present) OR (branch = master)
cache:
directories:
- "$HOME/.berkshelf"
services: docker
install:
- curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -c current -P chefdk -v 3
- eval "$(chef shell-init bash)"
before_script:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables
-N DOCKER )
- chef --version
env:
global:
- CHEF_LICENSE='accept'
jobs:
include:
- stage: Verify
script: delivery local verify
env:
- CHEF_VERSION=13
- stage: Verify
script: delivery local verify
env:
- CHEF_VERSION=14
- stage: Verify
script: delivery local verify
env:
- CHEF_VERSION=15
- stage: 'Acceptance: default-ubuntu-1604'
script: kitchen test default-ubuntu-1604
env:
- CHEF_VERSION=13
- stage: 'Acceptance: default-ubuntu-1604'
script: kitchen test default-ubuntu-1604
env:
- CHEF_VERSION=14
- stage: 'Acceptance: default-ubuntu-1604'
script: kitchen test default-ubuntu-1604
env:
- CHEF_VERSION=15
- stage: 'Acceptance: default-ubuntu-1804'
script: kitchen test default-ubuntu-1804
env:
- CHEF_VERSION=13
- stage: 'Acceptance: default-ubuntu-1804'
script: kitchen test default-ubuntu-1804
env:
- CHEF_VERSION=14
- stage: 'Acceptance: default-ubuntu-1804'
script: kitchen test default-ubuntu-1804
env:
- CHEF_VERSION=15
- stage: 'Acceptance: default-centos-7'
script: kitchen test default-centos-7
env:
- CHEF_VERSION=13
- stage: 'Acceptance: default-centos-7'
script: kitchen test default-centos-7
env:
- CHEF_VERSION=14
- stage: 'Acceptance: default-centos-7'
script: kitchen test default-centos-7
env:
- CHEF_VERSION=15
- stage: 'Acceptance: attributes-ubuntu-1604'
script: kitchen test attributes-ubuntu-1604
env:
- CHEF_VERSION=13
- stage: 'Acceptance: attributes-ubuntu-1604'
script: kitchen test attributes-ubuntu-1604
env:
- CHEF_VERSION=14
- stage: 'Acceptance: attributes-ubuntu-1604'
script: kitchen test attributes-ubuntu-1604
env:
- CHEF_VERSION=15
- stage: 'Acceptance: attributes-ubuntu-1804'
script: kitchen test attributes-ubuntu-1804
env:
- CHEF_VERSION=13
- stage: 'Acceptance: attributes-ubuntu-1804'
script: kitchen test attributes-ubuntu-1804
env:
- CHEF_VERSION=14
- stage: 'Acceptance: attributes-ubuntu-1804'
script: kitchen test attributes-ubuntu-1804
env:
- CHEF_VERSION=15
- stage: 'Acceptance: attributes-centos-7'
script: kitchen test attributes-centos-7
env:
- CHEF_VERSION=13
- stage: 'Acceptance: attributes-centos-7'
script: kitchen test attributes-centos-7
env:
- CHEF_VERSION=14
- stage: 'Acceptance: attributes-centos-7'
script: kitchen test attributes-centos-7
env:
- CHEF_VERSION=15
- stage: 'Acceptance: systemd-ubuntu-1604'
script: kitchen test systemd-ubuntu-1604
env:
- CHEF_VERSION=13
- stage: 'Acceptance: systemd-ubuntu-1604'
script: kitchen test systemd-ubuntu-1604
env:
- CHEF_VERSION=14
- stage: 'Acceptance: systemd-ubuntu-1604'
script: kitchen test systemd-ubuntu-1604
env:
- CHEF_VERSION=15
- stage: 'Acceptance: systemd-ubuntu-1804'
script: kitchen test systemd-ubuntu-1804
env:
- CHEF_VERSION=13
- stage: 'Acceptance: systemd-ubuntu-1804'
script: kitchen test systemd-ubuntu-1804
env:
- CHEF_VERSION=14
- stage: 'Acceptance: systemd-ubuntu-1804'
script: kitchen test systemd-ubuntu-1804
env:
- CHEF_VERSION=15
- stage: 'Acceptance: systemd-centos-7'
script: kitchen test systemd-centos-7
env:
- CHEF_VERSION=13
- stage: 'Acceptance: systemd-centos-7'
script: kitchen test systemd-centos-7
env:
- CHEF_VERSION=14
- stage: 'Acceptance: systemd-centos-7'
script: kitchen test systemd-centos-7
env:
- CHEF_VERSION=15
notifications:
slack:
secure: Bh2Lb596AhPXzFOviP+pVhQaZxXN1ry3swomyXELNvKRbQPcdHNn4slgZXhWplRo1XQUsSGSBmrdwoNAWpvNGQnLTyz8hAI1wmUnc0KEF/4RGaKbzsuuhvctFbiSaO1u/Y9yZ1hT9RW6fbM4TepJ5+DoI0q9PxDRuXPnGd2RnWg=