зеркало из https://github.com/mozilla/treeherder.git
Bug 1119412 - Add support for OS X 10.10
This commit is contained in:
Родитель
9cb2359e34
Коммит
1a7ef01e45
|
@ -1126,7 +1126,7 @@ buildernames = [
|
|||
'os': 'linux',
|
||||
'os_platform': 'linux64',
|
||||
'vm': True}}),
|
||||
('Rev5 MacOSX Mavericks 10.9 cedar debug test web-platform-tests-reftests',
|
||||
('Rev5 MacOSX Yosemite 10.10 cedar debug test web-platform-tests-reftests',
|
||||
{'build_type': 'debug',
|
||||
'job_type': 'unittest',
|
||||
'name': {'group_name': 'W3C Web Platform Tests',
|
||||
|
@ -1135,7 +1135,7 @@ buildernames = [
|
|||
'job_symbol': 'Wr'},
|
||||
'platform': {'arch': 'x86_64',
|
||||
'os': 'mac',
|
||||
'os_platform': 'osx-10-9',
|
||||
'os_platform': 'osx-10-10',
|
||||
'vm': False}}),
|
||||
('Ubuntu HW 12.04 holly talos svgr-e10s',
|
||||
{'build_type': 'opt',
|
||||
|
|
|
@ -102,10 +102,10 @@ PLATFORMS_BUILDERNAME = [
|
|||
}
|
||||
},
|
||||
{
|
||||
'regex': re.compile('Mavericks', re.IGNORECASE),
|
||||
'regex': re.compile('Yosemite', re.IGNORECASE),
|
||||
'attributes': {
|
||||
'os': 'mac',
|
||||
'os_platform': 'osx-10-9',
|
||||
'os_platform': 'osx-10-10',
|
||||
'arch': 'x86_64',
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче