forked from chef-boneyard/build-essential
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
46 lines (42 loc) · 1 KB
/
.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
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-8
- name: debian-9
- name: fedora-28
- name: freebsd-10
- name: freebsd-11
- name: opensuse-leap-42
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: solaris-11
driver:
box: chef/solaris-11
- name: windows-2012r2-standard
driver:
box: chef/windows-server-2012r2-standard # private box in Chef's Atlas account
- name: windows-2016
driver_config:
box: chef/windows-server-2016-standard # private box in Chef's Atlas account
- name: macos-10.12
driver:
box: chef/macos-10.12 # private box in Chef's Atlas account
provider: vmware_fusion
suites:
- name: default
run_list: test::default
- name: compile_time
run_list: test::default
attributes:
build-essential:
compile_time: true