зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset c45f2ebe0e66 (bug 1274980)
This commit is contained in:
Родитель
148734318a
Коммит
acb7cd32d4
|
@ -453,7 +453,6 @@ def build_generic_worker_payload(config, task, task_def):
|
|||
if 'retry-exit-status' in worker:
|
||||
raise Exception("retry-exit-status not supported in generic-worker")
|
||||
|
||||
|
||||
@payload_builder('macosx-engine')
|
||||
def build_macosx_engine_payload(config, task, task_def):
|
||||
worker = task['worker']
|
||||
|
|
|
@ -378,7 +378,6 @@ def generic_worker_setup(config, test, taskdesc):
|
|||
'copy /y logs\\*.* public\\logs\\'
|
||||
]
|
||||
|
||||
|
||||
@worker_setup_function("macosx-engine")
|
||||
def macosx_engine_setup(config, test, taskdesc):
|
||||
mozharness = test['mozharness']
|
||||
|
@ -401,7 +400,7 @@ def macosx_engine_setup(config, test, taskdesc):
|
|||
'type': 'directory',
|
||||
} for (prefix, path) in ARTIFACTS]
|
||||
|
||||
worker['env'] = {
|
||||
env = worker['env'] = {
|
||||
'GECKO_HEAD_REPOSITORY': config.params['head_repository'],
|
||||
'GECKO_HEAD_REV': config.params['head_rev'],
|
||||
'MOZHARNESS_CONFIG': ' '.join(mozharness['config']),
|
||||
|
|
Загрузка…
Ссылка в новой задаче