Commit 9183165c authored by Kenneth Russell's avatar Kenneth Russell

Lock down most Win7 NVIDIA GPU bots to run tests on Win10.

Add Win10 versions of some bots for which there were previously only
Win7.

This is a prerequisite to making changes in the tools/build workspace
which will rename some of these bots.

TBR=zmo@chromium.org, jmadill@chromium.org

Bug: 807340
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;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
Change-Id: If95f57e888cbd5aceaa32a20e21d430b9cafa999
Reviewed-on: https://chromium-review.googlesource.com/896840Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#533860}
parent e2502bf4
...@@ -25,8 +25,8 @@ WIN10_NVIDIA_QUADRO_P400_STABLE_OS = 'Windows-10' ...@@ -25,8 +25,8 @@ WIN10_NVIDIA_QUADRO_P400_STABLE_OS = 'Windows-10'
# Current experimental Windows NVIDIA Quadro P400 device/driver/os # Current experimental Windows NVIDIA Quadro P400 device/driver/os
# identifiers. # identifiers.
WIN_NVIDIA_QUADRO_P400_EXPERIMENTAL_DRIVER = '10de:1cb3-23.21.13.8792' WIN10_NVIDIA_QUADRO_P400_EXPERIMENTAL_DRIVER = '10de:1cb3-23.21.13.8816'
WIN_NVIDIA_QUADRO_P400_EXPERIMENTAL_OS = 'Windows-2008ServerR2-SP1' WIN10_NVIDIA_QUADRO_P400_EXPERIMENTAL_OS = 'Windows-10'
# Use this to match all drivers for the NVIDIA Quadro P400. # Use this to match all drivers for the NVIDIA Quadro P400.
NVIDIA_QUADRO_P400_ALL_DRIVERS = '10de:1cb3-*' NVIDIA_QUADRO_P400_ALL_DRIVERS = '10de:1cb3-*'
...@@ -133,6 +133,7 @@ WATERFALL = { ...@@ -133,6 +133,7 @@ WATERFALL = {
}, },
'testers': { 'testers': {
# TODO(kbr): rename Win7 bots to Win10 in tools/build workspace.
'Win7 Release (NVIDIA)': { 'Win7 Release (NVIDIA)': {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
...@@ -156,8 +157,33 @@ WATERFALL = { ...@@ -156,8 +157,33 @@ WATERFALL = {
'Win7 Debug (NVIDIA)': { 'Win7 Debug (NVIDIA)': {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
'gpu': WIN7_NVIDIA_QUADRO_P400_STABLE_DRIVER, 'gpu': WIN10_NVIDIA_QUADRO_P400_STABLE_DRIVER,
'os': 'Windows-2008ServerR2-SP1', 'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS,
'pool': 'Chrome-GPU',
},
],
'build_config': 'Debug',
'swarming': True,
'os_type': 'win',
},
'Win10 Release (NVIDIA)': {
'swarming_dimensions': [
{
'gpu': WIN10_NVIDIA_QUADRO_P400_STABLE_DRIVER,
'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS,
'pool': 'Chrome-GPU',
},
],
'build_config': 'Release',
'swarming': True,
'os_type': 'win',
'use_gpu_trigger_script': True,
},
'Win10 Debug (NVIDIA)': {
'swarming_dimensions': [
{
'gpu': WIN10_NVIDIA_QUADRO_P400_STABLE_DRIVER,
'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS,
'pool': 'Chrome-GPU', 'pool': 'Chrome-GPU',
}, },
], ],
...@@ -273,6 +299,9 @@ FYI_WATERFALL = { ...@@ -273,6 +299,9 @@ FYI_WATERFALL = {
}, },
'testers': { 'testers': {
# TODO(kbr): switch over trybots to point to Win10 bots in
# tools/build workspace, and then switch Win7 bots back to running
# only on Win7.
'Win7 Release (NVIDIA)': { 'Win7 Release (NVIDIA)': {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
...@@ -305,11 +334,13 @@ FYI_WATERFALL = { ...@@ -305,11 +334,13 @@ FYI_WATERFALL = {
'swarming': True, 'swarming': True,
'os_type': 'win', 'os_type': 'win',
}, },
# TODO(kbr): rename Win7 dEQP bot to Win10 in tools/build and
# delete this one.
'Win7 dEQP Release (NVIDIA)': { 'Win7 dEQP Release (NVIDIA)': {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
'gpu': WIN7_NVIDIA_QUADRO_P400_STABLE_DRIVER, 'gpu': WIN10_NVIDIA_QUADRO_P400_STABLE_DRIVER,
'os': WIN7_NVIDIA_QUADRO_P400_STABLE_OS, 'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS,
'pool': 'Chrome-GPU', 'pool': 'Chrome-GPU',
}, },
], ],
...@@ -318,19 +349,27 @@ FYI_WATERFALL = { ...@@ -318,19 +349,27 @@ FYI_WATERFALL = {
'os_type': 'win', 'os_type': 'win',
'type': Types.DEQP, 'type': Types.DEQP,
'use_gpu_trigger_script': True, 'use_gpu_trigger_script': True,
'alternate_swarming_dimensions': [ },
'Win10 dEQP Release (NVIDIA)': {
'swarming_dimensions': [
{ {
'gpu': WIN10_NVIDIA_QUADRO_P400_STABLE_DRIVER, 'gpu': WIN10_NVIDIA_QUADRO_P400_STABLE_DRIVER,
'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS, 'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS,
'pool': 'Chrome-GPU', 'pool': 'Chrome-GPU',
}, },
], ],
'build_config': 'Release',
'swarming': True,
'os_type': 'win',
'type': Types.DEQP,
}, },
# TODO(kbr): rename Win7 Experimental bot to Win10 in tools/build
# and delete this one.
'Win7 Experimental Release (NVIDIA)': { 'Win7 Experimental Release (NVIDIA)': {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
'gpu': WIN_NVIDIA_QUADRO_P400_EXPERIMENTAL_DRIVER, 'gpu': WIN10_NVIDIA_QUADRO_P400_EXPERIMENTAL_DRIVER,
'os': WIN_NVIDIA_QUADRO_P400_EXPERIMENTAL_OS, 'os': WIN10_NVIDIA_QUADRO_P400_EXPERIMENTAL_OS,
'pool': 'Chrome-GPU', 'pool': 'Chrome-GPU',
}, },
], ],
...@@ -339,7 +378,22 @@ FYI_WATERFALL = { ...@@ -339,7 +378,22 @@ FYI_WATERFALL = {
'os_type': 'win', 'os_type': 'win',
'type': Types.EXPERIMENTAL, 'type': Types.EXPERIMENTAL,
# This should match another config name specified in this file. # This should match another config name specified in this file.
'stable_tester_name': 'Win7 Release (NVIDIA)', 'stable_tester_name': 'Win10 Release (NVIDIA)',
},
'Win10 Experimental Release (NVIDIA)': {
'swarming_dimensions': [
{
'gpu': WIN10_NVIDIA_QUADRO_P400_EXPERIMENTAL_DRIVER,
'os': WIN10_NVIDIA_QUADRO_P400_EXPERIMENTAL_OS,
'pool': 'Chrome-GPU',
},
],
'build_config': 'Release',
'swarming': True,
'os_type': 'win',
'type': Types.EXPERIMENTAL,
# This should match another config name specified in this file.
'stable_tester_name': 'Win10 Release (NVIDIA)',
}, },
'Win10 Release (NVIDIA)': { 'Win10 Release (NVIDIA)': {
'swarming_dimensions': [ 'swarming_dimensions': [
...@@ -352,6 +406,7 @@ FYI_WATERFALL = { ...@@ -352,6 +406,7 @@ FYI_WATERFALL = {
'build_config': 'Release', 'build_config': 'Release',
'swarming': True, 'swarming': True,
'os_type': 'win', 'os_type': 'win',
'use_gpu_trigger_script': True,
}, },
'Win10 Debug (NVIDIA)': { 'Win10 Debug (NVIDIA)': {
'swarming_dimensions': [ 'swarming_dimensions': [
...@@ -829,6 +884,9 @@ FYI_WATERFALL = { ...@@ -829,6 +884,9 @@ FYI_WATERFALL = {
# tests which aren't on the main tryservers. Unfortunately we need # tests which aren't on the main tryservers. Unfortunately we need
# a completely different (redundant) bot specification to handle # a completely different (redundant) bot specification to handle
# this. # this.
# TODO(kbr): change trybots in tools/build workspace to point to
# Optional Win10 bot, and delete this one.
'Optional Win7 Release (NVIDIA)': { 'Optional Win7 Release (NVIDIA)': {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
...@@ -850,6 +908,20 @@ FYI_WATERFALL = { ...@@ -850,6 +908,20 @@ FYI_WATERFALL = {
}, },
], ],
}, },
'Optional Win10 Release (NVIDIA)': {
'swarming_dimensions': [
{
'gpu': WIN10_NVIDIA_QUADRO_P400_STABLE_DRIVER,
'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS,
'pool': 'Chrome-GPU',
},
],
'build_config': 'Release',
'swarming': True,
'os_type': 'win',
'type': Types.OPTIONAL,
'use_gpu_trigger_script': True,
},
'Optional Mac Release (Intel)': { 'Optional Mac Release (Intel)': {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
...@@ -994,6 +1066,8 @@ V8_FYI_WATERFALL = { ...@@ -994,6 +1066,8 @@ V8_FYI_WATERFALL = {
'Win Release (NVIDIA)': { 'Win Release (NVIDIA)': {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
# TODO(kbr): cut this bot over to Win10, coordinating with
# V8 team.
'gpu': WIN7_NVIDIA_QUADRO_P400_STABLE_DRIVER, 'gpu': WIN7_NVIDIA_QUADRO_P400_STABLE_DRIVER,
'os': 'Windows-2008ServerR2-SP1', 'os': 'Windows-2008ServerR2-SP1',
'pool': 'Chrome-GPU', 'pool': 'Chrome-GPU',
...@@ -1058,7 +1132,7 @@ COMMON_GTESTS = { ...@@ -1058,7 +1132,7 @@ COMMON_GTESTS = {
'tester_configs': [ 'tester_configs': [
{ {
'predicate': Predicates.DEQP, 'predicate': Predicates.DEQP,
# Run only on the Win7 Release NVIDIA 32- and 64-bit bots # Run only on the Win10 Release NVIDIA 32- and 64-bit bots
# (and trybots) for the time being, at least until more capacity is # (and trybots) for the time being, at least until more capacity is
# added. # added.
# TODO(jmadill): Run on the Linux Release NVIDIA bots. # TODO(jmadill): Run on the Linux Release NVIDIA bots.
...@@ -1066,7 +1140,7 @@ COMMON_GTESTS = { ...@@ -1066,7 +1140,7 @@ COMMON_GTESTS = {
'swarming_dimension_sets': [ 'swarming_dimension_sets': [
{ {
'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS, 'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS,
'os': 'Windows-2008ServerR2-SP1' 'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS,
} }
], ],
}, },
...@@ -1091,10 +1165,10 @@ COMMON_GTESTS = { ...@@ -1091,10 +1165,10 @@ COMMON_GTESTS = {
{ {
'predicate': Predicates.DEQP, 'predicate': Predicates.DEQP,
'swarming_dimension_sets': [ 'swarming_dimension_sets': [
# NVIDIA Win 7 # NVIDIA Win 10
{ {
'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS, 'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS,
'os': 'Windows-2008ServerR2-SP1' 'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS,
}, },
# AMD Win 7 # AMD Win 7
{ {
...@@ -1248,10 +1322,10 @@ COMMON_GTESTS = { ...@@ -1248,10 +1322,10 @@ COMMON_GTESTS = {
# TODO(jmadill): Run this on ANGLE roll tryservers. # TODO(jmadill): Run this on ANGLE roll tryservers.
'predicate': Predicates.DEQP, 'predicate': Predicates.DEQP,
'swarming_dimension_sets': [ 'swarming_dimension_sets': [
# NVIDIA Win 7 # NVIDIA Win 10
{ {
'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS, 'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS,
'os': 'Windows-2008ServerR2-SP1' 'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS,
}, },
# AMD Win 7 # AMD Win 7
# Temporarily disabled to prevent a recipe engine crash. # Temporarily disabled to prevent a recipe engine crash.
...@@ -1329,7 +1403,7 @@ COMMON_GTESTS = { ...@@ -1329,7 +1403,7 @@ COMMON_GTESTS = {
'swarming_dimension_sets': [ 'swarming_dimension_sets': [
{ {
'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS, 'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS,
'os': 'Windows-2008ServerR2-SP1' 'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS,
} }
], ],
} }
...@@ -1358,7 +1432,7 @@ COMMON_GTESTS = { ...@@ -1358,7 +1432,7 @@ COMMON_GTESTS = {
'swarming_dimension_sets': [ 'swarming_dimension_sets': [
{ {
'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS, 'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS,
'os': 'Windows-2008ServerR2-SP1' 'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS,
}, },
{ {
'gpu': LINUX_QUADRO_P400_STABLE_DRIVER, 'gpu': LINUX_QUADRO_P400_STABLE_DRIVER,
...@@ -1720,7 +1794,9 @@ COMMON_GTESTS = { ...@@ -1720,7 +1794,9 @@ COMMON_GTESTS = {
'Win7 Release (NVIDIA)', 'Win7 Release (NVIDIA)',
'Win7 Debug (NVIDIA)', 'Win7 Debug (NVIDIA)',
'Win7 dEQP Release (NVIDIA)', 'Win7 dEQP Release (NVIDIA)',
'Win10 dEQP Release (NVIDIA)',
'Win7 Experimental Release (NVIDIA)', 'Win7 Experimental Release (NVIDIA)',
'Win10 Experimental Release (NVIDIA)',
'Win10 Debug (NVIDIA)', 'Win10 Debug (NVIDIA)',
'Win7 Release (AMD)', 'Win7 Release (AMD)',
'Win7 Debug (AMD)', 'Win7 Debug (AMD)',
...@@ -2250,7 +2326,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = { ...@@ -2250,7 +2326,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
'swarming_dimension_sets': [ 'swarming_dimension_sets': [
{ {
'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS, 'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS,
'os': 'Windows-2008ServerR2-SP1' 'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS,
}, },
], ],
'disabled_instrumentation_types': ['tsan'], 'disabled_instrumentation_types': ['tsan'],
...@@ -2294,7 +2370,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = { ...@@ -2294,7 +2370,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
'swarming_dimension_sets': [ 'swarming_dimension_sets': [
{ {
'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS, 'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS,
'os': 'Windows-2008ServerR2-SP1' 'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS,
}, },
], ],
'disabled_instrumentation_types': ['tsan'], 'disabled_instrumentation_types': ['tsan'],
...@@ -2335,7 +2411,7 @@ NON_TELEMETRY_ISOLATED_SCRIPT_TESTS = { ...@@ -2335,7 +2411,7 @@ NON_TELEMETRY_ISOLATED_SCRIPT_TESTS = {
'swarming_dimension_sets': [ 'swarming_dimension_sets': [
{ {
'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS, 'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS,
'os': 'Windows-2008ServerR2-SP1' 'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS,
}, },
{ {
'gpu': LINUX_QUADRO_P400_STABLE_DRIVER, 'gpu': LINUX_QUADRO_P400_STABLE_DRIVER,
...@@ -2380,7 +2456,7 @@ NON_TELEMETRY_ISOLATED_SCRIPT_TESTS = { ...@@ -2380,7 +2456,7 @@ NON_TELEMETRY_ISOLATED_SCRIPT_TESTS = {
'swarming_dimension_sets': [ 'swarming_dimension_sets': [
{ {
'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS, 'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS,
'os': 'Windows-2008ServerR2-SP1' 'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS,
}, },
], ],
}, },
...@@ -2403,7 +2479,7 @@ NON_TELEMETRY_ISOLATED_SCRIPT_TESTS = { ...@@ -2403,7 +2479,7 @@ NON_TELEMETRY_ISOLATED_SCRIPT_TESTS = {
'swarming_dimension_sets': [ 'swarming_dimension_sets': [
{ {
'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS, 'gpu': NVIDIA_QUADRO_P400_ALL_DRIVERS,
'os': 'Windows-2008ServerR2-SP1' 'os': WIN10_NVIDIA_QUADRO_P400_STABLE_OS,
}, },
], ],
}, },
...@@ -2525,6 +2601,9 @@ def should_run_on_tester(waterfall, tester_name, tester_config, test_config): ...@@ -2525,6 +2601,9 @@ def should_run_on_tester(waterfall, tester_name, tester_config, test_config):
# Special case for experimental tester configs. Don't run tests by default # Special case for experimental tester configs. Don't run tests by default
# if the experimental config matches the stable config. # if the experimental config matches the stable config.
if Types.EXPERIMENTAL in get_tester_type(tester_config): if Types.EXPERIMENTAL in get_tester_type(tester_config):
# TODO(kbr): there's a bug here where if the experimental bot
# doesn't match the stable bot, it runs too many tests because it
# doesn't obey the test's predicate.
is_conditional = is_test_config_experimental_conditionally(test_config) is_conditional = is_test_config_experimental_conditionally(test_config)
if experimental_config_matches_stable(waterfall, tester_config): if experimental_config_matches_stable(waterfall, tester_config):
return is_conditional return is_conditional
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2413,6 +2413,923 @@ ...@@ -2413,6 +2413,923 @@
} }
] ]
}, },
"Win10 Debug (NVIDIA)": {
"gtest_tests": [
{
"args": [
"--use-gpu-in-tests",
"--test-launcher-retry-limit=0"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"test": "angle_unittests",
"use_xvfb": false
},
{
"args": [
"--use-gpu-in-tests",
"--use-cmd-decoder=validating"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"test": "gl_tests",
"use_xvfb": false
},
{
"args": [
"--use-gpu-in-tests",
"--use-cmd-decoder=passthrough"
],
"name": "gl_tests_passthrough",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"test": "gl_tests",
"use_xvfb": false
},
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"test": "gl_unittests",
"use_xvfb": false
},
{
"args": [
"--use-angle=d3d11",
"--use-test-data-path",
"--test_video_data=test-25fps.h264:320:240:250:258:::1"
],
"name": "video_decode_accelerator_d3d11_unittest",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"test": "video_decode_accelerator_unittest",
"use_xvfb": false
}
],
"isolated_scripts": [
{
"args": [
"context_lost",
"--show-stdout",
"--browser=debug",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "context_lost_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
}
},
{
"args": [
"depth_capture",
"--show-stdout",
"--browser=debug",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "depth_capture_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
}
},
{
"args": [
"gpu_process",
"--show-stdout",
"--browser=debug",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "gpu_process_launch_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
}
},
{
"args": [
"hardware_accelerated_feature",
"--show-stdout",
"--browser=debug",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "hardware_accelerated_feature_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
}
},
{
"args": [
"info_collection",
"--show-stdout",
"--browser=debug",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
"--expected-vendor-id",
"10de",
"--expected-device-id",
"1cb3"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "info_collection_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
}
},
{
"args": [
"maps",
"--show-stdout",
"--browser=debug",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
"--dont-restore-color-profile-after-test",
"--os-type",
"win",
"--build-revision",
"${got_revision}",
"--test-machine-name",
"${buildername}"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "maps_pixel_test",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
}
},
{
"args": [
"pixel",
"--show-stdout",
"--browser=debug",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
"--dont-restore-color-profile-after-test",
"--refimg-cloud-storage-bucket",
"chromium-gpu-archive/reference-images",
"--os-type",
"win",
"--build-revision",
"${got_revision}",
"--test-machine-name",
"${buildername}"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "pixel_test",
"non_precommit_args": [
"--upload-refimg-to-cloud-storage"
],
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"precommit_args": [
"--download-refimg-from-cloud-storage"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
}
},
{
"args": [
"screenshot_sync",
"--show-stdout",
"--browser=debug",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
"--dont-restore-color-profile-after-test"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "screenshot_sync_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
}
},
{
"args": [
"trace_test",
"--show-stdout",
"--browser=debug",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "trace_test",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
}
},
{
"args": [
"webgl_conformance",
"--show-stdout",
"--browser=debug",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=validating"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "webgl_conformance_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
],
"shards": 2
}
}
]
},
"Win10 Release (NVIDIA)": {
"gtest_tests": [
{
"args": [
"--use-gpu-in-tests",
"--test-launcher-retry-limit=0"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"test": "angle_unittests",
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"10de:1cb3-23.21.13.8816\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
},
"use_xvfb": false
},
{
"args": [
"--enable-gpu",
"--test-launcher-bot-mode",
"--test-launcher-jobs=1",
"--gtest_filter=CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApiPixelTest.EndToEnd*"
],
"name": "tab_capture_end2end_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"test": "browser_tests",
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"10de:1cb3-23.21.13.8816\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
},
"use_xvfb": false
},
{
"args": [
"--use-gpu-in-tests",
"--use-cmd-decoder=validating"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"test": "gl_tests",
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"10de:1cb3-23.21.13.8816\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
},
"use_xvfb": false
},
{
"args": [
"--use-gpu-in-tests",
"--use-cmd-decoder=passthrough"
],
"name": "gl_tests_passthrough",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"test": "gl_tests",
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"10de:1cb3-23.21.13.8816\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
},
"use_xvfb": false
},
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"test": "gl_unittests",
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"10de:1cb3-23.21.13.8816\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
},
"use_xvfb": false
},
{
"args": [
"--use-angle=d3d11",
"--use-test-data-path",
"--test_video_data=test-25fps.h264:320:240:250:258:::1"
],
"name": "video_decode_accelerator_d3d11_unittest",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"test": "video_decode_accelerator_unittest",
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"10de:1cb3-23.21.13.8816\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
},
"use_xvfb": false
}
],
"isolated_scripts": [
{
"args": [
"context_lost",
"--show-stdout",
"--browser=release",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "context_lost_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"10de:1cb3-23.21.13.8816\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
}
},
{
"args": [
"depth_capture",
"--show-stdout",
"--browser=release",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "depth_capture_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"10de:1cb3-23.21.13.8816\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
}
},
{
"args": [
"gpu_process",
"--show-stdout",
"--browser=release",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "gpu_process_launch_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"10de:1cb3-23.21.13.8816\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
}
},
{
"args": [
"hardware_accelerated_feature",
"--show-stdout",
"--browser=release",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "hardware_accelerated_feature_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"10de:1cb3-23.21.13.8816\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
}
},
{
"args": [
"info_collection",
"--show-stdout",
"--browser=release",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
"--expected-vendor-id",
"10de",
"--expected-device-id",
"1cb3"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "info_collection_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"10de:1cb3-23.21.13.8816\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
}
},
{
"args": [
"maps",
"--show-stdout",
"--browser=release",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
"--dont-restore-color-profile-after-test",
"--os-type",
"win",
"--build-revision",
"${got_revision}",
"--test-machine-name",
"${buildername}"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "maps_pixel_test",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"10de:1cb3-23.21.13.8816\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
}
},
{
"args": [
"pixel",
"--show-stdout",
"--browser=release",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
"--dont-restore-color-profile-after-test",
"--refimg-cloud-storage-bucket",
"chromium-gpu-archive/reference-images",
"--os-type",
"win",
"--build-revision",
"${got_revision}",
"--test-machine-name",
"${buildername}"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "pixel_test",
"non_precommit_args": [
"--upload-refimg-to-cloud-storage"
],
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"precommit_args": [
"--download-refimg-from-cloud-storage"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"10de:1cb3-23.21.13.8816\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
}
},
{
"args": [
"screenshot_sync",
"--show-stdout",
"--browser=release",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
"--dont-restore-color-profile-after-test"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "screenshot_sync_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"10de:1cb3-23.21.13.8816\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
}
},
{
"args": [
"trace_test",
"--show-stdout",
"--browser=release",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "trace_test",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"10de:1cb3-23.21.13.8816\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
}
},
{
"args": [
"webgl_conformance",
"--show-stdout",
"--browser=release",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-cmd-decoder=validating"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "webgl_conformance_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
],
"shards": 2
},
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"10de:1cb3-23.21.13.8816\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
}
}
]
},
"Win7 Debug (NVIDIA)": { "Win7 Debug (NVIDIA)": {
"gtest_tests": [ "gtest_tests": [
{ {
...@@ -2424,8 +3341,8 @@ ...@@ -2424,8 +3341,8 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3-23.21.13.8792", "gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-10",
"pool": "Chrome-GPU" "pool": "Chrome-GPU"
} }
] ]
...@@ -2442,8 +3359,8 @@ ...@@ -2442,8 +3359,8 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3-23.21.13.8792", "gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-10",
"pool": "Chrome-GPU" "pool": "Chrome-GPU"
} }
] ]
...@@ -2461,8 +3378,8 @@ ...@@ -2461,8 +3378,8 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3-23.21.13.8792", "gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-10",
"pool": "Chrome-GPU" "pool": "Chrome-GPU"
} }
] ]
...@@ -2478,8 +3395,8 @@ ...@@ -2478,8 +3395,8 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3-23.21.13.8792", "gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-10",
"pool": "Chrome-GPU" "pool": "Chrome-GPU"
} }
] ]
...@@ -2498,8 +3415,8 @@ ...@@ -2498,8 +3415,8 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3-23.21.13.8792", "gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-10",
"pool": "Chrome-GPU" "pool": "Chrome-GPU"
} }
] ]
...@@ -2527,8 +3444,8 @@ ...@@ -2527,8 +3444,8 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3-23.21.13.8792", "gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-10",
"pool": "Chrome-GPU" "pool": "Chrome-GPU"
} }
] ]
...@@ -2552,8 +3469,8 @@ ...@@ -2552,8 +3469,8 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3-23.21.13.8792", "gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-10",
"pool": "Chrome-GPU" "pool": "Chrome-GPU"
} }
] ]
...@@ -2577,8 +3494,8 @@ ...@@ -2577,8 +3494,8 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3-23.21.13.8792", "gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-10",
"pool": "Chrome-GPU" "pool": "Chrome-GPU"
} }
] ]
...@@ -2602,8 +3519,8 @@ ...@@ -2602,8 +3519,8 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3-23.21.13.8792", "gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-10",
"pool": "Chrome-GPU" "pool": "Chrome-GPU"
} }
] ]
...@@ -2631,8 +3548,8 @@ ...@@ -2631,8 +3548,8 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3-23.21.13.8792", "gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-10",
"pool": "Chrome-GPU" "pool": "Chrome-GPU"
} }
] ]
...@@ -2663,8 +3580,8 @@ ...@@ -2663,8 +3580,8 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3-23.21.13.8792", "gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-10",
"pool": "Chrome-GPU" "pool": "Chrome-GPU"
} }
] ]
...@@ -2703,8 +3620,8 @@ ...@@ -2703,8 +3620,8 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3-23.21.13.8792", "gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-10",
"pool": "Chrome-GPU" "pool": "Chrome-GPU"
} }
] ]
...@@ -2729,8 +3646,8 @@ ...@@ -2729,8 +3646,8 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3-23.21.13.8792", "gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-10",
"pool": "Chrome-GPU" "pool": "Chrome-GPU"
} }
] ]
...@@ -2754,8 +3671,8 @@ ...@@ -2754,8 +3671,8 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3-23.21.13.8792", "gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-10",
"pool": "Chrome-GPU" "pool": "Chrome-GPU"
} }
] ]
...@@ -2779,8 +3696,8 @@ ...@@ -2779,8 +3696,8 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3-23.21.13.8792", "gpu": "10de:1cb3-23.21.13.8816",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-10",
"pool": "Chrome-GPU" "pool": "Chrome-GPU"
} }
], ],
......
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