bug 1412690 - address review comments. r=mtabara

MozReview-Commit-ID: JKeqeF1hC30

--HG--
extra : rebase_source : 7dc1800dd872a4d60d09856ba2dd92814aa65b13
This commit is contained in:
Aki Sasaki 2017-10-30 11:57:59 -07:00
Родитель d16d2d20cb
Коммит 5f54aa1f52
2 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -302,7 +302,8 @@ def target_tasks_mozilla_release(full_task_graph, parameters):
@_target_task('maple_desktop_promotion')
@_target_task('mozilla_beta_desktop_promotion')
@_target_task('mozilla-beta_desktop_promotion')
@_target_task('mozilla-release_desktop_promotion')
def target_tasks_mozilla_beta_desktop_promotion(full_task_graph, parameters):
"""Select the superset of tasks required to promote a beta or release build
of desktop. This should include all non-android mozilla_beta tasks, plus

Просмотреть файл

@ -439,7 +439,7 @@ task_description_schema = Schema({
}, {
Required('implementation'): 'scriptworker-signing',
# the maximum time to spend signing, in seconds
# the maximum time to run, in seconds
Required('max-run-time', default=600): int,
# list of artifact URLs for the artifacts that should be signed
@ -459,7 +459,7 @@ task_description_schema = Schema({
}, {
Required('implementation'): 'beetmover',
# the maximum time to spend signing, in seconds
# the maximum time to run, in seconds
Required('max-run-time', default=600): int,
# locale key, if this is a locale beetmover job
@ -482,7 +482,7 @@ task_description_schema = Schema({
}, {
Required('implementation'): 'beetmover-cdns',
# the maximum time to spend signing, in seconds
# the maximum time to run, in seconds
Required('max-run-time', default=600): int,
Required('product'): basestring,
}, {