Joshua Hesketh 4343b956c5 Refactor th to have one gearman worker thread
Change-Id: I78f95a67b80ce0627b4a3bbb20578f3d16028714
2013-11-21 10:37:27 +11:00

23 lines
699 B
JSON

{
"zuul_server": {
"git_url": "/var/lib/zuul/git/",
"gearman_host": "localhost",
"gearman_port": 4730
},
"debug_log": "/var/log/turbo-hipster/debug.log",
"jobs_working_dir": "/var/lib/turbo-hipster/jobs",
"git_working_dir": "/var/lib/turbo-hipster/git",
"pip_download_cache": "/var/cache/pip",
"plugins": [
{
"name": "gate_real_db_upgrade",
"function": "build:gate-real-db-upgrade_nova_mysql",
"datasets_dir": "/var/lib/turbo-hipster/datasets"
}
],
"publish_logs": {
"type": "local",
"path": "/var/www/results/",
"prepend_url": "http://localhost/results/"
}
}