1 write to UseHelix
RunTests (1)
Options.cs (1)
252
UseHelix
= helix,
6 references to UseHelix
RunTests (6)
AssemblyScheduler.cs (1)
65
if (_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)
52
var timeout = options.
UseHelix
? "15minutes" : "25minutes";
200
if (options.
UseHelix
)
Program.cs (1)
144
var result = options.
UseHelix