зеркало из https://github.com/mozilla/treeherder.git
Bug 1404303 - Add support for stylo-disabled test jobs (#2808)
This commit is contained in:
Родитель
d05b23cf03
Коммит
66e7a28b1b
|
@ -897,6 +897,15 @@ buildernames = [
|
|||
'platform': {'arch': 'x86',
|
||||
'os': 'win',
|
||||
'os_platform': 'windows7-32'}}),
|
||||
('Windows 7 32-bit stylo-disabled mozilla-inbound debug test mochitest-clipboard-e10s',
|
||||
{'build_type': 'debug',
|
||||
'name': {'group_name': 'Mochitest e10s',
|
||||
'group_symbol': 'M-e10s',
|
||||
'name': 'Mochitest e10s Clipboard',
|
||||
'job_symbol': 'cl'},
|
||||
'platform': {'arch': 'x86',
|
||||
'os': 'win',
|
||||
'os_platform': 'windows7-32-stylo-disabled'}}),
|
||||
('Windows 7 32-bit mozilla-inbound debug test mochitest-media',
|
||||
{'build_type': 'debug',
|
||||
'name': {'group_name': 'Mochitest',
|
||||
|
@ -1007,6 +1016,15 @@ buildernames = [
|
|||
'platform': {'arch': 'x86_64',
|
||||
'os': 'win',
|
||||
'os_platform': 'windows10-64'}}),
|
||||
('Windows 10 64-bit stylo-disabled mozilla-inbound debug test reftest-e10s-1',
|
||||
{'build_type': 'debug',
|
||||
'name': {'group_name': 'Reftest e10s',
|
||||
'group_symbol': 'R-e10s',
|
||||
'name': 'Reftest e10s',
|
||||
'job_symbol': 'R-e10s1'},
|
||||
'platform': {'arch': 'x86_64',
|
||||
'os': 'win',
|
||||
'os_platform': 'windows10-64-stylo-disabled'}}),
|
||||
('Linux x86-64 b2g-inbound valgrind',
|
||||
{'build_type': 'opt',
|
||||
'name': {'group_name': 'unknown',
|
||||
|
|
|
@ -71,6 +71,14 @@ PLATFORMS_BUILDERNAME = [
|
|||
'arch': 'x86_64',
|
||||
}
|
||||
},
|
||||
{
|
||||
'regex': re.compile(r'Windows 10 64-bit.*stylo-disabled.*test.*', re.IGNORECASE),
|
||||
'attributes': {
|
||||
'os': 'win',
|
||||
'os_platform': 'windows10-64-stylo-disabled',
|
||||
'arch': 'x86_64',
|
||||
}
|
||||
},
|
||||
{
|
||||
'regex': re.compile(r'^(?:Linux|Ubuntu).*64 Stylo-sequential', re.IGNORECASE),
|
||||
'attributes': {
|
||||
|
@ -305,6 +313,14 @@ PLATFORMS_BUILDERNAME = [
|
|||
'arch': 'x86',
|
||||
}
|
||||
},
|
||||
{
|
||||
'regex': re.compile(r'Windows 7 32-bit.*stylo-disabled.*test.*', re.IGNORECASE),
|
||||
'attributes': {
|
||||
'os': 'win',
|
||||
'os_platform': 'windows7-32-stylo-disabled',
|
||||
'arch': 'x86',
|
||||
}
|
||||
},
|
||||
{
|
||||
'regex': re.compile(r'WINNT 6\.1|win7|Windows 7 32-bit', re.IGNORECASE),
|
||||
'attributes': {
|
||||
|
|
|
@ -6,6 +6,7 @@ treeherder.value("thPlatformMap", {
|
|||
"linux32-qr": "Linux QuantumRender",
|
||||
"linux32-nightly": "Linux Nightly",
|
||||
"linux32-stylo": "Linux Stylo",
|
||||
"linux32-stylo-disabled": "Linux Stylo Disabled",
|
||||
linux64: "Linux x64",
|
||||
"linux64-asan": "Linux x64 asan",
|
||||
"linux64-add-on-devel": "Linux x64 addon",
|
||||
|
@ -13,6 +14,7 @@ treeherder.value("thPlatformMap", {
|
|||
"linux64-qr": "Linux x64 QuantumRender",
|
||||
"linux64-nightly": "Linux x64 Nightly",
|
||||
"linux64-stylo": "Linux x64 Stylo",
|
||||
"linux64-stylo-disabled": "Linux x64 Stylo Disabled",
|
||||
"linux64-stylo-sequential": "Linux x64 Stylo-Seq",
|
||||
"linux64-ccov": "Linux x64 CCov",
|
||||
"linux64-jsdcov": "Linux x64 JSDCov",
|
||||
|
@ -35,6 +37,7 @@ treeherder.value("thPlatformMap", {
|
|||
"osx-cross-add-on-devel": "OS X Cross Compiled addon",
|
||||
"osx-cross-devedition": "OS X Cross Compiled DevEdition",
|
||||
"macosx64-stylo": "OS X 10.10 Stylo",
|
||||
"macosx64-stylo-disabled": "OS X 10.10 Stylo Disabled",
|
||||
"macosx64-devedition": "OS X 10.10 DevEdition",
|
||||
"macosx64-nightly": "OS X 10.10 Nightly",
|
||||
windowsxp: "Windows XP",
|
||||
|
@ -42,6 +45,7 @@ treeherder.value("thPlatformMap", {
|
|||
"windows7-32": "Windows 7",
|
||||
"windows7-32-vm": "Windows 7 VM",
|
||||
"windows7-32-devedition": "Windows 7 DevEdition",
|
||||
"windows7-32-stylo-disabled": "Windows 7 Stylo Disabled",
|
||||
"windows7-32-vm-devedition": "Windows 7 VM DevEdition",
|
||||
"windows7-32-nightly": "Windows 7 VM Nightly",
|
||||
"windows7-32-stylo": "Windows 7 VM Stylo",
|
||||
|
@ -55,6 +59,7 @@ treeherder.value("thPlatformMap", {
|
|||
"windows10-64-devedition": "Windows 10 x64 DevEdition",
|
||||
"windows10-64-nightly": "Windows 10 x64 Nightly",
|
||||
"windows10-64-stylo": "Windows 10 x64 Stylo",
|
||||
"windows10-64-stylo-disabled": "Windows 10 x64 Stylo-Disabled",
|
||||
"windows2012-32": "Windows 2012",
|
||||
"windows2012-32-qr": "Windows 2012 QuantumRender",
|
||||
"windows2012-32-add-on-devel": "Windows 2012 addon",
|
||||
|
|
Загрузка…
Ссылка в новой задаче