Bug 1441353 - part 2: Add beetmover job to publish signed langpacks r=Callek

MozReview-Commit-ID: HXjcclf3OeX
This commit is contained in:
Johan Lorenzo
2018-04-06 16:04:27 +02:00
parent 89eeb648ef
commit ed1688ffcd
7 changed files with 274 additions and 22 deletions

View File

@@ -456,7 +456,7 @@ task_description_schema = Schema({
Required('implementation'): 'beetmover',
# the maximum time to run, in seconds
Required('max-run-time'): int,
Required('max-run-time', default=600): int,
# locale key, if this is a locale beetmover job
Optional('locale'): basestring,