Invalidated spec tests are not immediately scheduled as background job
Invalidating spec tests sets the buildStatus to a constant that is not reflected in the conditions of the
tryScheduleForBackgroundJob()
function, leading to invalidated tests only being picked up every 60 minutes whenfindSubsForBackgroundSpecTests()
is invoked.Fix is to include the recently added invalidated build status to the conditions of
Submitted by Max on 29 July 2025 at 15:04tryScheduleForBackgroundJob()
.