-
Notifications
You must be signed in to change notification settings - Fork 4.7k
WIP: add volume group snapshot tests #29576
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
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jsafrane The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The tests need deployment of csi-driver-hostpath with enabled group snapshots. Upstream uses a script, which cannot be used in OCP. We replace the script with a code that copies upstream csi-hostpath test driver as "csi-hostpath-groupsnapshot" that run the driver with group snapshots enabled.
Volume group snapshot tests in test/extended/storage/group_snapshot.go re-configure and generate ginkgo tests defined in k8s.io/kubernetes/test/e2e/storage/testsuites. These tests get `[Suite:k8s]`, because they're in k8s.io/kubernetes, but these tests are newly added in origin, they don't have a counterpart in Kubernetes. Add a override `[OCPForce]` to include them in origin tests and don't expect them to be in k8s-test-ext.
9808ba6
to
bab0add
Compare
/test help |
@jsafrane: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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-sigs/prow repository. |
/test e2e-gcp-ovn-techpreview |
/test e2e-aws-ovn-single-node-techpreview-serial |
/test e2e-gcp-ovn-techpreview-serial |
PR needs rebase. 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-sigs/prow repository. |
@jsafrane: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
Job Failure Risk Analysis for sha: bab0add
|
With a hack