-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
80 lines (77 loc) · 2.55 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
---
driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
log_file: /var/log/chef-solo.log
platforms:
- name: opscode-ubuntu-12.04
driver_config:
box: opscode-ubuntu-12.04
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box
customize:
cpus: 2
memory: 1024
suites:
- name: default
run_list: "recipe[rs-cookbooks_ci::default]"
attributes:
rs-cookbooks_ci:
jenkins:
username: qa
password: qapass
user_full_name: White Team QA
user_email: [email protected]
jobs:
marker:
git_project_description: Resource to create a visual marker in the Chef log based on a template
git_repo: git://github.com/rightscale-cookbooks/marker.git
git_project_url: https://github.com/rightscale-cookbooks/marker
pull_request_builder_enabled: true
config:
git_setup:
git_username: rightscale-cookbooks-jenkins
git_email: [email protected]
jenkins_location:
url: http://33.33.33.10:8080/
email: [email protected]
ghprb:
token: thisIsAFakeToken
admins:
- test-admin1
- test-admin2
- test-admin3
webhook:
bot_username: qabot
- name: jenkins
run_list:
- recipe[rs-cookbooks_ci::jenkins]
attributes:
rs-cookbooks_ci:
jenkins:
username: qa
password: qapass
user_full_name: White Team QA
user_email: [email protected]
jobs:
marker:
git_description: Resource to create a visual marker in the Chef log based on a template
git_repo: git://github.com/rightscale-cookbooks/marker.git
git_project_url: https://github.com/rightscale-cookbooks/marker
pull_request_builder_enabled: true
config:
git_setup:
username: rightscale-cookbooks-jenkins
email: [email protected]
jenkins_location:
url: http://33.33.33.10:8080/
email: [email protected]
# The token below refers to the Github Access Token, which you must generate for your account
# The one inserted here is just a throwaway one and needs to be overridden
ghprb:
token: thisIsAFakeToken
admins:
- test-admin1
- test-admin2
- test-admin3
webhook:
bot_username: qabot