-
Notifications
You must be signed in to change notification settings - Fork 470
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
[release/6.0.1xx] Migrate to 1ES hosted pools #5508
Conversation
Some tests failed but the logs does not contain the actual error. I can't see "Test execution summary" in the logs so it looks as if the runner crashed halfway. We had some problems in dotnet/roslyn related to the interactive login setting: dotnet/roslyn#56186 (comment). I wonder if this may be related?
|
/azp run |
1 similar comment
/azp run |
Commenter does not have sufficient privileges for PR 5508 in repo dotnet/roslyn-analyzers |
/azp run |
Commenter does not have sufficient privileges for PR 5508 in repo dotnet/roslyn-analyzers |
1 similar comment
Commenter does not have sufficient privileges for PR 5508 in repo dotnet/roslyn-analyzers |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
I've merged the branch with the latest |
805b4ba
to
b97ad21
Compare
I was trying to reproduce the error but I had no success. The tests pass successfully both on my local machine as well as on standalone VM created from the same image as we have on the 1ES pool. I'm a bit lost what could be the reason of the failure. We also see similar failures on main branch: #5674. @jmarolf Do you have any suspicion what could be the reason for the test failures in this PR? I would really appreciate some tips on how to solve it. |
Codecov Report
@@ Coverage Diff @@
## release/6.0.1xx #5508 +/- ##
===================================================
- Coverage 95.53% 95.52% -0.01%
===================================================
Files 1275 1275
Lines 292697 292697
Branches 17701 17701
===================================================
- Hits 279619 279613 -6
- Misses 10652 10662 +10
+ Partials 2426 2422 -4 |
@lpatalas can you add this to the pipeline: https://github.com/dotnet/roslyn-sdk/blob/9e0d174c165bccdc18f8231c4268b1a19f2be420/.vsts-pr.yaml#L52-L55 so we can get dumps of what is happening? |
@lpatalas Is this PR still relevant? |
I still see two places where old pools are used so I think it's still relevant. @jmarolf and @JoeRobich were doing some investigation of build failures in #5772 and #5674. I'm not sure if those failures are still blocking the merge? Just as a reminder we are decommissioning old pools tomorrow (February 1, 2022) so any jobs using old pools won't run after this date. |
We need to migrate pools to 1ES hosted pools. Only the yamls have to be changed. The supported functionality stays the same.
Tracking issue: https://github.com/dotnet/core-eng/issues/14276
/CC: @jonfortescue