-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Try windows-2019 AzDO (hosted) queues #11129
Conversation
Trial official build: https://dnceng.visualstudio.com/internal/_build/results?buildId=221506 |
Trial official build succeeded but PR checks failed due to hanging builds. Retrying PR validation… |
3927a32
to
c4c7747
Compare
🆙📅 to remove debugging information from CodeCheck.ps1. VS BuildTools edition on hosted machines is sufficient for our builds and information is no longer needed. |
Still waiting for the build to succeed. Now trying attempt #3. @jkotalik @JunTaoLuo @natemcmaster are the following common warnings when building the site extensions? Got this from attempt #2's x64 build. The Windows test jobs showed similar warnings and then errors about inaccessible files.
|
This is one of the problems with the way site extension build code currently works. I believe it stems from bugs in the ‘dotnet store’ command, which @nguerrera is working on fixing for 3.0. dotnet/sdk#1211, dotnet/sdk#1072 |
@natemcmaster does that explain the hanging builds as well as the warnings? The three Windows jobs look stuck after succeeding again in this last attempt. Since we've seen this behaviour in many other PRs lately, I'm leaning toward merging now. Thoughts? |
I don't think that explains the hang. I think the hanging is a regression in Azure Pipelines' handling of background processes, but John is looking into it. |
e378659
to
0bb965d
Compare
- dotnet/aspnetcore-internal#2538 - stick with BYOC queues for internal builds nit: remove unused `poolName` parameter
0bb965d
to
5931c3c
Compare
Since #11230 this PR can't work because |
PR currently includes an extra commit for debugging in case PR validation fails