4cca6ddbbb
Use the new hostname and canonical name. Change-Id: Ia90f4bdb3dd483e43a99984fd776b0b7ec146fdc
16 lines
319 B
YAML
16 lines
319 B
YAML
---
|
|
zuul_connections:
|
|
- name: 'gerrit'
|
|
driver: 'gerrit'
|
|
server: 'review.opendev.org'
|
|
canonical_hostname: 'opendev.org'
|
|
user: 'zuul'
|
|
sshkey: '/var/lib/zuul/ssh/id_rsa'
|
|
|
|
- name: 'github'
|
|
driver: 'github'
|
|
|
|
- name: 'googlesource'
|
|
driver: 'git'
|
|
baseurl: https://gerrit.googlesource.com
|