-
-
Notifications
You must be signed in to change notification settings - Fork 491
/
kitchen.yml
47 lines (43 loc) · 907 Bytes
/
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
---
driver:
name: vagrant
provisioner:
name: chef_infra
product_name: chef
chef_license: accept-no-persist
enforce_idempotency: true
multiple_converge: 2
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: almalinux-8
- name: almalinux-9
- name: amazonlinux-2023
- name: centos-stream-9
- name: debian-11
- name: debian-12
- name: fedora-latest
- name: rockylinux-8
- name: rockylinux-9
- name: ubuntu-20.04
- name: ubuntu-22.04
- name: ubuntu-24.04
suites:
- name: resource
run_list:
- recipe[test::default]
- name: resource_community
run_list:
- recipe[test::community]
excludes:
- ubuntu-18.04
- amazonlinux-2023
- name: resource_peclchannel
run_list:
- recipe[test::default]
attributes:
pecl_method: channel
verifier:
inspec_tests:
- test/integration/resource