
Improve the logging for jobs in turbo-hipster so that if something fails in a plugin (for example the db migration checks) it is logged and uploaded appropriately. This causes multiple logs per job. Change-Id: I01e73ea418defbc0c1abd3b2b4357a816ddf99c3
29 lines
829 B
YAML
29 lines
829 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: real_db_upgrade
|
|
datasets_dir: /var/lib/turbo-hipster/datasets_devstack_131007
|
|
function: build:real-db-upgrade_nova_mysql_devstack_131007
|
|
|
|
- name: real_db_upgrade
|
|
datasets_dir: /var/lib/turbo-hipster/datasets_user_001
|
|
function: build:real-db-upgrade_nova_mysql_user_001
|
|
|
|
- name: shell_script
|
|
function: build:do_something_shelly
|
|
shell_script: 'ls -lah && echo'
|
|
|
|
publish_logs:
|
|
type: local
|
|
path: /tmp/turbo-hipster/var/www/results/
|
|
prepend_url: http://localhost/results/
|