-
Notifications
You must be signed in to change notification settings - Fork 669
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
Run e2e Tests Against Multiple k8s Versions #222
Run e2e Tests Against Multiple k8s Versions #222
Conversation
97412b5
to
2d2b742
Compare
/assign @aveshagarwal |
/kind cleanup |
Enable a build matrix in Travis CI to run the e2e tests against multiple k8s versions. Additionally update kind to v0.7.0 which adds support for k8s v1.17. Replaced command "kind get kubeconfig-path" with "kind get kubeconfig" because the "kubeconfig-path" subcommand is not valid with kind v0.7.0.
2d2b742
to
7d93551
Compare
@damemi @aveshagarwal @ravisantoshgudimetla please review when you have some time. I believe it will be useful to have the e2e tests run against multiple k8s versions. |
Increase test coverage is never a bad thing to do as long as the resources are available. /lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aveshagarwal, seanmalloy 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 |
…ild-matrix Run e2e Tests Against Multiple k8s Versions
Enable a build matrix in Travis CI to run the e2e tests against multiple k8s versions. Additionally update kind to v0.7.0 which adds support for k8s v1.17.
Replaced command "kind get kubeconfig-path" with "kind get kubeconfig" because the "kubeconfig-path" subcommand is not valid with kind v0.7.0.