Skip to content

Handle gone resources based on last time tests passed

onyinyang requested to merge onyinyang/lox:gone-handle into main

Once the time that tests last passed is propagated up from rdsys See this MR, the rdsys-backend-api needs to include this field in its Resource struct and pass it to the lox-distributor where it will be decided whether or not the test has been failing long enough to replace the resource with a new one (or so long that replacement should not longer be attempted).

Merge request reports