Bug 1423058 - intermittent - funsize-update-generator docker image hangs while installing packages, r=jlund

MozReview-Commit-ID: COpnWQGuEeM

--HG--
extra : rebase_source : 8ada907404b7de22e7bb51d6af0e4c7230bb20b2
This commit is contained in:
aselagea@mozilla.com 2018-02-21 13:00:48 -08:00
parent d2a1fc03d4
commit af5c627e88

View File

@ -181,6 +181,9 @@ def fill_template(config, tasks):
'max-run-time': 7200,
},
}
# Retry for 'funsize-update-generator' if exit status code is -1
if image_name in ['funsize-update-generator']:
taskdesc['worker']['retry-exit-status'] = -1
worker = taskdesc['worker']