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

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

Issue 1207383007: Convert display_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
Patch Set: Fix malformed isolate file 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.fyi.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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 { 564 {
565 "test": "dbus_unittests" 565 "test": "dbus_unittests"
566 }, 566 },
567 { 567 {
568 "swarming": { 568 "swarming": {
569 "can_use_on_swarming_builders": true 569 "can_use_on_swarming_builders": true
570 }, 570 },
571 "test": "device_unittests" 571 "test": "device_unittests"
572 }, 572 },
573 { 573 {
574 "swarming": {
575 "can_use_on_swarming_builders": true
576 },
574 "test": "display_unittests" 577 "test": "display_unittests"
575 }, 578 },
576 { 579 {
577 "swarming": { 580 "swarming": {
578 "can_use_on_swarming_builders": true 581 "can_use_on_swarming_builders": true
579 }, 582 },
580 "test": "events_unittests" 583 "test": "events_unittests"
581 }, 584 },
582 { 585 {
583 "swarming": { 586 "swarming": {
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 { 886 {
884 "test": "dbus_unittests" 887 "test": "dbus_unittests"
885 }, 888 },
886 { 889 {
887 "swarming": { 890 "swarming": {
888 "can_use_on_swarming_builders": true 891 "can_use_on_swarming_builders": true
889 }, 892 },
890 "test": "device_unittests" 893 "test": "device_unittests"
891 }, 894 },
892 { 895 {
896 "swarming": {
897 "can_use_on_swarming_builders": true
898 },
893 "test": "display_unittests" 899 "test": "display_unittests"
894 }, 900 },
895 { 901 {
896 "swarming": { 902 "swarming": {
897 "can_use_on_swarming_builders": true 903 "can_use_on_swarming_builders": true
898 }, 904 },
899 "test": "events_unittests" 905 "test": "events_unittests"
900 }, 906 },
901 { 907 {
902 "swarming": { 908 "swarming": {
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 { 1200 {
1195 "test": "dbus_unittests" 1201 "test": "dbus_unittests"
1196 }, 1202 },
1197 { 1203 {
1198 "swarming": { 1204 "swarming": {
1199 "can_use_on_swarming_builders": true 1205 "can_use_on_swarming_builders": true
1200 }, 1206 },
1201 "test": "device_unittests" 1207 "test": "device_unittests"
1202 }, 1208 },
1203 { 1209 {
1210 "swarming": {
1211 "can_use_on_swarming_builders": true
1212 },
1204 "test": "display_unittests" 1213 "test": "display_unittests"
1205 }, 1214 },
1206 { 1215 {
1207 "swarming": { 1216 "swarming": {
1208 "can_use_on_swarming_builders": true 1217 "can_use_on_swarming_builders": true
1209 }, 1218 },
1210 "test": "events_unittests" 1219 "test": "events_unittests"
1211 }, 1220 },
1212 { 1221 {
1213 "swarming": { 1222 "swarming": {
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1397 } 1406 }
1398 ], 1407 ],
1399 "scripts": [ 1408 "scripts": [
1400 { 1409 {
1401 "name": "nacl_integration", 1410 "name": "nacl_integration",
1402 "script": "nacl_integration.py" 1411 "script": "nacl_integration.py"
1403 } 1412 }
1404 ] 1413 ]
1405 } 1414 }
1406 } 1415 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698