mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1359595 - fix linux64 devedition builder name, r=aselagea (patch by spacurar)
This commit is contained in:
parent
6121e5b902
commit
64997d73a1
@ -26,7 +26,7 @@ BUILDER_NAME_PREFIX = {
|
||||
'linux64-ccov': 'Ubuntu Code Coverage VM 12.04 x64',
|
||||
'linux64-jsdcov': 'Ubuntu Code Coverage VM 12.04 x64',
|
||||
'linux64-stylo': 'Ubuntu VM 12.04 x64',
|
||||
'linux64-devedition-nightly': 'Ubuntu VM 12.04 x64 DevEdition',
|
||||
'linux64-devedition-nightly': 'Ubuntu VM 12.04 x64',
|
||||
'macosx64': 'Rev7 MacOSX Yosemite 10.10.5',
|
||||
'macosx64-devedition': 'Rev7 MacOSX Yosemite 10.10.5 DevEdition',
|
||||
'android-4.3-arm7-api-15': 'Android 4.3 armv7 API 15+',
|
||||
@ -439,7 +439,7 @@ def mozharness_test_buildbot_bridge(config, job, taskdesc):
|
||||
variant = ''
|
||||
|
||||
# this variant name has branch after the variant type in BBB bug 1338871
|
||||
if variant in ('stylo', 'stylo-sequential'):
|
||||
if variant in ('stylo', 'stylo-sequential', 'devedition'):
|
||||
name = '{prefix} {variant} {branch} talos {test_name}'
|
||||
elif variant:
|
||||
name = '{prefix} {branch} {variant} talos {test_name}'
|
||||
|
Loading…
Reference in New Issue
Block a user