Use IdentitiesOnly=yes option in QA git clone
What does this MR do and why?
Without the SSH option -o IdentitiesOnly=yes
the SSH client will
attempt to authenticate with every public key that it has. This can
cause failures in tests if there are enough identities to cause the
SSH client to give up before it tries the key specified via the
command-line.
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