Commit f6e1f0e4 authored by Brian Sheedy's avatar Brian Sheedy Committed by Commit Bot

Enable ResultDB on GPU Telemetry tests

Enables ResultDB integration on all GPU Telemetry-based tests since
they should all natively support reporting results through ResultSink
now.

Note that this does not necessarily mean that ResultDB support will
always be enabled, as it hasn't been turned on for all builders yet.

Bug: 1104252
Change-Id: I998bae99484e585a6ebd824e57d8030fff18f8fa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518281
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Reviewed-by: default avatarYuly Novikov <ynovikov@chromium.org>
Reviewed-by: default avatarChan Li <chanli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#825624}
parent 6bfc64c6
...@@ -1107,6 +1107,9 @@ ...@@ -1107,6 +1107,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "webgl_conformance_tests", "name": "webgl_conformance_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
......
...@@ -14656,6 +14656,9 @@ ...@@ -14656,6 +14656,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "context_lost_validating_tests", "name": "context_lost_validating_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -14685,6 +14688,9 @@ ...@@ -14685,6 +14688,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "depth_capture_tests", "name": "depth_capture_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -14714,6 +14720,9 @@ ...@@ -14714,6 +14720,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "gpu_process_launch_tests", "name": "gpu_process_launch_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -14743,6 +14752,9 @@ ...@@ -14743,6 +14752,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "hardware_accelerated_feature_tests", "name": "hardware_accelerated_feature_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -14776,6 +14788,9 @@ ...@@ -14776,6 +14788,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "info_collection_tests", "name": "info_collection_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -14811,6 +14826,9 @@ ...@@ -14811,6 +14826,9 @@
"--gerrit-patchset=${patch_set}", "--gerrit-patchset=${patch_set}",
"--buildbucket-id=${buildbucket_build_id}" "--buildbucket-id=${buildbucket_build_id}"
], ],
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -14846,6 +14864,9 @@ ...@@ -14846,6 +14864,9 @@
"--gerrit-patchset=${patch_set}", "--gerrit-patchset=${patch_set}",
"--buildbucket-id=${buildbucket_build_id}" "--buildbucket-id=${buildbucket_build_id}"
], ],
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -14875,6 +14896,9 @@ ...@@ -14875,6 +14896,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "screenshot_sync_tests", "name": "screenshot_sync_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -14904,6 +14928,9 @@ ...@@ -14904,6 +14928,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "trace_test", "name": "trace_test",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -14933,6 +14960,9 @@ ...@@ -14933,6 +14960,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "webgl_conformance_tests", "name": "webgl_conformance_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
This diff is collapsed.
This diff is collapsed.
...@@ -4186,6 +4186,9 @@ ...@@ -4186,6 +4186,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "context_lost_validating_tests", "name": "context_lost_validating_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -4215,6 +4218,9 @@ ...@@ -4215,6 +4218,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "depth_capture_tests", "name": "depth_capture_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -4244,6 +4250,9 @@ ...@@ -4244,6 +4250,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "gpu_process_launch_tests", "name": "gpu_process_launch_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -4273,6 +4282,9 @@ ...@@ -4273,6 +4282,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "hardware_accelerated_feature_tests", "name": "hardware_accelerated_feature_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -4306,6 +4318,9 @@ ...@@ -4306,6 +4318,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "info_collection_tests", "name": "info_collection_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -4341,6 +4356,9 @@ ...@@ -4341,6 +4356,9 @@
"--gerrit-patchset=${patch_set}", "--gerrit-patchset=${patch_set}",
"--buildbucket-id=${buildbucket_build_id}" "--buildbucket-id=${buildbucket_build_id}"
], ],
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -4370,6 +4388,9 @@ ...@@ -4370,6 +4388,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "screenshot_sync_tests", "name": "screenshot_sync_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -4399,6 +4420,9 @@ ...@@ -4399,6 +4420,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "trace_test", "name": "trace_test",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
......
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "webgl_conformance_swangle_passthrough_tests", "name": "webgl_conformance_swangle_passthrough_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -53,6 +56,9 @@ ...@@ -53,6 +56,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "webgl_conformance_swiftshader_validating_tests", "name": "webgl_conformance_swiftshader_validating_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -1565,6 +1571,9 @@ ...@@ -1565,6 +1571,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "webgl_conformance_swangle_passthrough_tests", "name": "webgl_conformance_swangle_passthrough_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -1597,6 +1606,9 @@ ...@@ -1597,6 +1606,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "webgl_conformance_swiftshader_validating_tests", "name": "webgl_conformance_swiftshader_validating_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -1633,6 +1645,9 @@ ...@@ -1633,6 +1645,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "webgl_conformance_swangle_passthrough_tests", "name": "webgl_conformance_swangle_passthrough_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
...@@ -1665,6 +1680,9 @@ ...@@ -1665,6 +1680,9 @@
"script": "//testing/merge_scripts/standard_isolated_script_merge.py" "script": "//testing/merge_scripts/standard_isolated_script_merge.py"
}, },
"name": "webgl_conformance_swiftshader_validating_tests", "name": "webgl_conformance_swiftshader_validating_tests",
"resultdb": {
"enable": true
},
"should_retry_with_patch": false, "should_retry_with_patch": false,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
......
This diff is collapsed.
...@@ -286,6 +286,11 @@ ...@@ -286,6 +286,11 @@
}, },
}, },
}, },
'enable_resultdb': {
'resultdb': {
'enable': True,
},
},
'flounder': { 'flounder': {
# Nexus 9 # Nexus 9
'swarming': { 'swarming': {
......
This diff is collapsed.
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