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

Side by Side Diff: testing/buildbot/chromium.win.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.webkit.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 }, 351 },
352 "test": "unit_tests" 352 "test": "unit_tests"
353 }, 353 },
354 { 354 {
355 "swarming": { 355 "swarming": {
356 "can_use_on_swarming_builders": true 356 "can_use_on_swarming_builders": true
357 }, 357 },
358 "test": "url_unittests" 358 "test": "url_unittests"
359 }, 359 },
360 { 360 {
361 "swarming": {
362 "can_use_on_swarming_builders": true
363 },
361 "test": "views_unittests" 364 "test": "views_unittests"
362 }, 365 },
363 { 366 {
364 "swarming": { 367 "swarming": {
365 "can_use_on_swarming_builders": true 368 "can_use_on_swarming_builders": true
366 }, 369 },
367 "test": "wm_unittests" 370 "test": "wm_unittests"
368 } 371 }
369 ], 372 ],
370 "isolated_scripts": [ 373 "isolated_scripts": [
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 }, 873 },
871 "test": "unit_tests" 874 "test": "unit_tests"
872 }, 875 },
873 { 876 {
874 "swarming": { 877 "swarming": {
875 "can_use_on_swarming_builders": true 878 "can_use_on_swarming_builders": true
876 }, 879 },
877 "test": "url_unittests" 880 "test": "url_unittests"
878 }, 881 },
879 { 882 {
883 "swarming": {
884 "can_use_on_swarming_builders": true
885 },
880 "test": "views_unittests" 886 "test": "views_unittests"
881 }, 887 },
882 { 888 {
883 "swarming": { 889 "swarming": {
884 "can_use_on_swarming_builders": true 890 "can_use_on_swarming_builders": true
885 }, 891 },
886 "test": "wm_unittests" 892 "test": "wm_unittests"
887 } 893 }
888 ], 894 ],
889 "isolated_scripts": [ 895 "isolated_scripts": [
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
1240 }, 1246 },
1241 "test": "unit_tests" 1247 "test": "unit_tests"
1242 }, 1248 },
1243 { 1249 {
1244 "swarming": { 1250 "swarming": {
1245 "can_use_on_swarming_builders": true 1251 "can_use_on_swarming_builders": true
1246 }, 1252 },
1247 "test": "url_unittests" 1253 "test": "url_unittests"
1248 }, 1254 },
1249 { 1255 {
1256 "swarming": {
1257 "can_use_on_swarming_builders": true
1258 },
1250 "test": "views_unittests" 1259 "test": "views_unittests"
1251 }, 1260 },
1252 { 1261 {
1253 "swarming": { 1262 "swarming": {
1254 "can_use_on_swarming_builders": true 1263 "can_use_on_swarming_builders": true
1255 }, 1264 },
1256 "test": "wm_unittests" 1265 "test": "wm_unittests"
1257 } 1266 }
1258 ], 1267 ],
1259 "isolated_scripts": [ 1268 "isolated_scripts": [
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1447 "sync_integration_tests", 1456 "sync_integration_tests",
1448 "sync_unit_tests", 1457 "sync_unit_tests",
1449 "ui_base_unittests", 1458 "ui_base_unittests",
1450 "ui_touch_selection_unittests", 1459 "ui_touch_selection_unittests",
1451 "url_unittests", 1460 "url_unittests",
1452 "views_unittests", 1461 "views_unittests",
1453 "wm_unittests" 1462 "wm_unittests"
1454 ] 1463 ]
1455 } 1464 }
1456 } 1465 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.webkit.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698