Attention operators of third party CI. It may have been easy to miss some of the changes that have been done last week to migrate from our Gerrit instance from review.openstack.org to review.opendev.org. For a lot of things, this should be seamless as there are pretty robust HHTP(s) redirects in place, making it easy to not even notice right away that things have changed. One thing that may impact third party CI operators though, is there is no way to automatically redirect SSH traffic. http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005423.htm... I think many CI systems SSH in and watch the event stream with something like:
ssh -p 24198 review.openstack.org gerrit stream-events
That will now fail with the move to opendev.org. Please make sure your CI configuration is updated to change that to review.opendev.org to continue to capture the event stream for triggering job execution. Thanks! Sean