-
Notifications
You must be signed in to change notification settings - Fork 402
WIP: Enable the VolumeGroupSnapshot tests #1331
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: master
Are you sure you want to change the base?
Conversation
@@ -37,6 +37,8 @@ | |||
# - kind (https://github.com/kubernetes-sigs/kind) installed | |||
# - optional: Go already installed | |||
|
|||
set -x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't make changes under release-tools in the sidecar repo directly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I am not familiar with this part, so does it mean I need to make changes in https://github.com/kubernetes-csi/csi-release-tools? Will go through the detail docs, thanks for the info!
pkg/features/features.go
Outdated
@@ -39,6 +39,6 @@ func init() { | |||
// defaultKubernetesFeatureGates consists of all known feature keys specific to external-snapshotter. | |||
// To add a new feature, define a key for it above and add it here. | |||
var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{ | |||
VolumeGroupSnapshot: {Default: false, PreRelease: featuregate.Beta}, | |||
VolumeGroupSnapshot: {Default: true, PreRelease: featuregate.Beta}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VolumeGroupSnapshot is still a Beta API. It needs to be false by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xing-yang Thank you for reviewing and look into this! Yeah, I just want to make some hack changes to run the vgs tests, I'll add a new job enbale the feature gate to run vgs tests in presubmit CI after my research. Sorry I forgot to make it as draft.
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
1 similar comment
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
1 similar comment
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
1 similar comment
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Phaow 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 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
1 similar comment
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
1 similar comment
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
1 similar comment
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
Signed-off-by: Penghao <[email protected]>
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
1 similar comment
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
@Phaow: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
/test pull-kubernetes-csi-external-snapshotter-1-33-on-kubernetes-1-33 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: