-
Notifications
You must be signed in to change notification settings - Fork 54
/
kitchen.yml
93 lines (83 loc) · 2.32 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
driver:
name: vagrant
customize:
memory: 2048
cpus: 2
provisioner:
require_chef_omnibus: <%= ENV['CHEF_VERSION'] || true %>
name: chef_infra
data_bags_path: test/fixtures/data_bags
deprecations_as_errors: true
always_update_cookbooks: true
retry_on_exit_code:
- 213
max_retries: 1
wait_for_retry: 1
chef_license: accept-no-persist
client_rb:
exit_status: :enabled
client_fork: false
silence_deprecation_warnings:
- chef-25
verifier:
name: inspec
platforms:
- name: almalinux-8
- name: almalinux-9
- name: amazonlinux-2
- name: centos-7
- name: centos-8
- name: debian-10
- name: debian-11
- name: fedora-latest
- name: freebsd-12
- name: freebsd-13
- name: opensuse-leap-15
- name: rockylinux-8
- name: rockylinux-9
- name: ubuntu-18.04
- name: ubuntu-20.04
- name: ubuntu-22.04
- name: macos-10.12
driver:
box: chef/macos-10.12 # private
- name: macos-latest # Used for CI pipeline
- name: windows-2016
driver:
box: stromweld/windows-2016
customize:
cpus: 4
- name: windows-2019
driver_config:
box: stromweld/windows-2019
customize:
cpus: 4
- name: windows-2022
driver_config:
box: stromweld/windows-2022
customize:
cpus: 4
suites:
- name: default
excludes: ['macos-10.12', 'macos-latest', 'windows-2016', 'windows-2019', 'windows-2022']
named_run_list: test_repo
- name: local-package-install
excludes: ['macos-10.12', 'macos-latest', 'windows-2016', 'windows-2019', 'windows-2022']
named_run_list: test_local
- name: rubygems-url
excludes: ['macos-10.12', 'macos-latest', 'windows-2016', 'windows-2019', 'windows-2022']
named_run_list: test_rubygems_url
- name: chef-workstation
named_run_list: test_chef_workstation
- name: inspec
named_run_list: test_inspec
- name: chef-server
includes: ['almalinux-8', 'almalinux-9', 'rockylinux-8', 'rockylinux-9', 'ubuntu-18.04', 'ubuntu-20.04', 'ubuntu-22.04', 'centos-7', 'centos-8']
named_run_list: test_chef_server
- name: chef-automatev2
driver:
customize:
memory: 2560
includes: ['almalinux-8', 'almalinux-9', 'rockylinux-8', 'rockylinux-9', 'ubuntu-18.04', 'ubuntu-20.04', 'ubuntu-22.04', 'centos-7', 'centos-8']
named_run_list: test_chef_automatev2