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

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

Issue 1209213003: Convert nacl_loader_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 | « components/nacl_loader_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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 { 279 {
280 "swarming": { 280 "swarming": {
281 "can_use_on_swarming_builders": true 281 "can_use_on_swarming_builders": true
282 }, 282 },
283 "test": "midi_unittests" 283 "test": "midi_unittests"
284 }, 284 },
285 { 285 {
286 "test": "nacl_helper_nonsfi_unittests" 286 "test": "nacl_helper_nonsfi_unittests"
287 }, 287 },
288 { 288 {
289 "swarming": {
290 "can_use_on_swarming_builders": true
291 },
289 "test": "nacl_loader_unittests" 292 "test": "nacl_loader_unittests"
290 }, 293 },
291 { 294 {
292 "swarming": { 295 "swarming": {
293 "can_use_on_swarming_builders": true 296 "can_use_on_swarming_builders": true
294 }, 297 },
295 "test": "net_unittests" 298 "test": "net_unittests"
296 }, 299 },
297 { 300 {
298 "test": "ozone_unittests" 301 "test": "ozone_unittests"
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 { 551 {
549 "swarming": { 552 "swarming": {
550 "can_use_on_swarming_builders": true 553 "can_use_on_swarming_builders": true
551 }, 554 },
552 "test": "midi_unittests" 555 "test": "midi_unittests"
553 }, 556 },
554 { 557 {
555 "test": "nacl_helper_nonsfi_unittests" 558 "test": "nacl_helper_nonsfi_unittests"
556 }, 559 },
557 { 560 {
561 "swarming": {
562 "can_use_on_swarming_builders": true
563 },
558 "test": "nacl_loader_unittests" 564 "test": "nacl_loader_unittests"
559 }, 565 },
560 { 566 {
561 "swarming": { 567 "swarming": {
562 "can_use_on_swarming_builders": true 568 "can_use_on_swarming_builders": true
563 }, 569 },
564 "test": "net_unittests" 570 "test": "net_unittests"
565 }, 571 },
566 { 572 {
567 "test": "ppapi_unittests" 573 "test": "ppapi_unittests"
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 { 819 {
814 "swarming": { 820 "swarming": {
815 "can_use_on_swarming_builders": true 821 "can_use_on_swarming_builders": true
816 }, 822 },
817 "test": "midi_unittests" 823 "test": "midi_unittests"
818 }, 824 },
819 { 825 {
820 "test": "nacl_helper_nonsfi_unittests" 826 "test": "nacl_helper_nonsfi_unittests"
821 }, 827 },
822 { 828 {
829 "swarming": {
830 "can_use_on_swarming_builders": true
831 },
823 "test": "nacl_loader_unittests" 832 "test": "nacl_loader_unittests"
824 }, 833 },
825 { 834 {
826 "swarming": { 835 "swarming": {
827 "can_use_on_swarming_builders": true 836 "can_use_on_swarming_builders": true
828 }, 837 },
829 "test": "net_unittests" 838 "test": "net_unittests"
830 }, 839 },
831 { 840 {
832 "test": "ppapi_unittests" 841 "test": "ppapi_unittests"
(...skipping 69 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 | « components/nacl_loader_unittests.isolate ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698