23 lines
699 B
JSON
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/"
|
|
}
|
|
} |