You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor RunTests
The goal of this change is to cleanly separate out the two behaviors of
RunTests: locally executing tests and scheduling jobs on Helix. This is
a pre-cursor to actually moving these behaviors into separate projects
entirely.
* Optimize WorkItem payload
* more pain
* Apply suggestions from code review
Co-authored-by: Rikki Gibson <rikkigibson@gmail.com>
---------
Co-authored-by: Rikki Gibson <rikkigibson@gmail.com>
ConsoleUtil.WriteLine($"Found {orderedTypeInfos.Values.SelectMany(t =>t).SelectMany(t =>t.Tests).Count()} tests to run in {orderedTypeInfos.Keys.Count()} assemblies");
75
62
76
-
// Retrieve test runtimes from azure devops historical data.
0 commit comments