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

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

Issue 1214533005: Convert gn_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 | « no previous file | tools/gn/gn.gyp » ('j') | tools/gn/gn_unittests.isolate » ('J')
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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 { 552 {
553 "swarming": { 553 "swarming": {
554 "can_use_on_swarming_builders": true 554 "can_use_on_swarming_builders": true
555 }, 555 },
556 "test": "gfx_unittests" 556 "test": "gfx_unittests"
557 }, 557 },
558 { 558 {
559 "test": "gl_unittests" 559 "test": "gl_unittests"
560 }, 560 },
561 { 561 {
562 "swarming": {
563 "can_use_on_swarming_builders": true
564 },
562 "test": "gn_unittests" 565 "test": "gn_unittests"
563 }, 566 },
564 { 567 {
565 "test": "google_apis_unittests" 568 "test": "google_apis_unittests"
566 }, 569 },
567 { 570 {
568 "swarming": { 571 "swarming": {
569 "can_use_on_swarming_builders": true 572 "can_use_on_swarming_builders": true
570 }, 573 },
571 "test": "gpu_unittests" 574 "test": "gpu_unittests"
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 { 817 {
815 "swarming": { 818 "swarming": {
816 "can_use_on_swarming_builders": true 819 "can_use_on_swarming_builders": true
817 }, 820 },
818 "test": "gfx_unittests" 821 "test": "gfx_unittests"
819 }, 822 },
820 { 823 {
821 "test": "gl_unittests" 824 "test": "gl_unittests"
822 }, 825 },
823 { 826 {
827 "swarming": {
828 "can_use_on_swarming_builders": true
829 },
824 "test": "gn_unittests" 830 "test": "gn_unittests"
825 }, 831 },
826 { 832 {
827 "test": "google_apis_unittests" 833 "test": "google_apis_unittests"
828 }, 834 },
829 { 835 {
830 "swarming": { 836 "swarming": {
831 "can_use_on_swarming_builders": true 837 "can_use_on_swarming_builders": true
832 }, 838 },
833 "test": "gpu_unittests" 839 "test": "gpu_unittests"
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 { 1074 {
1069 "swarming": { 1075 "swarming": {
1070 "can_use_on_swarming_builders": true 1076 "can_use_on_swarming_builders": true
1071 }, 1077 },
1072 "test": "gfx_unittests" 1078 "test": "gfx_unittests"
1073 }, 1079 },
1074 { 1080 {
1075 "test": "gl_unittests" 1081 "test": "gl_unittests"
1076 }, 1082 },
1077 { 1083 {
1084 "swarming": {
1085 "can_use_on_swarming_builders": true
1086 },
1078 "test": "gn_unittests" 1087 "test": "gn_unittests"
1079 }, 1088 },
1080 { 1089 {
1081 "test": "google_apis_unittests" 1090 "test": "google_apis_unittests"
1082 }, 1091 },
1083 { 1092 {
1084 "swarming": { 1093 "swarming": {
1085 "can_use_on_swarming_builders": true 1094 "can_use_on_swarming_builders": true
1086 }, 1095 },
1087 "test": "gpu_unittests" 1096 "test": "gpu_unittests"
(...skipping 108 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
« no previous file with comments | « no previous file | tools/gn/gn.gyp » ('j') | tools/gn/gn_unittests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698