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

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

Issue 1218743005: Revert of 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 },
304 "test": "ppapi_unittests" 301 "test": "ppapi_unittests"
305 }, 302 },
306 { 303 {
307 "swarming": { 304 "swarming": {
308 "can_use_on_swarming_builders": true 305 "can_use_on_swarming_builders": true
309 }, 306 },
310 "test": "printing_unittests" 307 "test": "printing_unittests"
311 }, 308 },
312 { 309 {
313 "swarming": { 310 "swarming": {
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 { 557 {
561 "test": "nacl_loader_unittests" 558 "test": "nacl_loader_unittests"
562 }, 559 },
563 { 560 {
564 "swarming": { 561 "swarming": {
565 "can_use_on_swarming_builders": true 562 "can_use_on_swarming_builders": true
566 }, 563 },
567 "test": "net_unittests" 564 "test": "net_unittests"
568 }, 565 },
569 { 566 {
570 "swarming": {
571 "can_use_on_swarming_builders": true
572 },
573 "test": "ppapi_unittests" 567 "test": "ppapi_unittests"
574 }, 568 },
575 { 569 {
576 "swarming": { 570 "swarming": {
577 "can_use_on_swarming_builders": true 571 "can_use_on_swarming_builders": true
578 }, 572 },
579 "test": "printing_unittests" 573 "test": "printing_unittests"
580 }, 574 },
581 { 575 {
582 "swarming": { 576 "swarming": {
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 { 822 {
829 "test": "nacl_loader_unittests" 823 "test": "nacl_loader_unittests"
830 }, 824 },
831 { 825 {
832 "swarming": { 826 "swarming": {
833 "can_use_on_swarming_builders": true 827 "can_use_on_swarming_builders": true
834 }, 828 },
835 "test": "net_unittests" 829 "test": "net_unittests"
836 }, 830 },
837 { 831 {
838 "swarming": {
839 "can_use_on_swarming_builders": true
840 },
841 "test": "ppapi_unittests" 832 "test": "ppapi_unittests"
842 }, 833 },
843 { 834 {
844 "swarming": { 835 "swarming": {
845 "can_use_on_swarming_builders": true 836 "can_use_on_swarming_builders": true
846 }, 837 },
847 "test": "printing_unittests" 838 "test": "printing_unittests"
848 }, 839 },
849 { 840 {
850 "swarming": { 841 "swarming": {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 }, 902 },
912 { 903 {
913 "swarming": { 904 "swarming": {
914 "can_use_on_swarming_builders": true 905 "can_use_on_swarming_builders": true
915 }, 906 },
916 "test": "wm_unittests" 907 "test": "wm_unittests"
917 } 908 }
918 ] 909 ]
919 } 910 }
920 } 911 }
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