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

MozReview-Commit-ID: EnKpG5EttrR
This commit is contained in:
Jordan Lund
2018-02-21 13:36:22 -08:00
parent 41ebe9538a
commit b206a91c2b

View File

@@ -183,7 +183,7 @@ def fill_template(config, tasks):
}
# Retry for 'funsize-update-generator' if exit status code is -1
if image_name in ['funsize-update-generator']:
taskdesc['worker']['retry-exit-status'] = -1
taskdesc['worker']['retry-exit-status'] = [-1]
worker = taskdesc['worker']