Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LAVA jobs can get stuck for weeks if the priority isn't set properly which makes it pointless running those jobs after a week/month when the artefacts isn't available anymore or when its to late (someone else already done it)to report a bug. Another aspect is that LAVA eat up a lot of time just parsing the queue to find the next job to schedule. By adding a LAVA queue timeout to the job so it gets canceled if not scheduled in time, makes the queue length manageable. Signed-off-by: Anders Roxell <[email protected]>
- Loading branch information