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

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

Issue 1217173004: Convert sql_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@7_cacheinvalidation_unittests
Patch Set: Fix android 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
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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 ], 300 ],
301 "test": "sandbox_linux_unittests" 301 "test": "sandbox_linux_unittests"
302 }, 302 },
303 { 303 {
304 "swarming": { 304 "swarming": {
305 "can_use_on_swarming_builders": true 305 "can_use_on_swarming_builders": true
306 }, 306 },
307 "test": "skia_unittests" 307 "test": "skia_unittests"
308 }, 308 },
309 { 309 {
310 "swarming": {
311 "can_use_on_swarming_builders": true
312 },
310 "test": "sql_unittests" 313 "test": "sql_unittests"
311 }, 314 },
312 { 315 {
313 "test": "sync_unit_tests" 316 "test": "sync_unit_tests"
314 }, 317 },
315 { 318 {
316 "swarming": { 319 "swarming": {
317 "can_use_on_swarming_builders": true 320 "can_use_on_swarming_builders": true
318 }, 321 },
319 "test": "ui_base_unittests" 322 "test": "ui_base_unittests"
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 ], 539 ],
537 "test": "sandbox_linux_unittests" 540 "test": "sandbox_linux_unittests"
538 }, 541 },
539 { 542 {
540 "swarming": { 543 "swarming": {
541 "can_use_on_swarming_builders": true 544 "can_use_on_swarming_builders": true
542 }, 545 },
543 "test": "skia_unittests" 546 "test": "skia_unittests"
544 }, 547 },
545 { 548 {
549 "swarming": {
550 "can_use_on_swarming_builders": true
551 },
546 "test": "sql_unittests" 552 "test": "sql_unittests"
547 }, 553 },
548 { 554 {
549 "test": "sync_unit_tests" 555 "test": "sync_unit_tests"
550 }, 556 },
551 { 557 {
552 "swarming": { 558 "swarming": {
553 "can_use_on_swarming_builders": true 559 "can_use_on_swarming_builders": true
554 }, 560 },
555 "test": "ui_base_unittests" 561 "test": "ui_base_unittests"
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 ], 777 ],
772 "test": "sandbox_linux_unittests" 778 "test": "sandbox_linux_unittests"
773 }, 779 },
774 { 780 {
775 "swarming": { 781 "swarming": {
776 "can_use_on_swarming_builders": true 782 "can_use_on_swarming_builders": true
777 }, 783 },
778 "test": "skia_unittests" 784 "test": "skia_unittests"
779 }, 785 },
780 { 786 {
787 "swarming": {
788 "can_use_on_swarming_builders": true
789 },
781 "test": "sql_unittests" 790 "test": "sql_unittests"
782 }, 791 },
783 { 792 {
784 "test": "sync_unit_tests" 793 "test": "sync_unit_tests"
785 }, 794 },
786 { 795 {
787 "swarming": { 796 "swarming": {
788 "can_use_on_swarming_builders": true 797 "can_use_on_swarming_builders": true
789 }, 798 },
790 "test": "ui_base_unittests" 799 "test": "ui_base_unittests"
(...skipping 21 matching lines...) Expand all
812 }, 821 },
813 { 822 {
814 "test": "views_unittests" 823 "test": "views_unittests"
815 }, 824 },
816 { 825 {
817 "test": "wm_unittests" 826 "test": "wm_unittests"
818 } 827 }
819 ] 828 ]
820 } 829 }
821 } 830 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698