Downgrade gprc gem from v1.55.0 to v1.42.0
What does this MR do and why?
The upgrade in grpc gem to v1.55.0 (!121899 (merged)) erroneously changed the gRPC error
code from DeadlineExceeded
to GRPC::Core::CallError
(https://github.com/grpc/grpc/issues/33283). This caused pull mirrors
to get stuck since the latter wasn't previously handled properly.
Until that bug is fixed upstream, let's stay with v1.42.0.
Relates to #414003 (closed)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Stan Hu