Hi,
This 1.10.1 release fixes a bug introduced with a bug fix last week:
In case the job is still in the queue or is in progress, fetch() raises TemporaryFetchIssue from within the block that catches FetchIssue. Since TemporaryFetchIssue derives from FetchIssue, the exception is immediately consumed and the fetch_attempts counter is increased. This leads to maxing out fetch_counter for jobs that stay in the queue for a long time. This patch removes the exception and instead returns from the fetch() function without an error. This doesn't result in increasing fetch_attempt counter.
Complete list of changes going in:
* api: rest: add ID field to TestJob object * ci: fix Backend.fetch() implementation * travis: fix reuse docker lint * Translated using Weblate (French)
Cheers, Charles