aa7106657f
This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: Id83a351a8aa24c455f2cd030e01feb776acd0013
30 lines
845 B
YAML
30 lines
845 B
YAML
zuul_server:
|
|
gerrit_site: http://review.openstack.org
|
|
git_origin: https://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
|
|
|
|
jobs:
|
|
- name: build:do_something_shelly
|
|
shell_script: 'ls -lah && echo'
|
|
|
|
# Legacy job definition as plugins
|
|
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
|
|
|
|
publish_logs:
|
|
type: local
|
|
path: /tmp/turbo-hipster/var/www/results/
|
|
prepend_url: http://localhost/results/
|