зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1360964 - Promote Taskcluster Mac debug builds to Tier 1 and make sure that tests are scheduled off them. r=Callek
--HG-- extra : rebase_source : 36a5304016b244984bfd2edd95a125aae4381505
This commit is contained in:
Родитель
55e7aca426
Коммит
5e08107df0
|
@ -6,7 +6,7 @@ macosx64/debug:
|
||||||
treeherder:
|
treeherder:
|
||||||
platform: osx-10-7/debug
|
platform: osx-10-7/debug
|
||||||
symbol: tc(B)
|
symbol: tc(B)
|
||||||
tier: 2
|
tier: 1
|
||||||
worker-type: aws-provisioner-v1/gecko-{level}-b-macosx64
|
worker-type: aws-provisioner-v1/gecko-{level}-b-macosx64
|
||||||
worker:
|
worker:
|
||||||
implementation: docker-worker
|
implementation: docker-worker
|
||||||
|
|
|
@ -238,9 +238,9 @@ def target_tasks_mozilla_beta(full_task_graph, parameters):
|
||||||
platform = task.attributes.get('build_platform')
|
platform = task.attributes.get('build_platform')
|
||||||
if platform in ('linux64-pgo', 'linux-pgo', 'win32-pgo', 'win64-pgo',
|
if platform in ('linux64-pgo', 'linux-pgo', 'win32-pgo', 'win64-pgo',
|
||||||
'android-api-15-nightly', 'android-x86-nightly',
|
'android-api-15-nightly', 'android-x86-nightly',
|
||||||
'win32', 'win64', 'macosx64'):
|
'win32', 'win64'):
|
||||||
return False
|
return False
|
||||||
if platform in ('linux64', 'linux'):
|
if platform in ('linux64', 'linux', 'macosx64'):
|
||||||
if task.attributes['build_type'] == 'opt':
|
if task.attributes['build_type'] == 'opt':
|
||||||
return False
|
return False
|
||||||
# skip l10n, beetmover, balrog
|
# skip l10n, beetmover, balrog
|
||||||
|
|
Загрузка…
Ссылка в новой задаче