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
{{ message }}
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.
In the current configuration, workers may only make one collection attempt at a
time. A worker that is actively testing Firefox may be assigned a Sauce Labs
job, though. In that case, the job will be deferred until the worker is ready,
even if other workers become available in the mean time. When specific workers
are severely delayed (as was the case in gh-602), this can be very inefficient.
In the current implementation, fixing this seems to require deferring the
assignment of builds to workers. I'm not sure if this is possible with Buildbot,
but the need is clear, so we should look in to it.
The text was updated successfully, but these errors were encountered:
Thanks for the offer, Christian! This project uses Sauce Labs to provide the
daily test results for the Edge browser which are published on wpt.fyi. It is
not integrated with the web-platform-tests continuous integration service.
This problem in particular is caused by the behavior of Buildbot, but it's only
expressed when other failures introduce delays. Additional concurrency might
give us more time to react to those delays, but the scheduling problem
described by this issue will persist.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the current configuration, workers may only make one collection attempt at a
time. A worker that is actively testing Firefox may be assigned a Sauce Labs
job, though. In that case, the job will be deferred until the worker is ready,
even if other workers become available in the mean time. When specific workers
are severely delayed (as was the case in gh-602), this can be very inefficient.
In the current implementation, fixing this seems to require deferring the
assignment of builds to workers. I'm not sure if this is possible with Buildbot,
but the need is clear, so we should look in to it.
The text was updated successfully, but these errors were encountered: