Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: models: avoid polling jobs waiting more than a week on the backend #1012

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 6, 2021

  1. ci: models: avoid polling jobs waiting more than a week on the backend

    SQUAD has no way to tell whether a TestJob has been worked on by
    its backend. It might be that the device is out or that the backend
    is undergoing a unusually long maintenance. Overtime, jobs in this
    scenario will start clogging up the fetch queue, delaying other fetched
    jobs.
    
    I hardcoded this feature for a week, because that's the usual behavior I
    noticed, but this can be done via a backend setting as well if requested.
    
    Signed-off-by: Charles Oliveira <charles.oliveira@linaro.org>
    chaws committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    691acf1 View commit details
    Browse the repository at this point in the history