-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows VMs sometimes fail to startup and recover #1845
Comments
On some machines, we are also seeing:
|
Relevant code: continuous-integration/buildkite/startup-windows-pdssd.ps1 Lines 99 to 101 in d17d97b
|
We should probably not do a while true loop to allow the VM to fail and be recreated: continuous-integration/buildkite/startup-windows-pdssd.ps1 Lines 104 to 114 in d17d97b
|
The problem is worked around by #1848 |
During a normal boot up of a Windows VM:
However, sometimes the VM fails to boot up with log:
And those VMs will linger around and eventually all Windows VMs will be disconnected from Bazel CI.
The text was updated successfully, but these errors were encountered: