b30e7d8d2a
Change-Id: Ic1197f1ee34661709f31e263f23bdc8701838c60
24 lines
611 B
YAML
24 lines
611 B
YAML
zuul_server:
|
|
gerrit_site: http://review.openstack.org
|
|
git_origin: git://git.openstack.org
|
|
gearman_host: localhost
|
|
gearman_port: 0
|
|
|
|
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: shell_script
|
|
function: build:demo_job_clean
|
|
shell_script: /dev/null
|
|
- name: shell_script
|
|
function: build:demo_job_dirty
|
|
shell_script: /dev/null
|
|
shutdown-th: true
|
|
|
|
publish_logs:
|
|
type: local
|
|
path: /var/lib/turbo_hipster/logs
|
|
prepend_url: http://mylogserver/ |