36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"zuul_server": {
|
|
"gerrit_site": "http://review.openstack.org",
|
|
"zuul_site": "http://localhost",
|
|
"git_origin": "git://git.openstack.org/",
|
|
"gearman_host": "localhost",
|
|
"gearman_port": 0
|
|
},
|
|
"debug_log": "/home/josh/var/log/turbo-hipster/debug.log",
|
|
"jobs_working_dir": "/home/josh/var/lib/turbo-hipster/jobs",
|
|
"git_working_dir": "/home/josh/var/lib/turbo-hipster/git",
|
|
"pip_download_cache": "/home/josh/var/cache/pip",
|
|
"plugins": [
|
|
{
|
|
"name": "gate_real_db_upgrade",
|
|
"datasets_dir": "/var/lib/turbo-hipster/datasets_devstack_131007",
|
|
"function": "build:gate-real-db-upgrade_nova_mysql_devstack_131007"
|
|
},
|
|
{
|
|
"name": "gate_real_db_upgrade",
|
|
"datasets_dir": "/var/lib/turbo-hipster/datasets_user_001",
|
|
"function": "build:gate-real-db-upgrade_nova_mysql_user_001"
|
|
},
|
|
{
|
|
"name": "shell_script",
|
|
"function": "build:do_something_shelly"
|
|
}
|
|
],
|
|
"publish_logs":
|
|
{
|
|
"type": "local",
|
|
"path": "/home/josh/var/www/results/",
|
|
"prepend_url": "http://localhost/results/"
|
|
}
|
|
}
|