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

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

Issue 1217563004: Isolate device_unittests. (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
OLDNEW
1 { 1 {
2 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_public_apk", 4 "chrome_public_apk",
5 "chrome_public_test_apk", 5 "chrome_public_test_apk",
6 "chrome_shell_apk", 6 "chrome_shell_apk",
7 "chrome_shell_test_apk", 7 "chrome_shell_test_apk",
8 "content_shell_apk", 8 "content_shell_apk",
9 "mandoline:all" 9 "mandoline:all"
10 ], 10 ],
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 { 519 {
520 "swarming": { 520 "swarming": {
521 "can_use_on_swarming_builders": true 521 "can_use_on_swarming_builders": true
522 }, 522 },
523 "test": "crypto_unittests" 523 "test": "crypto_unittests"
524 }, 524 },
525 { 525 {
526 "test": "dbus_unittests" 526 "test": "dbus_unittests"
527 }, 527 },
528 { 528 {
529 "swarming": {
530 "can_use_on_swarming_builders": true
531 },
529 "test": "device_unittests" 532 "test": "device_unittests"
530 }, 533 },
531 { 534 {
532 "test": "display_unittests" 535 "test": "display_unittests"
533 }, 536 },
534 { 537 {
535 "swarming": { 538 "swarming": {
536 "can_use_on_swarming_builders": true 539 "can_use_on_swarming_builders": true
537 }, 540 },
538 "test": "events_unittests" 541 "test": "events_unittests"
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 { 784 {
782 "swarming": { 785 "swarming": {
783 "can_use_on_swarming_builders": true 786 "can_use_on_swarming_builders": true
784 }, 787 },
785 "test": "crypto_unittests" 788 "test": "crypto_unittests"
786 }, 789 },
787 { 790 {
788 "test": "dbus_unittests" 791 "test": "dbus_unittests"
789 }, 792 },
790 { 793 {
794 "swarming": {
795 "can_use_on_swarming_builders": true
796 },
791 "test": "device_unittests" 797 "test": "device_unittests"
792 }, 798 },
793 { 799 {
794 "test": "display_unittests" 800 "test": "display_unittests"
795 }, 801 },
796 { 802 {
797 "swarming": { 803 "swarming": {
798 "can_use_on_swarming_builders": true 804 "can_use_on_swarming_builders": true
799 }, 805 },
800 "test": "events_unittests" 806 "test": "events_unittests"
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 { 1041 {
1036 "swarming": { 1042 "swarming": {
1037 "can_use_on_swarming_builders": true 1043 "can_use_on_swarming_builders": true
1038 }, 1044 },
1039 "test": "crypto_unittests" 1045 "test": "crypto_unittests"
1040 }, 1046 },
1041 { 1047 {
1042 "test": "dbus_unittests" 1048 "test": "dbus_unittests"
1043 }, 1049 },
1044 { 1050 {
1051 "swarming": {
1052 "can_use_on_swarming_builders": true
1053 },
1045 "test": "device_unittests" 1054 "test": "device_unittests"
1046 }, 1055 },
1047 { 1056 {
1048 "test": "display_unittests" 1057 "test": "display_unittests"
1049 }, 1058 },
1050 { 1059 {
1051 "swarming": { 1060 "swarming": {
1052 "can_use_on_swarming_builders": true 1061 "can_use_on_swarming_builders": true
1053 }, 1062 },
1054 "test": "events_unittests" 1063 "test": "events_unittests"
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 } 1205 }
1197 ], 1206 ],
1198 "scripts": [ 1207 "scripts": [
1199 { 1208 {
1200 "name": "nacl_integration", 1209 "name": "nacl_integration",
1201 "script": "nacl_integration.py" 1210 "script": "nacl_integration.py"
1202 } 1211 }
1203 ] 1212 ]
1204 } 1213 }
1205 } 1214 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698