Skip to content

gerrit: Use asyncssh

BryanDavis requested to merge work/bd808/T359096-ssh into main

Replace shelling out to ssh with an asyncssh powered polling loop. This change enables the gerrit task to detect connectivity issues caused by interruption of the TCP stream from the gerrit server.

Bug: T359096

Merge request reports