If there's a long time between the last commit on a GH PR and it landing, the logs may have expired from taskcluster. In this case when we run try_notify it will error out with RetryableError("Downloading logs all failed"). We should handle this in some better way e.g. doing a new try push, or falling back to wpt.fyi results in this case.
If there's a long time between the last commit on a GH PR and it landing, the logs may have expired from taskcluster. In this case when we run
try_notify
it will error out withRetryableError("Downloading logs all failed")
. We should handle this in some better way e.g. doing a new try push, or falling back to wpt.fyi results in this case.