5750.4.2
by Curtis Hovey
Generated section and key compatible lazr configs. |
1 |
# A schema's sections, keys, and values are automatically inherited,
|
2 |
# except for '.optional' sections. Update this config to override key
|
|
5750.4.5
by Curtis Hovey
Merged revisions per review, and hacked a solution for None into the conf files. |
3 |
# values. Values are strings, except for numbers that look like ints.
|
4 |
# The tokens true, false, and none are treated as True, False, and None.
|
|
5585.12.18
by Curtis Hovey
Changes per review. this includes a mass renaming, rewriting, and deletiong of conf files. |
5 |
[meta] |
6041.1.2
by Curtis Hovey
Moved configs/default => configs/development. |
6 |
extends: ../development/launchpad-lazr.conf |
5750.4.5
by Curtis Hovey
Merged revisions per review, and hacked a solution for None into the conf files. |
7 |
|
5773.4.14
by Curtis Hovey
organised configs. |
8 |
[canonical] |
11300.2.15
by Stuart Bishop
Move the cronscript control file to a url so we can control everything from one location |
9 |
cron_control_url: file:lib/lp/services/scripts/tests/cronscripts.ini |
5750.4.2
by Curtis Hovey
Generated section and key compatible lazr configs. |
10 |
|
5899.1.13
by Curtis Hovey
Added the remaining conf keys for oopses. |
11 |
[branchscanner] |
12 |
oops_prefix: TSMS |
|
13 |
error_dir: /var/tmp/lperr.test |
|
14 |
||
5750.4.2
by Curtis Hovey
Generated section and key compatible lazr configs. |
15 |
[builddmaster] |
16 |
socket_timeout: 10 |
|
11039.2.26
by Jelmer Vernooij
Re-add uploader configuration parameter. |
17 |
uploader: scripts/process-upload.py -Mvv |
5750.4.2
by Curtis Hovey
Generated section and key compatible lazr configs. |
18 |
|
5773.4.14
by Curtis Hovey
organised configs. |
19 |
[buildsequencer] |
20 |
mailproblemsto: - |
|
5750.4.2
by Curtis Hovey
Generated section and key compatible lazr configs. |
21 |
|
5883.1.5
by Curtis Hovey
Fixed config error |
22 |
[buildsequencer_job.slave_scanner] |
23 |
mindelay: 5 |
|
24 |
||
10827.3.1
by Maris Fogels
Put a few of the config file keys back in alphabetical order. |
25 |
[build_from_branch] |
26 |
enabled = True |
|
27 |
||
5750.4.2
by Curtis Hovey
Generated section and key compatible lazr configs. |
28 |
[checkwatches] |
6269.9.16
by Graham Binns
Fixed a config issue in the testrunner. |
29 |
sync_debbugs_comments: True |
5899.1.13
by Curtis Hovey
Added the remaining conf keys for oopses. |
30 |
oops_prefix: TCW |
31 |
error_dir: /var/tmp/lperr.test |
|
5750.4.2
by Curtis Hovey
Generated section and key compatible lazr configs. |
32 |
|
33 |
[codehosting] |
|
34 |
bzr_lp_prefix: lp://dev/ |
|
7732.1.2
by Jonathan Lange
Change the name of the config variable for the hosted area from |
35 |
hosted_branches_root: /tmp/sftp-test/branches |
8426.6.4
by Michael Hudson
- interpret config.codehosting.host_key_pair_path relative to config.root. |
36 |
host_key_pair_path: lib/lp/codehosting/sshserver/tests/keys |
9590.2.3
by Michael Hudson
tests for stacking in the acceptance codehosting tests; one fix and one slightly dubious config change |
37 |
port: tcp:22222:interface=bazaar.launchpad.dev |
5899.1.13
by Curtis Hovey
Added the remaining conf keys for oopses. |
38 |
error_dir: /var/tmp/codehosting.test |
39 |
oops_prefix: SMPSSH |
|
7483.2.70
by Jonathan Lange
Set the codehosting access log in the testrunner config, since it inherits from development. |
40 |
access_log: /tmp/test-codehosting-access.log |
7675.492.1
by Paul Hummer
Fixed the fubar in the branch scanner contextManager |
41 |
internal_branch_by_id_root: file:///var/tmp/bazaar.launchpad.dev/mirrors |
7612.1.1
by Michael Hudson
pow! it's gone |
42 |
|
7659.3.14
by Aaron Bentley
Misc cleanup |
43 |
[create_merge_proposals] |
44 |
oops_prefix: TMPCJ |
|
45 |
error_dir: /var/tmp/codehosting.test |
|
5750.4.2
by Curtis Hovey
Generated section and key compatible lazr configs. |
46 |
|
5855.5.1
by Curtis Hovey
Migrate db configuration to lazr.config. |
47 |
[database] |
10096.3.5
by Guilherme Salgado
Rename config.database.main_slave/master to config.database.rw_main_slave/master and add main_slave and main_master properties to DatabaseConfig, which return the appropriate value (either ro_main_* or rw_main_*), depending on whether or not we're in read-only mode. |
48 |
rw_main_master: dbname=launchpad_ftest |
49 |
rw_main_slave: dbname=launchpad_ftest |
|
10096.3.13
by Guilherme Salgado
Fix a test that was failing because the code it exercises now calls getUtility() |
50 |
# Use our _template databases here just so that we have different values from
|
51 |
# the rw_* configs.
|
|
10096.3.5
by Guilherme Salgado
Rename config.database.main_slave/master to config.database.rw_main_slave/master and add main_slave and main_master properties to DatabaseConfig, which return the appropriate value (either ro_main_* or rw_main_*), depending on whether or not we're in read-only mode. |
52 |
ro_main_master: dbname=launchpad_ftest_template |
53 |
ro_main_slave: dbname=launchpad_ftest_template |
|
5855.5.1
by Curtis Hovey
Migrate db configuration to lazr.config. |
54 |
randomise_select_results: true |
55 |
||
5899.1.13
by Curtis Hovey
Added the remaining conf keys for oopses. |
56 |
[error_reports] |
57 |
oops_prefix: T |
|
58 |
error_dir: /var/tmp/lperr.test |
|
59 |
copy_to_zlog: false |
|
60 |
||
5883.1.1
by Curtis Hovey
Added gina_target and buildsequence_job to lazr schema. |
61 |
[gina_target.hoary] |
6527.11.9
by Celso Providelo
applying review comments, r=sinzui. |
62 |
architectures: i386 |
63 |
components: main |
|
64 |
distro: ubuntu |
|
65 |
distroseries: hoary |
|
5883.1.1
by Curtis Hovey
Added gina_target and buildsequence_job to lazr schema. |
66 |
pocketrelease: hoary |
67 |
root: /tmp/gina_test_archive |
|
68 |
||
69 |
[gina_target.breezy] |
|
6527.11.9
by Celso Providelo
applying review comments, r=sinzui. |
70 |
architectures: i386 |
71 |
components: main, universe |
|
72 |
distro: ubuntu |
|
73 |
distroseries: breezy |
|
5883.1.1
by Curtis Hovey
Added gina_target and buildsequence_job to lazr schema. |
74 |
pocketrelease: breezy |
75 |
root: /tmp/gina_test_archive |
|
76 |
||
77 |
[gina_target.dapper] |
|
6527.11.9
by Celso Providelo
applying review comments, r=sinzui. |
78 |
architectures: i386,powerpc |
79 |
components: main, universe |
|
80 |
distro: ubuntu |
|
81 |
distroseries: dapper |
|
5883.1.1
by Curtis Hovey
Added gina_target and buildsequence_job to lazr schema. |
82 |
pocketrelease: dapper |
83 |
root: /tmp/gina_test_archive |
|
84 |
||
85 |
[gina_target.dapper-updates] |
|
6527.11.9
by Celso Providelo
applying review comments, r=sinzui. |
86 |
architectures: i386, powerpc |
87 |
components: main, universe |
|
88 |
distro: ubuntu |
|
89 |
distroseries: dapper |
|
5883.1.1
by Curtis Hovey
Added gina_target and buildsequence_job to lazr schema. |
90 |
pocket: updates |
91 |
pocketrelease: dapper-updates |
|
92 |
root: /tmp/gina_test_archive |
|
93 |
||
94 |
[gina_target.bogus] |
|
5883.1.6
by Curtis Hovey
Revisions per review. Added the checkwatches.dbuser to the schema; it was |
95 |
# This section is used strictly for testing.
|
6527.11.9
by Celso Providelo
applying review comments, r=sinzui. |
96 |
architectures: i386 |
97 |
components: main |
|
5883.1.1
by Curtis Hovey
Added gina_target and buildsequence_job to lazr schema. |
98 |
distro: ubuntu |
99 |
distroseries: bogoland |
|
100 |
pocketrelease: bogoland |
|
101 |
root: /tmp/gina_test_archive |
|
102 |
||
103 |
[gina_target.partner] |
|
5883.1.6
by Curtis Hovey
Revisions per review. Added the checkwatches.dbuser to the schema; it was |
104 |
# This section is used strictly for testing.
|
6527.11.9
by Celso Providelo
applying review comments, r=sinzui. |
105 |
architectures: i386 |
106 |
components: main |
|
5883.1.1
by Curtis Hovey
Added gina_target and buildsequence_job to lazr schema. |
107 |
distro: ubuntu |
108 |
distroseries: hoary |
|
109 |
pocketrelease: hoary |
|
110 |
root: /tmp/gina_test_archive |
|
111 |
componentoverride: partner |
|
112 |
||
6527.11.6
by Celso Providelo
Adding test for source-only gina targets. |
113 |
[gina_target.lenny] |
114 |
components: main |
|
115 |
source_only: True |
|
116 |
root: /tmp/gina_test_archive |
|
117 |
||
6330.2.9
by Maris Fogels
Added a configuration override for the Google webservice stub that allows it to run beside a dev environment instance. Also fixed a test that should not have be dependent on such a value. |
118 |
[google] |
119 |
site: http://launchpad.dev:8092/cse |
|
120 |
||
5883.1.1
by Curtis Hovey
Added gina_target and buildsequence_job to lazr schema. |
121 |
[gpghandler] |
122 |
host: localhost |
|
8971.11.6
by William Grant
Override the test public keyserver to keyserver.ubuntu.com. |
123 |
public_host: keyserver.ubuntu.com |
5883.1.1
by Curtis Hovey
Added gina_target and buildsequence_job to lazr schema. |
124 |
|
5773.4.14
by Curtis Hovey
organised configs. |
125 |
[karmacacheupdater] |
126 |
max_scaling: 2 |
|
127 |
||
128 |
[launchpad] |
|
9004.1.2
by Andrea Corbellini
Update modules, test cases and configuration. |
129 |
max_attachment_size: 1024 |
8031.3.1
by Guilherme Salgado
Re-enable disabled geoip tests and use the city lite geoip database for the testrunner and development environments. |
130 |
geoip_database: /usr/share/GeoIP/GeoLiteCity.dat |
10936.1.2
by Michael Nelson
Enabled a config option to specify the max lines to parse. |
131 |
logparser_max_parsed_lines: 100000 |
11138.1.3
by Francis J. Lacoste
Use Google Stub Service to impersonate the external feed. |
132 |
# We use the stub Google Service here which maps URL fragment to
|
133 |
# to static content
|
|
134 |
homepage_recent_posts_feed: http://launchpad.dev:8092/blog-feed |
|
5773.4.14
by Curtis Hovey
organised configs. |
135 |
|
136 |
[launchpad_session] |
|
137 |
cookie: launchpad_tests |
|
7019.1.1
by Stuart Bishop
Seperate database for testrunner session storage |
138 |
dbname: session_ftest |
5773.4.14
by Curtis Hovey
organised configs. |
139 |
|
7675.86.8
by Guilherme Salgado
Glue everything together in the script |
140 |
[librarianlogparser] |
141 |
logs_root = lib/canonical/launchpad/scripts/tests/apache-log-files-for-sampledata/ |
|
142 |
||
5750.4.2
by Curtis Hovey
Generated section and key compatible lazr configs. |
143 |
[librarian] |
144 |
download_url: http://localhost:58000/ |
|
5863.9.1
by Curtis Hovey
Updated configs and code to used simple datatypes. Changes may still be needed aftert testing. |
145 |
upload_port: 59090 |
146 |
download_port: 58000 |
|
5911.2.21
by Francis J. Lacoste
Change port number. |
147 |
restricted_download_url: http://localhost:58005/ |
5911.2.7
by Francis J. Lacoste
Add configuration for restricted librarian. |
148 |
restricted_upload_port: 59095 |
5911.2.21
by Francis J. Lacoste
Change port number. |
149 |
restricted_download_port: 58005 |
5750.4.2
by Curtis Hovey
Generated section and key compatible lazr configs. |
150 |
|
151 |
[librarian_server] |
|
152 |
root: /var/tmp/fatsam.test |
|
153 |
||
6842.1.1
by Curtis Hovey
Added OOPS reporting to XMLRPC runner. |
154 |
[mailman] |
155 |
oops_prefix: TMMX |
|
156 |
error_dir: /var/tmp/mailman-xmlrpc.test |
|
7076.4.1
by Barry Warsaw
Add a shared secret for pre-approved posting between Launchpad and Mailman. |
157 |
shared_secret: topsecret |
6842.1.1
by Curtis Hovey
Added OOPS reporting to XMLRPC runner. |
158 |
|
5773.4.14
by Curtis Hovey
organised configs. |
159 |
[malone] |
160 |
buglist_batch_size: 20 |
|
161 |
max_comment_size: 3200 |
|
162 |
bugnotification_interval: 5 |
|
7031.3.1
by Curtis Hovey
Fixed all unit tests and doctests that mutated the config. |
163 |
debbugs_db_location: lib/canonical/launchpad/components/ftests/debbugs_db |
5773.4.14
by Curtis Hovey
organised configs. |
164 |
|
9232.2.7
by Stuart Bishop
memcached test layer |
165 |
[memcache] |
166 |
servers: (127.0.0.1:11242,1) |
|
167 |
||
168 |
[memcached] |
|
169 |
# The test suite takes care of launching this as necessary.
|
|
170 |
launch: false |
|
171 |
verbose: false |
|
172 |
memory_size: 1 |
|
173 |
address: 127.0.0.1 |
|
174 |
# We want a different port to ensure we don't pick up stray memcached
|
|
175 |
# processes spawned through some other mechanism.
|
|
176 |
port: 11242 |
|
7658.3.16
by Stuart Bishop
Reapply backed out db changes |
177 |
|
7675.624.41
by Tim Penhey
Tests for the new job source. |
178 |
[merge_proposal_jobs] |
179 |
oops_prefix: TMPJ |
|
9222.1.31
by Aaron Bentley
Add and test script for running preview diff update jobs. |
180 |
error_dir: /var/tmp/codehosting.test |
7658.3.16
by Stuart Bishop
Reapply backed out db changes |
181 |
|
7675.1051.6
by Aaron Bentley
Update config name. |
182 |
[packaging_translations] |
183 |
oops_prefix: TPT |
|
12269.4.9
by Aaron Bentley
Update configs. |
184 |
error_dir: /var/tmp/lperr.test |
185 |
||
9644.2.12
by Paul Hummer
Added testrunner configs for upgrade_branches |
186 |
[upgrade_branches] |
187 |
oops_prefix: TUB |
|
188 |
error_dir: /var/tmp/codehosting.test |
|
189 |
||
5773.4.14
by Curtis Hovey
organised configs. |
190 |
[personalpackagearchive] |
191 |
root: /var/tmp/ppa.test/ |
|
192 |
||
7675.584.6
by William Grant
Add and test parse-ppa-apache-access-logs.py. |
193 |
[ppa_apache_log_parser] |
194 |
logs_root: lib/lp/soyuz/scripts/tests/ppa-apache-log-files |
|
195 |
||
9592.3.1
by Jeroen Vermeulen
Reconstructed changes after merge trouble. |
196 |
[poimport] |
197 |
error_dir: /var/tmp/poimport.test |
|
198 |
oops_prefix: TPOI |
|
199 |
||
7675.524.3
by Graham Binns
Database permissions and config changes. Tests still fail, annoyingly. |
200 |
[process_apport_blobs] |
7675.524.4
by Graham Binns
Hurrah, tests pass. |
201 |
dbuser: process-apport-blobs |
202 |
oops_prefix: TAPPORTBLOB |
|
7675.524.3
by Graham Binns
Database permissions and config changes. Tests still fail, annoyingly. |
203 |
error_dir: /var/tmp/lperr.test |
204 |
||
10899.2.5
by Aaron Bentley
Handle exceptions for individual builds as oopses. |
205 |
[request_daily_builds] |
206 |
oops_prefix: TRDB |
|
207 |
error_dir: /var/tmp/lperr.test |
|
208 |
||
10312.6.12
by Jeroen Vermeulen
Moved more logic into the utility where it can be tested. Enabled template generation in test runner. |
209 |
[rosetta] |
210 |
generate_templates: True |
|
211 |
||
7675.108.5
by Henning Eggers
Added test for cronscript. |
212 |
[rosettabranches] |
7675.108.6
by Henning Eggers
Different prefixes for staging and testrunner. |
213 |
oops_prefix: TRSBR |
7675.108.5
by Henning Eggers
Added test for cronscript. |
214 |
error_dir: /var/tmp/rosettabranches.test |
215 |
||
7646.1.4
by Aaron Bentley
Fix OOPS configuration |
216 |
[sendbranchmail] |
217 |
oops_prefix: BM |
|
218 |
error_dir: /var/tmp/codehosting.test |
|
219 |
||
5899.1.13
by Curtis Hovey
Added the remaining conf keys for oopses. |
220 |
[supermirror_import_puller] |
221 |
error_dir: /var/tmp/codehosting.test |
|
222 |
oops_prefix: TISMP |
|
223 |
||
224 |
[supermirror_mirror_puller] |
|
225 |
error_dir: /var/tmp/codehosting.test |
|
226 |
oops_prefix: TMSMP |
|
227 |
||
228 |
[supermirror_upload_puller] |
|
229 |
error_dir: /var/tmp/codehosting.test |
|
230 |
oops_prefix: TUSMP |
|
231 |
||
5773.4.14
by Curtis Hovey
organised configs. |
232 |
[uploader] |
233 |
default_recipient_name: Root |
|
234 |
default_sender_name: Root |
|
5750.4.2
by Curtis Hovey
Generated section and key compatible lazr configs. |
235 |
|
5956.11.5
by Barry Warsaw
Add a rooturl to the vhost.xmlrpc_private section for the testrunner config, |
236 |
[vhost.xmlrpc_private] |
237 |
rooturl: http://launchpad.dev/ |
|
6991.1.5
by Guilherme Salgado
Change testrunner's config to not use https |
238 |
|
6973.3.8
by Guilherme Salgado
Change the rooturl of vhosts.api on development/launchpad-lazr.conf |
239 |
[vhost.api] |
10420.4.1
by Leonard Richardson
Initial implementation. |
240 |
rooturl: http://api.launchpad.dev/ |
6973.3.8
by Guilherme Salgado
Change the rooturl of vhosts.api on development/launchpad-lazr.conf |
241 |
|
6991.1.5
by Guilherme Salgado
Change testrunner's config to not use https |
242 |
[vhosts] |
243 |
use_https: False |
|
9113.6.1
by William Grant
zeca is also useful for dev, so move the test directory to zeca.test. |
244 |
|
12398.1.13
by Jonathan Lange
Rename zeca config section and use a different path by default. |
245 |
[testkeyserver] |
246 |
root: /var/tmp/testkeyserver.test |