-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Helix] Reenable win8 helix queue #21552
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
Conversation
|
/azp run |
|
Pull request contains merge conflicts. |
|
Note: we were running OSX helix queues in both PRs and daily, which is just double running them on rolling builds. Fixing that in this PR too |
| <ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true'"> | ||
| <HelixAvailableTargetQueue Include="Windows.81.Amd64.Open" Platform="Windows" /> | ||
| <HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" /> | ||
| <HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="Linux" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious: Do we have a macOS or OSX platform? Seems less like our Linux platforms every day 😈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Platform is really windows or not windows at this point :)
|
That's a good question, I don't even see any test failures in the openapi test logs, just 26 tests passed and 4 skipped :/ https://helix.dot.net/api/2019-06-17/jobs/67e5400f-917e-4779-8e23-ae8f52d8053f/workitems/dotnet-microsoft.openapi.Tests--netcoreapp5.0/files/console.0ff64487.log |
|
Win8 has looked fine, reverting yaml changes |
No description provided.