Uh oh!
There was an error while loading. Please reload this page.
Outerloop fix for libraries - #74468
Conversation
ghost
commented
Aug 24, 2022
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue Detailsnull
|
hoyosjs
commented
Aug 24, 2022
@ViktorHofer The other option is to have libs.pretest imply hosts.native (which is more UX friendly). I don't see libs.pretest getting used in outer loop so I fixed it here. The outerloop is at a 100% failure rate since #73095 |
ViktorHofer
left a comment
There was a problem hiding this comment.
Let's please first sync up so that I understand this change. The libraries' build-job should not declare the host.native dependency but the clr should. Why is host.native missing in outerloop?
ViktorHofer
commented
Aug 24, 2022
So yes, this matches what I expected. This change would cause the host to be overbuilt. Once in the libraries build step and once in the run tests step. Not that much of an issue as both steps happen on the same machine but its resources that we would waste. Instead I think the fix is to make sure that the host gets built in the libraries' outerloop.yml. Will take a look tomorrow. |
ghost
commented
Sep 7, 2022
This pull request has been automatically marked |
ViktorHofer
commented
Sep 8, 2022
Still on my TODO list but need to finish 7.0 deliverables in the SDK first. |
ghost
commented
Sep 22, 2022
This pull request has been automatically marked |
ViktorHofer
commented
Oct 5, 2022
I will take a look when pending .NET 7 work is completed (roughly two more weeks). |
ghost
commented
Oct 19, 2022
This pull request has been automatically marked |
ghost
commented
Nov 2, 2022
This pull request will now be closed since it had been marked |
No description provided.