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

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

Issue 1224453003: Convert ppapi_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « ppapi/ppapi_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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 { 291 {
292 "swarming": { 292 "swarming": {
293 "can_use_on_swarming_builders": true 293 "can_use_on_swarming_builders": true
294 }, 294 },
295 "test": "net_unittests" 295 "test": "net_unittests"
296 }, 296 },
297 { 297 {
298 "test": "ozone_unittests" 298 "test": "ozone_unittests"
299 }, 299 },
300 { 300 {
301 "swarming": {
302 "can_use_on_swarming_builders": true
303 },
301 "test": "ppapi_unittests" 304 "test": "ppapi_unittests"
302 }, 305 },
303 { 306 {
304 "swarming": { 307 "swarming": {
305 "can_use_on_swarming_builders": true 308 "can_use_on_swarming_builders": true
306 }, 309 },
307 "test": "printing_unittests" 310 "test": "printing_unittests"
308 }, 311 },
309 { 312 {
310 "swarming": { 313 "swarming": {
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 { 560 {
558 "test": "nacl_loader_unittests" 561 "test": "nacl_loader_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": "net_unittests" 567 "test": "net_unittests"
565 }, 568 },
566 { 569 {
570 "swarming": {
571 "can_use_on_swarming_builders": true
572 },
567 "test": "ppapi_unittests" 573 "test": "ppapi_unittests"
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": "printing_unittests" 579 "test": "printing_unittests"
574 }, 580 },
575 { 581 {
576 "swarming": { 582 "swarming": {
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 { 828 {
823 "test": "nacl_loader_unittests" 829 "test": "nacl_loader_unittests"
824 }, 830 },
825 { 831 {
826 "swarming": { 832 "swarming": {
827 "can_use_on_swarming_builders": true 833 "can_use_on_swarming_builders": true
828 }, 834 },
829 "test": "net_unittests" 835 "test": "net_unittests"
830 }, 836 },
831 { 837 {
838 "swarming": {
839 "can_use_on_swarming_builders": true
840 },
832 "test": "ppapi_unittests" 841 "test": "ppapi_unittests"
833 }, 842 },
834 { 843 {
835 "swarming": { 844 "swarming": {
836 "can_use_on_swarming_builders": true 845 "can_use_on_swarming_builders": true
837 }, 846 },
838 "test": "printing_unittests" 847 "test": "printing_unittests"
839 }, 848 },
840 { 849 {
841 "swarming": { 850 "swarming": {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 }, 911 },
903 { 912 {
904 "swarming": { 913 "swarming": {
905 "can_use_on_swarming_builders": true 914 "can_use_on_swarming_builders": true
906 }, 915 },
907 "test": "wm_unittests" 916 "test": "wm_unittests"
908 } 917 }
909 ] 918 ]
910 } 919 }
911 } 920 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_unittests.isolate ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698