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

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

Issue 1408193002: [blimp] Simplify Blimp buildbot setup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | no next file » | 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 "blimp",
5 "blimp_tests",
6 "chrome_public_apk", 4 "chrome_public_apk",
7 "chrome_public_test_apk", 5 "chrome_public_test_apk",
8 "content_shell_apk", 6 "content_shell_apk",
9 "mandoline:all" 7 "mandoline:all"
10 ], 8 ],
11 "gtest_tests": [ 9 "gtest_tests": [
12 { 10 {
13 "test": "blimp_unittests" 11 "test": "blimp_unittests"
14 }, 12 },
15 { 13 {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 { 67 {
70 "test": "resource_provider_unittests" 68 "test": "resource_provider_unittests"
71 }, 69 },
72 { 70 {
73 "test": "view_manager_unittests" 71 "test": "view_manager_unittests"
74 } 72 }
75 ] 73 ]
76 }, 74 },
77 "Android GN (dbg)": { 75 "Android GN (dbg)": {
78 "additional_compile_targets": [ 76 "additional_compile_targets": [
79 "blimp",
80 "blimp_tests", 77 "blimp_tests",
81 "chrome_public_apk", 78 "chrome_public_apk",
82 "chrome_public_test_apk", 79 "chrome_public_test_apk",
83 "content_shell_apk", 80 "content_shell_apk",
84 "content_shell_test_apk", 81 "content_shell_test_apk",
85 "mandoline:all" 82 "mandoline:all"
86 ] 83 ]
87 }, 84 },
88 "Android Tests": { 85 "Android Tests": {
89 "scripts": [ 86 "scripts": [
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 "wm_unittests" 649 "wm_unittests"
653 ] 650 ]
654 }, 651 },
655 "Linux GN Clobber": { 652 "Linux GN Clobber": {
656 "additional_compile_targets": [ 653 "additional_compile_targets": [
657 "all" 654 "all"
658 ] 655 ]
659 }, 656 },
660 "Linux Tests": { 657 "Linux Tests": {
661 "additional_compile_targets": [ 658 "additional_compile_targets": [
662 "blimp",
663 "blimp_tests",
664 "mandoline:all" 659 "mandoline:all"
665 ], 660 ],
666 "gtest_tests": [ 661 "gtest_tests": [
667 { 662 {
668 "swarming": { 663 "swarming": {
669 "can_use_on_swarming_builders": true 664 "can_use_on_swarming_builders": true
670 }, 665 },
671 "test": "accessibility_unittests" 666 "test": "accessibility_unittests"
672 }, 667 },
673 { 668 {
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 "script": "nacl_integration.py" 1044 "script": "nacl_integration.py"
1050 }, 1045 },
1051 { 1046 {
1052 "name": "mojo_apptests", 1047 "name": "mojo_apptests",
1053 "script": "mojo_apptests.py" 1048 "script": "mojo_apptests.py"
1054 } 1049 }
1055 ] 1050 ]
1056 }, 1051 },
1057 "Linux Tests (dbg)(1)": { 1052 "Linux Tests (dbg)(1)": {
1058 "additional_compile_targets": [ 1053 "additional_compile_targets": [
1059 "blimp",
1060 "blimp_tests",
1061 "mandoline:all" 1054 "mandoline:all"
1062 ], 1055 ],
1063 "gtest_tests": [ 1056 "gtest_tests": [
1064 { 1057 {
1065 "swarming": { 1058 "swarming": {
1066 "can_use_on_swarming_builders": true 1059 "can_use_on_swarming_builders": true
1067 }, 1060 },
1068 "test": "accessibility_unittests" 1061 "test": "accessibility_unittests"
1069 }, 1062 },
1070 { 1063 {
(...skipping 15 matching lines...) Expand all
1086 "test": "aura_unittests" 1079 "test": "aura_unittests"
1087 }, 1080 },
1088 { 1081 {
1089 "swarming": { 1082 "swarming": {
1090 "can_use_on_swarming_builders": true 1083 "can_use_on_swarming_builders": true
1091 }, 1084 },
1092 "test": "base_unittests" 1085 "test": "base_unittests"
1093 }, 1086 },
1094 { 1087 {
1095 "swarming": { 1088 "swarming": {
1089 "can_use_on_swarming_builders": true
1090 },
1091 "test": "blimp_unittests"
1092 },
1093 {
1094 "swarming": {
1096 "can_use_on_swarming_builders": true, 1095 "can_use_on_swarming_builders": true,
1097 "shards": 10 1096 "shards": 10
1098 }, 1097 },
1099 "test": "browser_tests" 1098 "test": "browser_tests"
1100 }, 1099 },
1101 { 1100 {
1102 "swarming": { 1101 "swarming": {
1103 "can_use_on_swarming_builders": true 1102 "can_use_on_swarming_builders": true
1104 }, 1103 },
1105 "test": "cacheinvalidation_unittests" 1104 "test": "cacheinvalidation_unittests"
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 } 1722 }
1724 ], 1723 ],
1725 "scripts": [ 1724 "scripts": [
1726 { 1725 {
1727 "name": "nacl_integration", 1726 "name": "nacl_integration",
1728 "script": "nacl_integration.py" 1727 "script": "nacl_integration.py"
1729 } 1728 }
1730 ] 1729 ]
1731 } 1730 }
1732 } 1731 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698