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

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

Issue 1218143002: Convert sync_unit_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@9_gcm_unit_tests
Patch Set: Add chrome/test/data/sync, remove sync/tools/testserver/ Created 5 years, 5 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 | « sync/sync_unit_tests.isolate ('k') | testing/buildbot/chromium.fyi.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 GN": { 2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "browser_tests", 7 "browser_tests",
8 "cacheinvalidation_unittests", 8 "cacheinvalidation_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "chromeos_unittests", 10 "chromeos_unittests",
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 }, 312 },
313 "test": "skia_unittests" 313 "test": "skia_unittests"
314 }, 314 },
315 { 315 {
316 "swarming": { 316 "swarming": {
317 "can_use_on_swarming_builders": true 317 "can_use_on_swarming_builders": true
318 }, 318 },
319 "test": "sql_unittests" 319 "test": "sql_unittests"
320 }, 320 },
321 { 321 {
322 "swarming": {
323 "can_use_on_swarming_builders": true
324 },
322 "test": "sync_unit_tests" 325 "test": "sync_unit_tests"
323 }, 326 },
324 { 327 {
325 "swarming": { 328 "swarming": {
326 "can_use_on_swarming_builders": true 329 "can_use_on_swarming_builders": true
327 }, 330 },
328 "test": "ui_base_unittests" 331 "test": "ui_base_unittests"
329 }, 332 },
330 { 333 {
331 "test": "ui_chromeos_unittests" 334 "test": "ui_chromeos_unittests"
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 }, 560 },
558 "test": "skia_unittests" 561 "test": "skia_unittests"
559 }, 562 },
560 { 563 {
561 "swarming": { 564 "swarming": {
562 "can_use_on_swarming_builders": true 565 "can_use_on_swarming_builders": true
563 }, 566 },
564 "test": "sql_unittests" 567 "test": "sql_unittests"
565 }, 568 },
566 { 569 {
570 "swarming": {
571 "can_use_on_swarming_builders": true
572 },
567 "test": "sync_unit_tests" 573 "test": "sync_unit_tests"
568 }, 574 },
569 { 575 {
570 "swarming": { 576 "swarming": {
571 "can_use_on_swarming_builders": true 577 "can_use_on_swarming_builders": true
572 }, 578 },
573 "test": "ui_base_unittests" 579 "test": "ui_base_unittests"
574 }, 580 },
575 { 581 {
576 "test": "ui_chromeos_unittests" 582 "test": "ui_chromeos_unittests"
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 }, 807 },
802 "test": "skia_unittests" 808 "test": "skia_unittests"
803 }, 809 },
804 { 810 {
805 "swarming": { 811 "swarming": {
806 "can_use_on_swarming_builders": true 812 "can_use_on_swarming_builders": true
807 }, 813 },
808 "test": "sql_unittests" 814 "test": "sql_unittests"
809 }, 815 },
810 { 816 {
817 "swarming": {
818 "can_use_on_swarming_builders": true
819 },
811 "test": "sync_unit_tests" 820 "test": "sync_unit_tests"
812 }, 821 },
813 { 822 {
814 "swarming": { 823 "swarming": {
815 "can_use_on_swarming_builders": true 824 "can_use_on_swarming_builders": true
816 }, 825 },
817 "test": "ui_base_unittests" 826 "test": "ui_base_unittests"
818 }, 827 },
819 { 828 {
820 "test": "ui_chromeos_unittests" 829 "test": "ui_chromeos_unittests"
(...skipping 18 matching lines...) Expand all
839 }, 848 },
840 { 849 {
841 "test": "views_unittests" 850 "test": "views_unittests"
842 }, 851 },
843 { 852 {
844 "test": "wm_unittests" 853 "test": "wm_unittests"
845 } 854 }
846 ] 855 ]
847 } 856 }
848 } 857 }
OLDNEW
« no previous file with comments | « sync/sync_unit_tests.isolate ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698