2 references to IsSignificantJob
Infrastructure.Tests (2)
tools\GenerateCITimeline\TimelineRenderer.cs (2)
324
.Where(j => j.CompletedAt > threshold &&
IsSignificantJob
(j))
407
if (j.CompletedAt >= minTotalSeconds &&
IsSignificantJob
(j))