forked from express42/postgresql_lwrp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
51 lines (48 loc) · 996 Bytes
/
.kitchen.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
---
driver_plugin: vagrant
provisioner:
name: chef_zero
require_chef_omnibus: 12
platforms:
- name: ubuntu-12.04
driver:
box: express42/ubuntu12.04-chef11
- name: ubuntu-14.04
driver:
box: express42/ubuntu-14.04
- name: ubuntu-16.04
driver:
box: express42/ubuntu-16.04
- name: debian-7.9
- name: debian-8.4
suites:
- name: pg-90
run_list:
- recipe[apt]
- recipe[pgtest::test_9_0]
excludes:
- ubuntu-16.04
- debian-8.4
- name: pg-91
run_list:
- recipe[apt]
- recipe[pgtest::test_9_1]
- name: pg-92
run_list:
- recipe[apt]
- recipe[pgtest::test_9_2]
- name: pg-93
run_list:
- recipe[apt]
- recipe[pgtest::test_9_3]
- name: pg-94
run_list:
- recipe[apt]
- recipe[pgtest::test_9_4]
- name: pg-94-chef11
run_list:
- recipe[apt]
- recipe[pgtest::test_9_4]
provisioner:
name: chef_zero
require_chef_omnibus: 11.14.2