forked from ashumski/chef-java_se
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
54 lines (50 loc) · 1.06 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
47
48
49
50
51
52
53
54
---
driver:
name: vagrant
customize:
memory: 2048
provisioner:
name: chef_zero
# You may wish to disable always updating cookbooks in CI or other testing environments.
# For example:
# always_update_cookbooks: <%= !ENV['CI'] %>
always_update_cookbooks: true
require_chef_omnibus: 12
data_path: test/shared
verifier:
name: inspec
platforms:
- name: centos-6.7
- name: centos-7.1
- name: centos-7.3
# - name: ubuntu-14.04
# - name: debian-8.0
# - name: fedora-21
- name: windows-2012r2
driver_config:
box: opentable/win-2012r2-standard-amd64-nocm
# driver:
# box: dhoer/windows-2012r2
attributes:
java_se:
force_i586: true
suites:
- name: default
run_list:
- recipe[java_se::default]
- name: alt_home
run_list:
- recipe[java_se::default]
excludes:
- centos-6.7
- centos-7.1
- centos-7.3
- ubuntu-14.04
- debian-8.0
- fedora-21
attributes:
java_se:
java_home:
C:\my\java\jdk
win_jre_home:
C:\my\java\jre