You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have timeout for kernel builds and LAVA jobs. But we do not check if process (k8s job, or LAVA job) is still alive. In some cases due large queue of jobs, we have situation when job is not started, but it is already marked as failed due timeout. We need to check if process is still alive, and if it is alive - extend timeout, if not - mark it as failed.
The text was updated successfully, but these errors were encountered:
Right now we have timeout for kernel builds and LAVA jobs. But we do not check if process (k8s job, or LAVA job) is still alive. In some cases due large queue of jobs, we have situation when job is not started, but it is already marked as failed due timeout. We need to check if process is still alive, and if it is alive - extend timeout, if not - mark it as failed.
The text was updated successfully, but these errors were encountered: