-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample_config.yaml
38 lines (32 loc) · 1.22 KB
/
example_config.yaml
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
review_board_server: http://review-board.natinst.com
# How often in seconds the watcher should poll the server for new review
# requests
polling_wait_time : 60
# The credentials the watcher should poll with (These are the credentials the
# review board admins are going to see polling the server)
creds:
username: zbrown
password: password
# The number of threads that can be run at one time (meaning how many bot
# scripts can be running at once globally
max_threads: 5
# The header that every bot will include at the top of it's messages
header: Hey you need to set the header field inside your config file!
# The list of bots this reviewboard server should run.
bots:
# The name field is the username the bot will use for reviewing
- name: linux_kernel_checkpatch_bot_fake
password: password
# The script that should be run for the bot
script: bots.linux_kernel_checkpatch
# Number of instances of this bot's script that can be run at the same time.
# if the bot script uses resources that cannot be shared then this should be
# 1
max_concurrently: 1
- name: meangirl
password: password
script: bots.meangirl
max_concurrently: 1
# The groups a bot should review review requests from
groups:
- crio_installers