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

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

Issue 1216033005: Convert remoting_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@12_wm_unittests
Patch Set: Rebase 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 | « remoting/remoting_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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 { 288 {
289 "test": "ppapi_unittests" 289 "test": "ppapi_unittests"
290 }, 290 },
291 { 291 {
292 "swarming": { 292 "swarming": {
293 "can_use_on_swarming_builders": true 293 "can_use_on_swarming_builders": true
294 }, 294 },
295 "test": "printing_unittests" 295 "test": "printing_unittests"
296 }, 296 },
297 { 297 {
298 "swarming": {
299 "can_use_on_swarming_builders": true
300 },
298 "test": "remoting_unittests" 301 "test": "remoting_unittests"
299 }, 302 },
300 { 303 {
301 "args": [ 304 "args": [
302 "--test-launcher-print-test-stdio=always" 305 "--test-launcher-print-test-stdio=always"
303 ], 306 ],
304 "swarming": { 307 "swarming": {
305 "can_use_on_swarming_builders": true 308 "can_use_on_swarming_builders": true
306 }, 309 },
307 "test": "sandbox_linux_unittests" 310 "test": "sandbox_linux_unittests"
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 { 542 {
540 "test": "ppapi_unittests" 543 "test": "ppapi_unittests"
541 }, 544 },
542 { 545 {
543 "swarming": { 546 "swarming": {
544 "can_use_on_swarming_builders": true 547 "can_use_on_swarming_builders": true
545 }, 548 },
546 "test": "printing_unittests" 549 "test": "printing_unittests"
547 }, 550 },
548 { 551 {
552 "swarming": {
553 "can_use_on_swarming_builders": true
554 },
549 "test": "remoting_unittests" 555 "test": "remoting_unittests"
550 }, 556 },
551 { 557 {
552 "args": [ 558 "args": [
553 "--test-launcher-print-test-stdio=always" 559 "--test-launcher-print-test-stdio=always"
554 ], 560 ],
555 "swarming": { 561 "swarming": {
556 "can_use_on_swarming_builders": true 562 "can_use_on_swarming_builders": true
557 }, 563 },
558 "test": "sandbox_linux_unittests" 564 "test": "sandbox_linux_unittests"
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 { 795 {
790 "test": "ppapi_unittests" 796 "test": "ppapi_unittests"
791 }, 797 },
792 { 798 {
793 "swarming": { 799 "swarming": {
794 "can_use_on_swarming_builders": true 800 "can_use_on_swarming_builders": true
795 }, 801 },
796 "test": "printing_unittests" 802 "test": "printing_unittests"
797 }, 803 },
798 { 804 {
805 "swarming": {
806 "can_use_on_swarming_builders": true
807 },
799 "test": "remoting_unittests" 808 "test": "remoting_unittests"
800 }, 809 },
801 { 810 {
802 "args": [ 811 "args": [
803 "--test-launcher-print-test-stdio=always" 812 "--test-launcher-print-test-stdio=always"
804 ], 813 ],
805 "swarming": { 814 "swarming": {
806 "can_use_on_swarming_builders": true 815 "can_use_on_swarming_builders": true
807 }, 816 },
808 "test": "sandbox_linux_unittests" 817 "test": "sandbox_linux_unittests"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 }, 866 },
858 { 867 {
859 "swarming": { 868 "swarming": {
860 "can_use_on_swarming_builders": true 869 "can_use_on_swarming_builders": true
861 }, 870 },
862 "test": "wm_unittests" 871 "test": "wm_unittests"
863 } 872 }
864 ] 873 ]
865 } 874 }
866 } 875 }
OLDNEW
« no previous file with comments | « remoting/remoting_unittests.isolate ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698