-
Notifications
You must be signed in to change notification settings - Fork 2
/
kitchen.yml
57 lines (53 loc) · 1.24 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
---
driver:
vagrant
provisioner:
name: chef_solo
product_name: cinc
product_version: 17
solo_rb:
environment: test
platforms:
- name: ubuntu-20.04
verifier:
name: inspec
suites:
- name: agent
data_bags_path: "test/integration/data_bags"
run_list:
- recipe[ros_buildfarm::agent]
verifier:
inspec_tests:
- test/integration/agent
attributes:
ros_buildfarm:
jenkins_url: 'http://ros_buildfarm:8080'
- name: jenkins
data_bags_path: "test/integration/data_bags"
attributes:
ros_buildfarm:
smtp: true
run_list:
- recipe[ros_buildfarm::jenkins]
verifier:
inspec_tests:
- test/integration/jenkins
- name: repo
attributes:
docker:
registry_mirrors: ['http://localhost:5000']
ros_buildfarm:
repo:
rsyncd_endpoints:
ros-main:
comment: ROS apt repository
path: /var/repos/ubuntu/main
ros-testing:
comment: ROS apt testing repository
path: /var/repos/ubuntu/testing
data_bags_path: "test/integration/data_bags"
run_list:
- recipe[ros_buildfarm::repo]
verifier:
inspec_tests:
- test/integration/repo