-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.yaml.template
45 lines (37 loc) · 1.21 KB
/
config.yaml.template
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
:bind: "0.0.0.0"
:port: 4567
:sleep: 5
:git_timeout: 20
:domain_name: "os.cs.tsinghua.edu.cn:3100"
:ping:
:backend_addr: "127.0.0.1"
:frontend_addr: "127.0.0.1"
:port: 3579
:mail:
:from: "[email protected]"
:cc: ['[email protected]']
:daily_to: ['[email protected]', '[email protected]']
:jobs:
:daily_report: ["00:00"]
:automerge:
- :url: "/home/chenyh/os/autobuild_tester"
:hours: 1
:upstream: "origin/master"
:branches: ["m2", "m1"]
:repo_abspath: "/home/chenyh/os/tmp"
:result_abspath: "/home/chenyh/os/tmp/result"
:repos:
- :name: "autobuild_tester"
:url: "git://github.com/chyh1990/autobuild_tester.git"
:blacklist:
:build_timeout_min: 10
:run_timeout_min: 30
:nomail: true
:filters:
- [ "ext", [".c", ".h", ".S", ".sh", ".s", ""] ]
- :name: "autobuild_tester_merge"
:url: "/home/chenyh/os/autobuild_tester"
:whitelist: [ "automerge-.+" ]
:nomail: true
:filters:
- [ "ext", [".c", ".h", ".S", ".sh", ".s", ""] ]