phase1: move phase1 specific options into separate section
[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 cc_version = le 4.9
14 git_ssh = true
15 git_ssh_key = -----BEGIN RSA PRIVATE KEY-----
16 MIIEpAIBAAKCAQEAuCJwo6OmrRDxcGfsMgBhq0vdzp2ZIdqnedFH8u6tVYLt9WDU
17 ...
18 mHzkh8Uv4OAWTjiLGycbXa0/31hu9PCeNzYmjjrp8tcGjsiJJFxydgS+wc0i2UPV
19 nSI+JbmAAF9vw6gj2i+Hqx7UloRd0tEv/leX354T5lO06LMiNhvN9g==
20 -----END RSA PRIVATE KEY-----
21 config_seed = # Seed configuration
22 CONFIG_BUILDBOT=y
23 CONFIG_DEVEL=y
24 CONFIG_CCACHE=n
25 CONFIG_KERNEL_KALLSYMS=y
26 CONFIG_AUTOREMOVE=y
27
28 [irc]
29 host = irc.freenode.net
30 port = 6667
31 channel = #example-channel
32 nickname = example-builder
33 password = example
34
35 [repo]
36 url = https://git.openwrt.org/openwrt/openwrt.git
37 branch = master
38
39 [rsync]
40 binary_url = user@example.org::upload-binary
41 binary_password = example
42 source_url = user@example.org::upload-sources
43 source_password = example2
44
45 [gpg]
46 key = -----BEGIN PGP PRIVATE KEY BLOCK-----
47 Version: GnuPG v2
48
49 mQGNBFX4kxkBDACcTUVUl6zbn4r9tDap0/aCpcK9MO+HPatS7p2aBGY51kh78Ixr
50 ...
51 HwHLaFTMvYFY7WJDwA==
52 -----END PGP PRIVATE KEY BLOCK-----
53 passphrase = secret password
54 comment = Unattended build signature
55
56 [usign]
57 key = RWRCSwAAA...OihABfuLvGRVfVaJ6wLf0=
58 comment = Unattended build signature
59
60 [slave 1]
61 phase = 1
62 name = example-slave-1
63 password = example
64 builds = 3
65
66 [slave 2]
67 phase = 1
68 name = example-slave-2
69 password = example2
70 builds = 1
71 cleanup = 1