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

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

Issue 1559663002: Use override_compile_targets for tab_capture_end2end_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | 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 "GPU NextGen Linux Builder": {}, 2 "GPU NextGen Linux Builder": {},
3 "GPU NextGen Linux Builder (dbg)": {}, 3 "GPU NextGen Linux Builder (dbg)": {},
4 "GPU NextGen Mac Builder": {}, 4 "GPU NextGen Mac Builder": {},
5 "GPU NextGen Mac Builder (dbg)": {}, 5 "GPU NextGen Mac Builder (dbg)": {},
6 "Linux NextGen Debug (NVIDIA)": { 6 "Linux NextGen Debug (NVIDIA)": {
7 "gtest_tests": [ 7 "gtest_tests": [
8 { 8 {
9 "args": [ 9 "args": [
10 "--use-gpu-in-tests" 10 "--use-gpu-in-tests"
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "swarming": { 99 "swarming": {
100 "can_use_on_swarming_builders": true, 100 "can_use_on_swarming_builders": true,
101 "dimension_sets": [ 101 "dimension_sets": [
102 { 102 {
103 "gpu": "10de:104a", 103 "gpu": "10de:104a",
104 "os": "Linux" 104 "os": "Linux"
105 } 105 }
106 ] 106 ]
107 }, 107 },
108 "test": "gl_unittests" 108 "test": "gl_unittests"
109 },
110 {
111 "swarming": {
112 "can_use_on_swarming_builders": true,
113 "dimension_sets": [
114 {
115 "gpu": "10de:104a",
116 "os": "Linux"
117 }
118 ]
119 },
120 "test": "tab_capture_end2end_tests"
121 } 109 }
122 ], 110 ],
123 "isolated_scripts": [ 111 "isolated_scripts": [
124 { 112 {
125 "args": [ 113 "args": [
126 "context_lost", 114 "context_lost",
127 "--show-stdout", 115 "--show-stdout",
128 "--browser=debug", 116 "--browser=debug",
129 "-v", 117 "-v",
130 "--extra-browser-args=\"--enable-logging=stderr --js-flags=--expose-gc \"" 118 "--extra-browser-args=\"--enable-logging=stderr --js-flags=--expose-gc \""
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "dimension_sets": [ 469 "dimension_sets": [
482 { 470 {
483 "gpu": "10de:104a", 471 "gpu": "10de:104a",
484 "os": "Linux" 472 "os": "Linux"
485 } 473 }
486 ] 474 ]
487 }, 475 },
488 "test": "gl_unittests" 476 "test": "gl_unittests"
489 }, 477 },
490 { 478 {
479 "override_compile_targets": [
480 "tab_capture_end2end_tests_run"
481 ],
491 "swarming": { 482 "swarming": {
492 "can_use_on_swarming_builders": true, 483 "can_use_on_swarming_builders": true,
493 "dimension_sets": [ 484 "dimension_sets": [
494 { 485 {
495 "gpu": "10de:104a", 486 "gpu": "10de:104a",
496 "os": "Linux" 487 "os": "Linux"
497 } 488 }
498 ] 489 ]
499 }, 490 },
500 "test": "tab_capture_end2end_tests" 491 "test": "tab_capture_end2end_tests"
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 "can_use_on_swarming_builders": true, 857 "can_use_on_swarming_builders": true,
867 "dimension_sets": [ 858 "dimension_sets": [
868 { 859 {
869 "gpu": "1002:6821", 860 "gpu": "1002:6821",
870 "hidpi": "1", 861 "hidpi": "1",
871 "os": "Mac-10.10" 862 "os": "Mac-10.10"
872 } 863 }
873 ] 864 ]
874 }, 865 },
875 "test": "gl_unittests" 866 "test": "gl_unittests"
876 },
877 {
878 "swarming": {
879 "can_use_on_swarming_builders": true,
880 "dimension_sets": [
881 {
882 "gpu": "1002:6821",
883 "hidpi": "1",
884 "os": "Mac-10.10"
885 }
886 ]
887 },
888 "test": "tab_capture_end2end_tests"
889 } 867 }
890 ], 868 ],
891 "isolated_scripts": [ 869 "isolated_scripts": [
892 { 870 {
893 "args": [ 871 "args": [
894 "context_lost", 872 "context_lost",
895 "--show-stdout", 873 "--show-stdout",
896 "--browser=debug", 874 "--browser=debug",
897 "-v", 875 "-v",
898 "--extra-browser-args=\"--enable-logging=stderr --js-flags=--expose-gc \"" 876 "--extra-browser-args=\"--enable-logging=stderr --js-flags=--expose-gc \""
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1267 { 1245 {
1268 "gpu": "1002:6821", 1246 "gpu": "1002:6821",
1269 "hidpi": "1", 1247 "hidpi": "1",
1270 "os": "Mac-10.10" 1248 "os": "Mac-10.10"
1271 } 1249 }
1272 ] 1250 ]
1273 }, 1251 },
1274 "test": "gl_unittests" 1252 "test": "gl_unittests"
1275 }, 1253 },
1276 { 1254 {
1255 "override_compile_targets": [
1256 "tab_capture_end2end_tests_run"
1257 ],
1277 "swarming": { 1258 "swarming": {
1278 "can_use_on_swarming_builders": true, 1259 "can_use_on_swarming_builders": true,
1279 "dimension_sets": [ 1260 "dimension_sets": [
1280 { 1261 {
1281 "gpu": "1002:6821", 1262 "gpu": "1002:6821",
1282 "hidpi": "1", 1263 "hidpi": "1",
1283 "os": "Mac-10.10" 1264 "os": "Mac-10.10"
1284 } 1265 }
1285 ] 1266 ]
1286 }, 1267 },
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
1555 "gpu": "1002:6821", 1536 "gpu": "1002:6821",
1556 "hidpi": "1", 1537 "hidpi": "1",
1557 "os": "Mac-10.10" 1538 "os": "Mac-10.10"
1558 } 1539 }
1559 ] 1540 ]
1560 } 1541 }
1561 } 1542 }
1562 ] 1543 ]
1563 } 1544 }
1564 } 1545 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698