-
Notifications
You must be signed in to change notification settings - Fork 806
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 kubernetes e2e tests without migration #406
Comments
Another additional work is the current testing script is not that configurable for tuning feature gates (hard coded to enabled migration). I have already written a new framework (which is more configurable) for e2e testing, I need make changes to create 1.16+ cluster (due to kops is not yet officially released to 1.16+ cluster) The other idea is we can combine the upstream e2e testing suites with the existing e2e suites instead of creating new make target. So that it will be run as part of |
I just switched to use kops 1.16 alpha: #409 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@ayberk: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We already add external e2e test in PR |
OK let me close this one. I'll get that merged today. /close |
@ayberk: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
E2E tests for CSI migration are added in #294. We need the same e2e tests also with plain CSI driver, without migration.
In other words, install the driver and run upstream e2e tests with the CSI driver (with the driver in StorageClass, no migration), as described in https://github.com/kubernetes/kubernetes/blob/master/test/e2e/storage/external/README.md.
Since most of the work (cluster & driver installation) is already done, it could be a simple ginkgo command in a new prow job.
/feature
The text was updated successfully, but these errors were encountered: