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

Side by Side Diff: testing/buildbot/chromium.webkit.json

Issue 1692363003: Convert views_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gnnn Created 4 years, 10 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 | « testing/buildbot/chromium.memory.fyi.json ('k') | testing/buildbot/chromium.win.json » ('j') | 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 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 }, 254 },
255 "test": "unit_tests" 255 "test": "unit_tests"
256 }, 256 },
257 { 257 {
258 "swarming": { 258 "swarming": {
259 "can_use_on_swarming_builders": true 259 "can_use_on_swarming_builders": true
260 }, 260 },
261 "test": "url_unittests" 261 "test": "url_unittests"
262 }, 262 },
263 { 263 {
264 "swarming": {
265 "can_use_on_swarming_builders": true
266 },
264 "test": "views_unittests" 267 "test": "views_unittests"
265 }, 268 },
266 { 269 {
267 "swarming": { 270 "swarming": {
268 "can_use_on_swarming_builders": true 271 "can_use_on_swarming_builders": true
269 }, 272 },
270 "test": "wm_unittests" 273 "test": "wm_unittests"
271 } 274 }
272 ] 275 ]
273 }, 276 },
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 }, 531 },
529 "test": "unit_tests" 532 "test": "unit_tests"
530 }, 533 },
531 { 534 {
532 "swarming": { 535 "swarming": {
533 "can_use_on_swarming_builders": true 536 "can_use_on_swarming_builders": true
534 }, 537 },
535 "test": "url_unittests" 538 "test": "url_unittests"
536 }, 539 },
537 { 540 {
541 "swarming": {
542 "can_use_on_swarming_builders": true
543 },
538 "test": "views_unittests" 544 "test": "views_unittests"
539 }, 545 },
540 { 546 {
541 "swarming": { 547 "swarming": {
542 "can_use_on_swarming_builders": true 548 "can_use_on_swarming_builders": true
543 }, 549 },
544 "test": "wm_unittests" 550 "test": "wm_unittests"
545 } 551 }
546 ] 552 ]
547 }, 553 },
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 }, 1115 },
1110 "test": "unit_tests" 1116 "test": "unit_tests"
1111 }, 1117 },
1112 { 1118 {
1113 "swarming": { 1119 "swarming": {
1114 "can_use_on_swarming_builders": true 1120 "can_use_on_swarming_builders": true
1115 }, 1121 },
1116 "test": "url_unittests" 1122 "test": "url_unittests"
1117 }, 1123 },
1118 { 1124 {
1125 "swarming": {
1126 "can_use_on_swarming_builders": true
1127 },
1119 "test": "views_unittests" 1128 "test": "views_unittests"
1120 }, 1129 },
1121 { 1130 {
1122 "swarming": { 1131 "swarming": {
1123 "can_use_on_swarming_builders": true 1132 "can_use_on_swarming_builders": true
1124 }, 1133 },
1125 "test": "webkit_unit_tests" 1134 "test": "webkit_unit_tests"
1126 }, 1135 },
1127 { 1136 {
1128 "swarming": { 1137 "swarming": {
(...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
1876 "name": "webkit_lint", 1885 "name": "webkit_lint",
1877 "script": "webkit_lint.py" 1886 "script": "webkit_lint.py"
1878 }, 1887 },
1879 { 1888 {
1880 "name": "webkit_python_tests", 1889 "name": "webkit_python_tests",
1881 "script": "webkit_python_tests.py" 1890 "script": "webkit_python_tests.py"
1882 } 1891 }
1883 ] 1892 ]
1884 } 1893 }
1885 } 1894 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698