-
Notifications
You must be signed in to change notification settings - Fork 379
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
Cherry pick of #287: Updated sidecar to not require VolumeSnapshotClass for snapshot deletion #466
Cherry pick of #287: Updated sidecar to not require VolumeSnapshotClass for snapshot deletion #466
Conversation
Hi @ialidzhikov. Thanks for your PR. I'm waiting for a kubernetes-csi 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. 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. |
/cc @huffmanca @xing-yang |
/ok-to-test |
/test pull-kubernetes-csi-external-snapshotter-1-20-on-kubernetes-1-20 |
@xing-yang , pull-kubernetes-csi-external-snapshotter-1-20-on-kubernetes-1-20 fails to clone v1.20.0 of kubernetes/kubernetes. I don’t think that it is something related to this PR. |
/assign @xing-yang |
/test pull-kubernetes-csi-external-snapshotter-1-20-on-kubernetes-1-20 |
@xing-yang , I believe the job configuration is wrong. It currently tries to clone 1.20.0 but there is no such tag. It should be v1.20.0. -git clone --single-branch --branch 1.20.0 https://github.com/kubernetes/kubernetes /tmp/kubernetes
+git clone --single-branch --branch v1.20.0 https://github.com/kubernetes/kubernetes /tmp/kubernetes Where lives the configuration this job? |
@pohly any idea why "v" is missing from "v1.20.0" for this backport? It is there for PRs running in master branch. |
See https://github.com/kubernetes-csi/external-snapshotter/pull/464/files -> |
d7ba894
to
b436899
Compare
The PR was based on old revision from |
We can't merge a PR that can't pass a CI. |
@xing-yang , I created kubernetes/test-infra#20792 which should address the issue with the K8s 1.20 tests that should not be executed against |
1-20-on-kubernetes-1-20 is intentionally not required to pass at this time, therefore you can merge PRs even when it is failing. |
b436899
to
463484f
Compare
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.
/lgtm
@vpnachev: changing LGTM is restricted to collaborators 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. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ialidzhikov, rfranzke, vpnachev, xing-yang 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 |
/kind bug
Cherry pick of #287 on release-2.1.
#287: Updated sidecar to not require VolumeSnapshotClass for snapshot deletion
Which issue(s) this PR fixes:
Ref #306
Does this PR introduce a user-facing change?: