Closed codingben closed 5 days ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign 0xfelix for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: codingben Once this PR has been reviewed and has the lgtm label, please assign 0xfelix for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
@codingben: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/win10-pipeline-example-test | 53a62f2f89a75e66f737ff0eab620241680a4371 | link | true | /test win10-pipeline-example-test |
Full PR test history. Your PR dashboard.
What this PR does / why we need it:
There is a check of the export source kind before getting labels from the export source. It expects kinds "VirutalMachine", "VirtualMachineSnapshot" or only "PersistentVolumeClaim". Instead, it should be "vm", "vmsnapshot" or only "pvc".
Release note: