1 write to UseHelix
RunTests (1)
Options.cs (1)
252UseHelix = helix,
6 references to UseHelix
RunTests (6)
AssemblyScheduler.cs (1)
65if (_options.Sequential || !_options.UseHelix)
Options.cs (2)
88/// Name of the Helix queue to run tests on (only valid when <see cref="UseHelix" /> is <see langword="true" />). 93/// Access token to send jobs to helix (only valid when <see cref="UseHelix" /> is <see langword="true" />).
ProcessTestExecutor.cs (2)
52var timeout = options.UseHelix ? "15minutes" : "25minutes"; 200if (options.UseHelix)
Program.cs (1)
144var result = options.UseHelix