Work with non-English base Windows images#2418
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: graham-m-dunn The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @graham-m-dunn. Thanks for your PR. I'm waiting for a GoogleCloudPlatform 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. |
| } | ||
| Write-Host "Microsoft Edge updater completed; version found: $((Get-Item "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe").VersionInfo.ProductVersion)" | ||
| } | ||
| # (Don't) Check if the Edge update is finished before continuing, never seems to complete in Win2022 |
There was a problem hiding this comment.
This part of the script is an absolute requirement due to 2025 and windows 11 requiring it.
Without it Edge can be out of date which some customers raised that concern which is why we added it.
No description provided.