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. 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. |
|
/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/kubernetesWhere 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
|
@vpnachev: changing LGTM is restricted to collaborators DetailsIn 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 DetailsNeeds 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?: