-
Notifications
You must be signed in to change notification settings - Fork 2
/
kitchen.yml
71 lines (66 loc) · 1.45 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
67
68
69
70
71
---
driver:
name: dokken
chef_version: 17
pull_platform_image: false
transport:
name: dokken
provisioner:
name: dokken
multiple_converge: 2
named_run_list: test
platforms:
- name: centos-7
driver:
image: 'dokken/centos-7'
- name: centos-8
driver:
image: 'dokken/centos-8'
suites:
- name: python3
run_list:
- recipe[python3-test::default]
attributes:
- name: python39
run_list:
- recipe[python3-test::default]
excludes:
- centos-7
attributes:
python3:
name: 'python39'
- name: python39-36
run_list:
- recipe[python3-test::default]
excludes:
- centos-7
attributes:
python3_test:
pythons:
-
name: 'python3'
binary_name: 'python3.6'
pip_binary_name: 'pip3.6'
-
name: 'python39'
binary_name: 'python3.9'
pip_binary_name: 'pip3.9'
- name: python3-pypy3
run_list:
- recipe[python3-test::default]
attributes:
python3:
source: 'portable_pypy3'
version: '3.9-v7.3.9'
checksum: '46818cb3d74b96b34787548343d266e2562b531ddbaf330383ba930ff1930ed5'
pip_binary_name: 'pip3.9'
binary_name: 'pypy3.9'
- name: python3-chef-14
excludes:
# dnf provider on Chef < 16 is broken
- centos-8
run_list:
- recipe[python3-test::default]
attributes:
driver:
chef_version: 14.7.17