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

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
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.memory.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 "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 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 { 540 {
541 "swarming": { 541 "swarming": {
542 "can_use_on_swarming_builders": true 542 "can_use_on_swarming_builders": true
543 }, 543 },
544 "test": "crypto_unittests" 544 "test": "crypto_unittests"
545 }, 545 },
546 { 546 {
547 "test": "dbus_unittests" 547 "test": "dbus_unittests"
548 }, 548 },
549 { 549 {
550 "swarming": {
551 "can_use_on_swarming_builders": true
552 },
550 "test": "device_unittests" 553 "test": "device_unittests"
551 }, 554 },
552 { 555 {
553 "test": "display_unittests" 556 "test": "display_unittests"
554 }, 557 },
555 { 558 {
556 "swarming": { 559 "swarming": {
557 "can_use_on_swarming_builders": true 560 "can_use_on_swarming_builders": true
558 }, 561 },
559 "test": "events_unittests" 562 "test": "events_unittests"
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 { 823 {
821 "swarming": { 824 "swarming": {
822 "can_use_on_swarming_builders": true 825 "can_use_on_swarming_builders": true
823 }, 826 },
824 "test": "crypto_unittests" 827 "test": "crypto_unittests"
825 }, 828 },
826 { 829 {
827 "test": "dbus_unittests" 830 "test": "dbus_unittests"
828 }, 831 },
829 { 832 {
833 "swarming": {
834 "can_use_on_swarming_builders": true
835 },
830 "test": "device_unittests" 836 "test": "device_unittests"
831 }, 837 },
832 { 838 {
833 "test": "display_unittests" 839 "test": "display_unittests"
834 }, 840 },
835 { 841 {
836 "swarming": { 842 "swarming": {
837 "can_use_on_swarming_builders": true 843 "can_use_on_swarming_builders": true
838 }, 844 },
839 "test": "events_unittests" 845 "test": "events_unittests"
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 { 1098 {
1093 "swarming": { 1099 "swarming": {
1094 "can_use_on_swarming_builders": true 1100 "can_use_on_swarming_builders": true
1095 }, 1101 },
1096 "test": "crypto_unittests" 1102 "test": "crypto_unittests"
1097 }, 1103 },
1098 { 1104 {
1099 "test": "dbus_unittests" 1105 "test": "dbus_unittests"
1100 }, 1106 },
1101 { 1107 {
1108 "swarming": {
1109 "can_use_on_swarming_builders": true
1110 },
1102 "test": "device_unittests" 1111 "test": "device_unittests"
1103 }, 1112 },
1104 { 1113 {
1105 "test": "display_unittests" 1114 "test": "display_unittests"
1106 }, 1115 },
1107 { 1116 {
1108 "swarming": { 1117 "swarming": {
1109 "can_use_on_swarming_builders": true 1118 "can_use_on_swarming_builders": true
1110 }, 1119 },
1111 "test": "events_unittests" 1120 "test": "events_unittests"
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1268 } 1277 }
1269 ], 1278 ],
1270 "scripts": [ 1279 "scripts": [
1271 { 1280 {
1272 "name": "nacl_integration", 1281 "name": "nacl_integration",
1273 "script": "nacl_integration.py" 1282 "script": "nacl_integration.py"
1274 } 1283 }
1275 ] 1284 ]
1276 } 1285 }
1277 } 1286 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698