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

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

Issue 1150223005: Revert adding telemetry perf unit tests to Android trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 "chrome_shell_apk", 4 "chrome_shell_apk",
5 "mandoline:all" 5 "mandoline:all"
6 ], 6 ],
7 "scripts": [ 7 "scripts": [
8 { 8 {
9 "name": "gn_check", 9 "name": "gn_check",
10 "script": "gn_check.py" 10 "script": "gn_check.py"
11 } 11 }
12 ] 12 ]
13 }, 13 },
14 "Android GN (dbg)": { 14 "Android GN (dbg)": {
15 "additional_compile_targets": [ 15 "additional_compile_targets": [
16 "chrome_shell_apk", 16 "chrome_shell_apk",
17 "mandoline:all" 17 "mandoline:all"
18 ] 18 ]
19 }, 19 },
20 "Android Tests": { 20 "Android Tests": {
21 "scripts": [ 21 "scripts": [
22 { 22 {
23 "name": "webview_licenses", 23 "name": "webview_licenses",
24 "script": "webview_licenses.py" 24 "script": "webview_licenses.py"
25 },
26 {
27 "name": "telemetry_perf_unittests",
28 "script": "telemetry_perf_unittests.py"
29 } 25 }
30 ] 26 ]
31 }, 27 },
32 "Android Tests (dbg)": { 28 "Android Tests (dbg)": {
33 "scripts": [ 29 "scripts": [
34 { 30 {
35 "name": "webview_licenses", 31 "name": "webview_licenses",
36 "script": "webview_licenses.py" 32 "script": "webview_licenses.py"
37 },
38 {
39 "name": "telemetry_perf_unittests",
40 "script": "telemetry_perf_unittests.py"
41 } 33 }
42 ] 34 ]
43 }, 35 },
44 "Cast Linux": { 36 "Cast Linux": {
45 "gtest_tests": [ 37 "gtest_tests": [
46 { 38 {
47 "test": "base_unittests" 39 "test": "base_unittests"
48 }, 40 },
49 { 41 {
50 "test": "cacheinvalidation_unittests" 42 "test": "cacheinvalidation_unittests"
(...skipping 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after
1203 } 1195 }
1204 ], 1196 ],
1205 "scripts": [ 1197 "scripts": [
1206 { 1198 {
1207 "name": "nacl_integration", 1199 "name": "nacl_integration",
1208 "script": "nacl_integration.py" 1200 "script": "nacl_integration.py"
1209 } 1201 }
1210 ] 1202 ]
1211 } 1203 }
1212 } 1204 }
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