Update manifest paths in aws-efs-csi-driver/vendor/k8s.io/kubernetes/test/e2e/storage/testsuites/provisioning.go#1118
Conversation
|
Hi @seanzatzdev-amazon. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
/ok-to-test |
1 similar comment
|
/ok-to-test |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ashley-wenyizha, seanzatzdev-amazon The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
Is this a bug fix or adding new feature?
Bug Fix
What is this PR about? / Why do we need it?
This PR aims to fix the issue of EFS CSI Driver e2e tests failing when run against a local EKS cluster. This was done by updating the paths of the manifest files in aws-efs-csi-driver/vendor/k8s.io/kubernetes/test/e2e/storage/testsuites/provisioning.go.
Previously, these paths were set incorrectly causing the local builds to fail claiming that the affected manifest files could not be found.
What testing is done?
Got e2e tests passing against local EKS Cluster