-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
respect native-ssh param properly #8290
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sharifelgamal The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Travis tests have failedHey @sharifelgamal, 1st Buildmake test
2nd Buildmake test
TravisBuddy Request Identifier: ff89a610-a06a-11ea-aa49-9d3926c79f60 |
Codecov Report
@@ Coverage Diff @@
## master #8290 +/- ##
==========================================
+ Coverage 34.35% 34.38% +0.02%
==========================================
Files 147 147
Lines 9456 9456
==========================================
+ Hits 3249 3251 +2
+ Misses 5808 5805 -3
- Partials 399 400 +1
|
/ok-to-test |
kvm2 Driver Times for Minikube (PR 8290): [65.77142428 65.028435519 62.642068255999995] Averages Time Per Log
docker Driver Times for Minikube (PR 8290): [25.441173063 25.776903614 26.650396541] Averages Time Per Log
|
kvm2 Driver Times for Minikube (PR 8290): [63.84391875399999 84.714953779 65.566571883] Averages Time Per Log
docker Driver Times for Minikube (PR 8290): [25.606995775999998 26.686788384 26.948690414] Averages Time Per Log
|
We were calling ssh.SetDefaultClient too early, so CreateSSHShell was overriding the property back to external no matter what was passed in.