Set cgit url in zuul connection config

Zuul defaults to using Gerrit's built in gitweb for sha1 web urls. We
disabled gitweb on our Gerrit and have it pointing at cgit. Update Zuul
to use these URLs instead.

Change-Id: If02e48759726ea98ce61fab3f1bcb9526d61b90f
Depends-On: I91d77e309cfeea0e90a85f926aca9b8c347b0385
This commit is contained in:
Clark Boylan 2017-10-26 09:14:06 -07:00
parent d03a78ddc0
commit cac8983fa7
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ zuul_connections:
canonical_hostname: 'git.openstack.org'
user: 'zuul'
sshkey: '/var/lib/zuul/ssh/id_rsa'
gitweb_url_template: 'https://git.openstack.org/cgit/{project.name}/commit/?id={sha}'
- name: 'mysql'
driver: 'sql'