-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yml
74 lines (67 loc) · 1.65 KB
/
config.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
irc:
server: irc.libera.chat
port: 6667
ssl: false
nick: irrawaddy-test
channels:
- "#dolphin-test"
rebuild_repo: dolphin-emu/dolphin
discord:
token: "token"
channels:
- 1234
privileged_role: 1234
web:
external_url: https://central.dolphin-emu.org
bind: 127.0.0.1
port: 8001
git:
repos_path: /tmp/central-repos
git_path: /usr/bin/git
github:
app:
id: 1234
priv_key_path: /path/to/key.pem
username: dolphin-ci
maintain:
- dolphin-emu/dolphin
notify:
- dolphin-emu/sadm
- dolphin-emu/www
trusted_users:
group: dolphin-emu/trusted-developers
refresh_interval: 300
core_users:
group: dolphin-emu/core-developers
refresh_interval: 600
hook_hmac_secret: SECRET
rebuild_command: "@dolphin-emu-bot rebuild"
buildbot:
url: https://dolphin.ci/
change_hook_username: SECRET
change_hook_password: SECRET
# Builders for which a BuildStatus event is dispatched on completion
pr_builders:
- pr-android
- pr-deb-x64
- pr-deb-dbg-x64
- pr-freebsd-x64
- pr-osx-x64
- pr-ubu-x64
- pr-win-x64
- pr-win-dbg-x64
- lint
# Builders for which a PullRequestFifoCIStatus event is dispatched on completion
fifoci_builders:
- pr-fifoci-ogl-lin-mesa
- pr-fifoci-sw-lin-mesa
- pr-fifoci-ogl-lin-radeon
- pr-fifoci-uberogl-lin-radeon
fifoci:
url: https://fifoci.ci/
wiki:
host: wiki.dolphin-emu.org
path: /
username: BuildBot
password: SECRET
latest_dev_page: Template:CurrentGitRevision