-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path.kitchen.yml
66 lines (57 loc) · 1.04 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
55
56
57
58
59
60
61
62
63
64
65
66
---
driver:
name: vagrant
provisioner:
name: chef_solo
require_chef_omnibus: 12.5
platforms:
- name: ubuntu-12.04
driver:
customize:
memory: 384
run_list:
- recipe[apt]
- name: ubuntu-14.04
driver:
customize:
memory: 384
run_list:
- recipe[apt]
- name: centos-6.6
driver:
customize:
memory: 512
run_list:
- recipe[yum]
- name: centos-7.1
driver:
customize:
memory: 512
run_list:
- recipe[yum]
suites:
- name: wip # be prepared to work on https://github.com/gildegoma/chef-android-sdk/issues/14 (maven-android-sdk-deployer)
run_list:
- recipe[git]
- recipe[maven]
- recipe[android-sdk]
attributes:
android-sdk:
owner: vagrant
group: vagrant
components:
- build-tools-22.1.0
- android-22
- sysimg-22
java:
jdk_version: 7
- name: default
run_list:
- recipe[android-sdk]
attributes:
java:
jdk_version: 7
android-sdk:
components:
- build-tools-25.0.2
- android-25