phase1: max_builds and shared_wd are always set to 1
[buildbot.git] / phase1 / config.ini.example
1 [general]
2 title = OpenWrt Project
3 title_url = http://openwrt.org/
4 workdir = /buildbot
5
6 [phase1]
7 buildbot_url = http://phase1.builds.openwrt.org/
8 status_bind = tcp:8010:interface=127.0.0.1
9 status_user = example
10 status_password = example
11 expire = 1209600
12 port = 9989
13 config_seed = # Seed configuration
14 CONFIG_BUILDBOT=y
15 CONFIG_DEVEL=y
16 CONFIG_CCACHE=n
17 CONFIG_KERNEL_KALLSYMS=y
18 CONFIG_AUTOREMOVE=y
19
20 [irc]
21 host = irc.freenode.net
22 port = 6667
23 channel = #example-channel
24 nickname = example-builder
25 password = example
26
27 [repo]
28 url = https://git.openwrt.org/openwrt/openwrt.git
29 branch = master
30
31 [rsync]
32 binary_url = user@example.org::upload-binary
33 binary_password = example
34 source_url = user@example.org::upload-sources
35 source_password = example2
36
37 [gpg]
38 key = -----BEGIN PGP PRIVATE KEY BLOCK-----
39 Version: GnuPG v2
40
41 mQGNBFX4kxkBDACcTUVUl6zbn4r9tDap0/aCpcK9MO+HPatS7p2aBGY51kh78Ixr
42 ...
43 HwHLaFTMvYFY7WJDwA==
44 -----END PGP PRIVATE KEY BLOCK-----
45 passphrase = secret password
46 comment = Unattended build signature
47
48 [usign]
49 key = RWRCSwAAA...OihABfuLvGRVfVaJ6wLf0=
50 comment = Unattended build signature
51
52 [worker 1]
53 phase = 1
54 name = example-worker-1
55 password = example
56
57 [worker 2]
58 phase = 1
59 name = example-worker-2
60 password = example2
61 cleanup = 1