b93eb82cad
Will take effect when Zuul is running this change: I74702fd7d37358e6f4caa7e7ac0a3ede73184077 This change also adds that feature to the Zuul config and enables it for OpenStack. It also adds the ability to specify HTML in a commentlink (and uses it). Change-Id: Idb4ad8e6079165d681271987a92cab5d8b7c81be
22 lines
497 B
Plaintext
22 lines
497 B
Plaintext
[gearman]
|
|
server=<%= gearman_server %>
|
|
|
|
[gearman_server]
|
|
start=<%= internal_gearman %>
|
|
log_config=/etc/zuul/gearman-logging.conf
|
|
|
|
[gerrit]
|
|
server=<%= gerrit_server %>
|
|
user=<%= gerrit_user %>
|
|
sshkey=/var/lib/zuul/ssh/id_rsa
|
|
|
|
[zuul]
|
|
layout_config=/etc/zuul/layout.yaml
|
|
log_config=/etc/zuul/logging.conf
|
|
state_dir=/var/lib/zuul
|
|
git_dir=/var/lib/zuul/git
|
|
push_change_refs=<%= push_change_refs %>
|
|
url_pattern=<%= url_pattern %>
|
|
status_url=<%= status_url %>
|
|
job_name_in_report=<%= job_name_in_report %>
|