mozilla / wpt-sync

Two-way repository sync between web-platform-tests and gecko
Other
9 stars 11 forks source link

Log expiry can cause failure in try_notify #425

Open jgraham opened 5 years ago

jgraham commented 5 years ago

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.

dhdavvie commented 5 years ago

Temporary solution #427. Looking into alternatives