-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Ignoring win7 Helix builds #21553
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
Ignoring win7 Helix builds #21553
Conversation
eng/targets/Helix.Common.props
Outdated
@@ -27,7 +27,8 @@ | |||
|
|||
<!-- daily scheduled only queues --> | |||
<ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true'"> | |||
<HelixAvailableTargetQueue Include="Windows.7.Amd64.Open" Platform="Windows" /> | |||
<!-- Temporarily ignoring win7 builds as they are failing on random tests --> | |||
<!--HelixAvailableTargetQueue Include="Windows.7.Amd64.Open" Platform="Windows" /--> |
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.
Maybe just delete the line and file an issue?
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.
I can also file an issue maybe, even better for visibility, unless you tell me that triage is super efficient and you won't miss it, then I'll trust you.
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.
Well we didn't comment out win8 and there's no issue for that one, so maybe add back win8 then? just trying to be consistent :)
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.
In a commented form I mean for win8
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.
/fyi #21421 covers restoring the win8 queue. I plan to address this today or tomorrow
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.
Because we haven't tested on win8 w/ the latest SDK, don't restore it unless it gets run in PR validation builds or you hack the PR to include it in your builds.
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.
But, please, please, please avoid commented-out code. Just delete.
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.
Created the issue. Might require some better labels and other metadata
No description provided.