-
Notifications
You must be signed in to change notification settings - Fork 243
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
Upgrade the minikube version on travis CI #3109
Upgrade the minikube version on travis CI #3109
Conversation
6ec87cf
to
bcf3e79
Compare
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kadel 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 |
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
/hold |
Travis passed. /hold cancel |
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
Codecov Report
@@ Coverage Diff @@
## master #3109 +/- ##
==========================================
- Coverage 45.43% 45.39% -0.04%
==========================================
Files 109 109
Lines 10400 10400
==========================================
- Hits 4725 4721 -4
- Misses 5220 5222 +2
- Partials 455 457 +2
Continue to review full report at Codecov.
|
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
What type of PR is this?
/kind feature
What does does this PR do / why we need it:
odo push
is supported only on minikube version 0.25+ . So upgrading minikube version on travis CIWhich issue(s) this PR fixes:
Fixes #2928
Fixes #3055
How to test changes / Special notes to the reviewer:
devfile integration test should run on upgraded version of minikube.