Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(916)

Side by Side Diff: testing/buildbot/chromium.gpu.fyi.json

Issue 2746363008: gpu_tests: do not run info_collection on Mac Asan (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {}, 2 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
3 "AAAAA2 See generate_buildbot_json.py to make changes": {}, 3 "AAAAA2 See generate_buildbot_json.py to make changes": {},
4 "Android Release (NVIDIA Shield)": { 4 "Android Release (NVIDIA Shield)": {
5 "gtest_tests": [ 5 "gtest_tests": [
6 { 6 {
7 "override_isolate_target": "angle_end2end_tests", 7 "override_isolate_target": "angle_end2end_tests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false, 9 "can_use_on_swarming_builders": false,
10 "cipd_packages": [ 10 "cipd_packages": [
(...skipping 8117 matching lines...) Expand 10 before | Expand all | Expand 10 after
8128 { 8128 {
8129 "gpu": "1002:6821", 8129 "gpu": "1002:6821",
8130 "hidpi": "1", 8130 "hidpi": "1",
8131 "os": "Mac" 8131 "os": "Mac"
8132 } 8132 }
8133 ] 8133 ]
8134 } 8134 }
8135 }, 8135 },
8136 { 8136 {
8137 "args": [ 8137 "args": [
8138 "info_collection",
8139 "--show-stdout",
8140 "--browser=release",
8141 "-v",
8142 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
8143 "--expected-vendor-id",
8144 "8086",
8145 "--expected-device-id",
8146 "0a2e"
8147 ],
8148 "isolate_name": "telemetry_gpu_integration_test",
8149 "name": "info_collection_tests",
8150 "override_compile_targets": [
8151 "telemetry_gpu_integration_test_run"
8152 ],
8153 "swarming": {
8154 "can_use_on_swarming_builders": true,
8155 "dimension_sets": [
8156 {
8157 "gpu": "8086:0a2e",
8158 "os": "Mac-10.12"
8159 },
8160 {
8161 "gpu": "1002:6821",
8162 "hidpi": "1",
8163 "os": "Mac"
8164 }
8165 ]
8166 }
8167 },
8168 {
8169 "args": [
8170 "maps", 8138 "maps",
8171 "--show-stdout", 8139 "--show-stdout",
8172 "--browser=release", 8140 "--browser=release",
8173 "-v", 8141 "-v",
8174 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 8142 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
8175 "--os-type", 8143 "--os-type",
8176 "mac", 8144 "mac",
8177 "--build-revision", 8145 "--build-revision",
8178 "${got_revision}", 8146 "${got_revision}",
8179 "--test-machine-name", 8147 "--test-machine-name",
(...skipping 11964 matching lines...) Expand 10 before | Expand all | Expand 10 after
20144 { 20112 {
20145 "gpu": "10de:104a", 20113 "gpu": "10de:104a",
20146 "os": "Windows-2008ServerR2-SP1" 20114 "os": "Windows-2008ServerR2-SP1"
20147 } 20115 }
20148 ] 20116 ]
20149 } 20117 }
20150 } 20118 }
20151 ] 20119 ]
20152 } 20120 }
20153 } 20121 }
OLDNEW
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698