Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWindows builder needs to taskkill all remaining processes #11719
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've had some failures on Windows when there is a runaway servo or unit test process. These will keep a lock on the directory and break either the git or compile steps on all subsequent builds until it's fixed. One idea is to create a taskkill step, similar to the pkill steps on the other machines.