-
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
fix docker-env for kic drivers #6487
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh 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 |
/ok-to-test |
Codecov Report
@@ Coverage Diff @@
## master #6487 +/- ##
==========================================
- Coverage 37.84% 37.83% -0.02%
==========================================
Files 128 128
Lines 8748 8752 +4
==========================================
Hits 3311 3311
- Misses 5011 5015 +4
Partials 426 426
|
Travis tests have failedHey @medyagh, TravisBuddy Request Identifier: 12a96850-471c-11ea-9b02-35c319a1fc79 |
All Times minikube: [ 97.621944 96.740503 96.145503] Average minikube: 96.835983 Averages Time Per Log
|
All Times Minikube (PR 6487): [ 96.373186 101.713492 97.786637] Average minikube: 98.034967 Averages Time Per Log
|
@medyagh: Weird that the standard Ubuntu provisioner was not working out properly ? This seems more like a hack, or suggests that var pv lib_provision.Provisioner
if driver.IsKIC(h.Driver.DriverName()) {
pv = provision.NewUbuntuProvisioner(h.Driver)
} else {
pv = provision.NewBuildrootProvisioner(h.Driver)
} Because libmachine is supposed to be able to detect that, during provisioning: |
( created a new provisioner called ubuntuProvisioner and broke down the package two three files and created an interface)
closes #6485
closes #6463
closes #6445