Talk to review.o.o instead of review01.o.o
Talking to review01.o.o in the Zuul gerrit connection config broke depends-on handling as the urls would all need to be https://review01.opendev.org/123456 and then later https://review02.opendev.org/123456 but people use https://review.opendev.org/123456. This change was made to simplify DNS updates during the gerrit server move but we should be able to handle those via manual landing of changes and running of playbooks instead. Partially revert e05257e1b7b70b18cb7b1349278e2c786a565512 to fix the depends-on handling. Change-Id: Ie628b2627c263d88e466205af2a3d0418d6df7d3
This commit is contained in:
parent
9311f67715
commit
2c06a86915
@ -18,7 +18,7 @@ zuul_connections:
|
||||
|
||||
- name: 'gerrit'
|
||||
driver: 'gerrit'
|
||||
server: 'review01.opendev.org'
|
||||
server: 'review.opendev.org'
|
||||
canonical_hostname: 'opendev.org'
|
||||
user: 'zuul'
|
||||
sshkey: '/var/lib/zuul/ssh/id_rsa'
|
||||
|
Loading…
x
Reference in New Issue
Block a user