4a3956b9b2
This is the connection for Gerrit's Gerrit. We can connect to it directly with the Gerrit driver now that we support entirely HTTP-based Gerrits and we have an account. Use that so we can set up some third-party CI testing. Change-Id: I7b91b4e67594ce62772e3e450a1236095d4ef1c9
20 lines
463 B
YAML
20 lines
463 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: 'gerrit'
|
|
server: 'gerrit-review.googlesource.com'
|
|
canonical_hostname: 'gerrit.googlesource.com'
|
|
user: 'git-infra-root.openstack.org'
|
|
stream_events: 'false'
|
|
auth_type: 'basic'
|