-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Milestone
Description
CoreCLR has some test queues defined to only run in outerloop scenarios. Specifically, there are some queues that we used to run tests only on during the official build back before repo consolidation.
This was conditioned by setting the helixQueuesGroup: property in the pipeline definitions for test jobs to all.
When we consolidated repositories, we removed the test runs on the internal pipelines, but we never moved these queues to be run on any public builds by default. This includes all CoreCLR runtime test runs on Windows 7 and Windows 8.1.
I've checked the Kusto data, and I have verified that we have not run any CoreCLR runtime tests on Windows 7 in dotnet/runtime, but we are running them on dotnet/coreclr.
Metadata
Metadata
Assignees
Type
Projects
Status
Done