-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitchen.yml
59 lines (54 loc) · 1.09 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
---
driver:
name: vagrant
verifier:
name: inspec
inspec_tests:
- path: test/integration/inspec
transport:
name: rsync
provisioner:
name: chef_infra
product_name: cinc
product_version: '18'
enforce_idempotency: true
multiple_converge: 2
deprecations_as_errors: true
platforms:
- name: almalinux-8
- name: ubuntu-20.04
suites:
- name: nvidia-driver-pkg
run_list:
- recipe[osl-gpu-test::nvidia_driver_pkg]
verifier:
controls:
- nvidia_driver
- nouveau_driver
inputs:
pkg_install: true
- name: nvidia-driver-runfile
run_list:
- recipe[osl-gpu-test::nvidia_driver_runfile]
verifier:
controls:
- nvidia_driver
- nouveau_driver
- name: cuda-pkg
run_list:
- recipe[osl-gpu-test::cuda_pkg]
verifier:
controls:
- cuda
- name: cuda-runfile
run_list:
- recipe[osl-gpu-test::cuda_runfile]
verifier:
controls:
- cuda
- name: nouveau-driver
run_list:
- recipe[osl-gpu::default]
verifier:
controls:
- nouveau_driver