Commit 441e2bf9 authored by kbr's avatar kbr Committed by Commit bot

Switch Mac Intel GPU jobs to target 10.12 bots instead of 10.10.

BUG=679607, 663188
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel
TBR=zmo@chromium.org
NOTRY=true

Review-Url: https://codereview.chromium.org/2627553002
Cr-Commit-Position: refs/heads/master@{#442828}
parent a427ba06
...@@ -54,7 +54,7 @@ WATERFALL = { ...@@ -54,7 +54,7 @@ WATERFALL = {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
'gpu': '8086:0a2e', 'gpu': '8086:0a2e',
'os': 'Mac-10.10' 'os': 'Mac-10.12'
}, },
], ],
'build_config': 'Release', 'build_config': 'Release',
...@@ -65,7 +65,7 @@ WATERFALL = { ...@@ -65,7 +65,7 @@ WATERFALL = {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
'gpu': '8086:0a2e', 'gpu': '8086:0a2e',
'os': 'Mac-10.10' 'os': 'Mac-10.12'
}, },
], ],
'build_config': 'Debug', 'build_config': 'Debug',
...@@ -323,7 +323,7 @@ FYI_WATERFALL = { ...@@ -323,7 +323,7 @@ FYI_WATERFALL = {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
'gpu': '8086:0a2e', 'gpu': '8086:0a2e',
'os': 'Mac-10.10' 'os': 'Mac-10.12'
}, },
], ],
'build_config': 'Release', 'build_config': 'Release',
...@@ -334,7 +334,7 @@ FYI_WATERFALL = { ...@@ -334,7 +334,7 @@ FYI_WATERFALL = {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
'gpu': '8086:0a2e', 'gpu': '8086:0a2e',
'os': 'Mac-10.10' 'os': 'Mac-10.12'
}, },
], ],
'build_config': 'Debug', 'build_config': 'Debug',
...@@ -433,7 +433,7 @@ FYI_WATERFALL = { ...@@ -433,7 +433,7 @@ FYI_WATERFALL = {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
'gpu': '8086:0a2e', 'gpu': '8086:0a2e',
'os': 'Mac-10.10' 'os': 'Mac-10.12'
}, },
{ {
'gpu': '1002:6821', 'gpu': '1002:6821',
...@@ -690,7 +690,7 @@ FYI_WATERFALL = { ...@@ -690,7 +690,7 @@ FYI_WATERFALL = {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
'gpu': '8086:0a2e', 'gpu': '8086:0a2e',
'os': 'Mac-10.10' 'os': 'Mac-10.12'
}, },
], ],
'build_config': 'Release', 'build_config': 'Release',
......
...@@ -9,7 +9,7 @@ import urlparse ...@@ -9,7 +9,7 @@ import urlparse
# #
# Operating systems: # Operating systems:
# win, xp, vista, win7, win8, win10, mac, leopard, snowleopard, # win, xp, vista, win7, win8, win10, mac, leopard, snowleopard,
# lion, mountainlion, mavericks, yosemite, linux, chromeos, # lion, mountainlion, mavericks, yosemite, sierra, linux, chromeos,
# android # android
# #
# Browser types: # Browser types:
...@@ -21,7 +21,7 @@ import urlparse ...@@ -21,7 +21,7 @@ import urlparse
WIN_CONDITIONS = ['xp', 'vista', 'win7', 'win8', 'win10'] WIN_CONDITIONS = ['xp', 'vista', 'win7', 'win8', 'win10']
MAC_CONDITIONS = ['leopard', 'snowleopard', 'lion', 'mountainlion', MAC_CONDITIONS = ['leopard', 'snowleopard', 'lion', 'mountainlion',
'mavericks', 'yosemite'] 'mavericks', 'yosemite', 'sierra']
OS_CONDITIONS = ['win', 'mac', 'linux', 'chromeos', 'android'] + \ OS_CONDITIONS = ['win', 'mac', 'linux', 'chromeos', 'android'] + \
WIN_CONDITIONS + MAC_CONDITIONS WIN_CONDITIONS + MAC_CONDITIONS
...@@ -74,7 +74,8 @@ class Expectation(object): ...@@ -74,7 +74,8 @@ class Expectation(object):
Operating systems: Operating systems:
win, xp, vista, win7, mac, leopard, snowleopard, lion, win, xp, vista, win7, mac, leopard, snowleopard, lion,
mountainlion, mavericks, yosemite, linux, chromeos, android mountainlion, mavericks, yosemite, sierra, linux, chromeos,
android
Browser types: Browser types:
android-webview-shell, android-content-shell, android-chromium, android-webview-shell, android-content-shell, android-chromium,
...@@ -83,6 +84,7 @@ class Expectation(object): ...@@ -83,6 +84,7 @@ class Expectation(object):
Sample usage in SetExpectations in subclasses: Sample usage in SetExpectations in subclasses:
self.Fail('gl-enable-vertex-attrib.html', self.Fail('gl-enable-vertex-attrib.html',
['mac', 'release'], bug=123) ['mac', 'release'], bug=123)
""" """
cl = condition.lower() cl = condition.lower()
if cl in OS_CONDITIONS: if cl in OS_CONDITIONS:
......
...@@ -430,6 +430,32 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -430,6 +430,32 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', ('amd', 0x679e)], bug=483282) ['mac', ('amd', 0x679e)], bug=483282)
# Mac Intel # Mac Intel
self.Fail(
'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-float.html',
['sierra', 'intel'], bug=663188)
self.Fail(
'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-half_float.html',
['sierra', 'intel'], bug=663188)
self.Fail(
'conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-float.html',
['sierra', 'intel'], bug=663188)
self.Fail(
'conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-half_float.html',
['sierra', 'intel'], bug=663188)
self.Fail(
'conformance2/textures/webgl_canvas/tex-2d-rgb9_e5-rgb-float.html',
['sierra', 'intel'], bug=663188)
self.Fail(
'conformance2/textures/webgl_canvas/tex-2d-rgb9_e5-rgb-half_float.html',
['sierra', 'intel'], bug=663188)
self.Fail(
'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-float.html',
['sierra', 'intel'], bug=663188)
self.Fail(
'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-half_float.html',
['sierra', 'intel'], bug=663188)
self.Fail('deqp/functional/gles3/fbomultisample*', self.Fail('deqp/functional/gles3/fbomultisample*',
['mac', 'intel'], bug=641209) ['mac', 'intel'], bug=641209)
self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html', self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html',
......
...@@ -6370,7 +6370,7 @@ ...@@ -6370,7 +6370,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -6387,7 +6387,7 @@ ...@@ -6387,7 +6387,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -6403,7 +6403,7 @@ ...@@ -6403,7 +6403,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -6419,7 +6419,7 @@ ...@@ -6419,7 +6419,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -6435,7 +6435,7 @@ ...@@ -6435,7 +6435,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -6451,7 +6451,7 @@ ...@@ -6451,7 +6451,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -6478,7 +6478,7 @@ ...@@ -6478,7 +6478,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -6501,7 +6501,7 @@ ...@@ -6501,7 +6501,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -6524,7 +6524,7 @@ ...@@ -6524,7 +6524,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -6547,7 +6547,7 @@ ...@@ -6547,7 +6547,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -6576,7 +6576,7 @@ ...@@ -6576,7 +6576,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -6613,7 +6613,7 @@ ...@@ -6613,7 +6613,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -6636,7 +6636,7 @@ ...@@ -6636,7 +6636,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -6659,7 +6659,7 @@ ...@@ -6659,7 +6659,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -6682,7 +6682,7 @@ ...@@ -6682,7 +6682,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -7071,7 +7071,7 @@ ...@@ -7071,7 +7071,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -7088,7 +7088,7 @@ ...@@ -7088,7 +7088,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -7104,7 +7104,7 @@ ...@@ -7104,7 +7104,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -7120,7 +7120,7 @@ ...@@ -7120,7 +7120,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -7136,7 +7136,7 @@ ...@@ -7136,7 +7136,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -7152,7 +7152,7 @@ ...@@ -7152,7 +7152,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -7168,7 +7168,7 @@ ...@@ -7168,7 +7168,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -7195,7 +7195,7 @@ ...@@ -7195,7 +7195,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -7218,7 +7218,7 @@ ...@@ -7218,7 +7218,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -7241,7 +7241,7 @@ ...@@ -7241,7 +7241,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -7264,7 +7264,7 @@ ...@@ -7264,7 +7264,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -7293,7 +7293,7 @@ ...@@ -7293,7 +7293,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -7330,7 +7330,7 @@ ...@@ -7330,7 +7330,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -7353,7 +7353,7 @@ ...@@ -7353,7 +7353,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -7376,7 +7376,7 @@ ...@@ -7376,7 +7376,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -7401,7 +7401,7 @@ ...@@ -7401,7 +7401,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
], ],
"shards": 15 "shards": 15
...@@ -7425,7 +7425,7 @@ ...@@ -7425,7 +7425,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -8566,7 +8566,7 @@ ...@@ -8566,7 +8566,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -8588,7 +8588,7 @@ ...@@ -8588,7 +8588,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -8609,7 +8609,7 @@ ...@@ -8609,7 +8609,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -8630,7 +8630,7 @@ ...@@ -8630,7 +8630,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -8651,7 +8651,7 @@ ...@@ -8651,7 +8651,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -8672,7 +8672,7 @@ ...@@ -8672,7 +8672,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -8693,7 +8693,7 @@ ...@@ -8693,7 +8693,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -8725,7 +8725,7 @@ ...@@ -8725,7 +8725,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -8753,7 +8753,7 @@ ...@@ -8753,7 +8753,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -8781,7 +8781,7 @@ ...@@ -8781,7 +8781,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -8809,7 +8809,7 @@ ...@@ -8809,7 +8809,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -8843,7 +8843,7 @@ ...@@ -8843,7 +8843,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -8885,7 +8885,7 @@ ...@@ -8885,7 +8885,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -8913,7 +8913,7 @@ ...@@ -8913,7 +8913,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -8941,7 +8941,7 @@ ...@@ -8941,7 +8941,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -8971,7 +8971,7 @@ ...@@ -8971,7 +8971,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -9000,7 +9000,7 @@ ...@@ -9000,7 +9000,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
}, },
{ {
"gpu": "1002:6821", "gpu": "1002:6821",
...@@ -9883,7 +9883,7 @@ ...@@ -9883,7 +9883,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -9899,7 +9899,7 @@ ...@@ -9899,7 +9899,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -9928,7 +9928,7 @@ ...@@ -9928,7 +9928,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
], ],
"shards": 15 "shards": 15
......
...@@ -599,7 +599,7 @@ ...@@ -599,7 +599,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -615,7 +615,7 @@ ...@@ -615,7 +615,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -631,7 +631,7 @@ ...@@ -631,7 +631,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -658,7 +658,7 @@ ...@@ -658,7 +658,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -681,7 +681,7 @@ ...@@ -681,7 +681,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -704,7 +704,7 @@ ...@@ -704,7 +704,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -727,7 +727,7 @@ ...@@ -727,7 +727,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -756,7 +756,7 @@ ...@@ -756,7 +756,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -793,7 +793,7 @@ ...@@ -793,7 +793,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -816,7 +816,7 @@ ...@@ -816,7 +816,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -839,7 +839,7 @@ ...@@ -839,7 +839,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -862,7 +862,7 @@ ...@@ -862,7 +862,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -881,7 +881,7 @@ ...@@ -881,7 +881,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -897,7 +897,7 @@ ...@@ -897,7 +897,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -913,7 +913,7 @@ ...@@ -913,7 +913,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -929,7 +929,7 @@ ...@@ -929,7 +929,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
}, },
...@@ -956,7 +956,7 @@ ...@@ -956,7 +956,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -979,7 +979,7 @@ ...@@ -979,7 +979,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -1002,7 +1002,7 @@ ...@@ -1002,7 +1002,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -1025,7 +1025,7 @@ ...@@ -1025,7 +1025,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -1054,7 +1054,7 @@ ...@@ -1054,7 +1054,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -1091,7 +1091,7 @@ ...@@ -1091,7 +1091,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -1114,7 +1114,7 @@ ...@@ -1114,7 +1114,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -1137,7 +1137,7 @@ ...@@ -1137,7 +1137,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
...@@ -1160,7 +1160,7 @@ ...@@ -1160,7 +1160,7 @@
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "8086:0a2e", "gpu": "8086:0a2e",
"os": "Mac-10.10" "os": "Mac-10.12"
} }
] ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment