Backed out changeset c45f2ebe0e66 (bug 1274980)

This commit is contained in:
Sebastian Hengst 2016-11-07 17:56:41 +01:00
Родитель 148734318a
Коммит acb7cd32d4
2 изменённых файлов: 1 добавлений и 3 удалений

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

@ -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']),