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: I7b91b4e67594ce62772e3e450a1236095d4ef1c9
This commit is contained in:
James E. Blair 2019-09-17 14:21:16 -07:00
parent 086d4b638c
commit 4a3956b9b2
3 changed files with 18 additions and 6 deletions

View File

@ -11,5 +11,9 @@ 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'
auth_type: 'basic'

View File

@ -41,5 +41,9 @@ 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'
auth_type: 'basic'

View File

@ -31,8 +31,12 @@ 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'
auth_type: 'basic'
gearman_server_ssl_cert: |
-----BEGIN CERTIFICATE-----