Use the gerrit driver for the googlesource connection
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: I10e279218de985a0c17ea6b5bc46f3eebefcfb39
This commit is contained in:
parent
64e5f9235d
commit
01bef804de
@ -11,5 +11,8 @@ zuul_connections:
|
||||
driver: 'github'
|
||||
|
||||
- name: 'googlesource'
|
||||
driver: 'git'
|
||||
baseurl: https://gerrit.googlesource.com
|
||||
driver: 'gerrit'
|
||||
server: 'gerrit-review.googlesource.com'
|
||||
canonical_hostname: 'gerrit.googlesource.com'
|
||||
user: 'git-infra-root.openstack.org'
|
||||
stream_events: 'false'
|
||||
|
@ -41,5 +41,8 @@ zuul_connections:
|
||||
driver: 'github'
|
||||
|
||||
- name: 'googlesource'
|
||||
driver: 'git'
|
||||
baseurl: https://gerrit.googlesource.com
|
||||
driver: 'gerrit'
|
||||
server: 'gerrit-review.googlesource.com'
|
||||
canonical_hostname: 'gerrit.googlesource.com'
|
||||
user: 'git-infra-root.openstack.org'
|
||||
stream_events: 'false'
|
||||
|
@ -31,8 +31,11 @@ zuul_connections:
|
||||
rate_limit_logging: 'false'
|
||||
|
||||
- name: 'googlesource'
|
||||
driver: 'git'
|
||||
baseurl: https://gerrit.googlesource.com
|
||||
driver: 'gerrit'
|
||||
server: 'gerrit-review.googlesource.com'
|
||||
canonical_hostname: 'gerrit.googlesource.com'
|
||||
user: 'git-infra-root.openstack.org'
|
||||
stream_events: 'false'
|
||||
|
||||
gearman_server_ssl_cert: |
|
||||
-----BEGIN CERTIFICATE-----
|
||||
|
Loading…
x
Reference in New Issue
Block a user