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

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

Issue 1215213002: Convert sandbox_linux_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@10_sync_unit_tests
Patch Set: 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 | « sandbox/sandbox_linux_unittests.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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 }, 294 },
295 "test": "printing_unittests" 295 "test": "printing_unittests"
296 }, 296 },
297 { 297 {
298 "test": "remoting_unittests" 298 "test": "remoting_unittests"
299 }, 299 },
300 { 300 {
301 "args": [ 301 "args": [
302 "--test-launcher-print-test-stdio=always" 302 "--test-launcher-print-test-stdio=always"
303 ], 303 ],
304 "swarming": {
305 "can_use_on_swarming_builders": true
306 },
304 "test": "sandbox_linux_unittests" 307 "test": "sandbox_linux_unittests"
305 }, 308 },
306 { 309 {
307 "swarming": { 310 "swarming": {
308 "can_use_on_swarming_builders": true 311 "can_use_on_swarming_builders": true
309 }, 312 },
310 "test": "skia_unittests" 313 "test": "skia_unittests"
311 }, 314 },
312 { 315 {
313 "swarming": { 316 "swarming": {
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 }, 542 },
540 "test": "printing_unittests" 543 "test": "printing_unittests"
541 }, 544 },
542 { 545 {
543 "test": "remoting_unittests" 546 "test": "remoting_unittests"
544 }, 547 },
545 { 548 {
546 "args": [ 549 "args": [
547 "--test-launcher-print-test-stdio=always" 550 "--test-launcher-print-test-stdio=always"
548 ], 551 ],
552 "swarming": {
553 "can_use_on_swarming_builders": true
554 },
549 "test": "sandbox_linux_unittests" 555 "test": "sandbox_linux_unittests"
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": "skia_unittests" 561 "test": "skia_unittests"
556 }, 562 },
557 { 563 {
558 "swarming": { 564 "swarming": {
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 }, 789 },
784 "test": "printing_unittests" 790 "test": "printing_unittests"
785 }, 791 },
786 { 792 {
787 "test": "remoting_unittests" 793 "test": "remoting_unittests"
788 }, 794 },
789 { 795 {
790 "args": [ 796 "args": [
791 "--test-launcher-print-test-stdio=always" 797 "--test-launcher-print-test-stdio=always"
792 ], 798 ],
799 "swarming": {
800 "can_use_on_swarming_builders": true
801 },
793 "test": "sandbox_linux_unittests" 802 "test": "sandbox_linux_unittests"
794 }, 803 },
795 { 804 {
796 "swarming": { 805 "swarming": {
797 "can_use_on_swarming_builders": true 806 "can_use_on_swarming_builders": true
798 }, 807 },
799 "test": "skia_unittests" 808 "test": "skia_unittests"
800 }, 809 },
801 { 810 {
802 "swarming": { 811 "swarming": {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 | « sandbox/sandbox_linux_unittests.isolate ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698