Closed ksimon1 closed 1 month ago
/lgtm
Pull requests that are marked with lgtm
should receive a review
from an approver within 1 week.
After that period the bot marks them with the label needs-approver-review
.
/label needs-approver-review
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: lyarwood
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/remove-label needs-approver-review
/cherry-pick release-1.1 /cherry-pick release-1.0
@lyarwood: #253 failed to apply on top of branch "release-1.0":
Applying: chore: Add flag for setting timeout for creating windows vms
Using index info to reconstruct a base tree...
M tests/functests/instancetype_test.go
M tests/functests/test_suite_test.go
Falling back to patching base and 3-way merge...
Auto-merging tests/functests/test_suite_test.go
CONFLICT (content): Merge conflict in tests/functests/test_suite_test.go
Auto-merging tests/functests/instancetype_test.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 chore: Add flag for setting timeout for creating windows vms
What this PR does / why we need it: some Windows images require more time to download image. This commit adds new flag windows-ready-timeout, which will allow user to set higher timeout only for Windows VMs. All other OS distributions will use default timeout.
Release note: