Closed umagnus closed 3 weeks ago
Hi @umagnus. Thanks for your PR.
I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
/ok-to-test
/retest
/retest
/retest
@umagnus: 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 |
---|---|---|---|---|
pull-azuredisk-csi-driver-external-e2e-single-az | 7b8a1590d69c059ee2a97c511e0e3ad5fc4ca795 | link | true | /test pull-azuredisk-csi-driver-external-e2e-single-az |
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.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: andyzhangx, umagnus
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/cherrypick release-1.31
/cherrypick release-1.30
/cherrypick release-1.29
/cherrypick release-1.28
@andyzhangx: #2578 failed to apply on top of branch "release-1.29":
Applying: fix override vmtype
Using index info to reconstruct a base tree...
M pkg/azuredisk/azuredisk.go
Falling back to patching base and 3-way merge...
Auto-merging pkg/azuredisk/azuredisk.go
CONFLICT (content): Merge conflict in pkg/azuredisk/azuredisk.go
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 fix override vmtype
@andyzhangx: new pull request created: #2580
@andyzhangx: new pull request created: #2581
@andyzhangx: #2578 failed to apply on top of branch "release-1.28":
Applying: fix override vmtype
Using index info to reconstruct a base tree...
M pkg/azuredisk/azuredisk.go
Falling back to patching base and 3-way merge...
Auto-merging pkg/azuredisk/azuredisk.go
CONFLICT (content): Merge conflict in pkg/azuredisk/azuredisk.go
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 fix override vmtype
What type of PR is this?
/kind bug
What this PR does / why we need it:
fix: vm-type is not overriding as expected
Which issue(s) this PR fixes:
Fixes #2533
Requirements:
Special notes for your reviewer: azuredisk log:
test to add a log in
GetNodeVMSet
function to print az.VMType, and it returns:The VMType is overrided as standard
Release note: