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

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

Issue 1676693004: Move instrumentation tests on cloud bot src-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Corrected the names of the tests. Created 4 years, 10 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 Cloud Tests": { 2 "Android Cloud Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "android_webview_unittests" 5 "test": "android_webview_unittests"
6 }, 6 },
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 }, 69 },
70 { 70 {
71 "test": "ui_base_unittests" 71 "test": "ui_base_unittests"
72 }, 72 },
73 { 73 {
74 "test": "ui_touch_selection_unittests" 74 "test": "ui_touch_selection_unittests"
75 }, 75 },
76 { 76 {
77 "test": "unit_tests" 77 "test": "unit_tests"
78 } 78 }
79 ],
80 "instrumentation_tests": [
81 {
82 "test": "AndroidWebViewTest"
83 },
84 {
85 "test": "ChromePublicTest"
86 },
87 {
88 "test": "ChromeSyncShellTest"
89 },
90 {
91 "test": "ContentShellTest"
92 }
79 ] 93 ]
80 }, 94 },
81 "Android Tests (trial)(dbg)": { 95 "Android Tests (trial)(dbg)": {
82 "scripts": [ 96 "scripts": [
83 { 97 {
84 "name": "telemetry_unittests", 98 "name": "telemetry_unittests",
85 "script": "telemetry_unittests.py" 99 "script": "telemetry_unittests.py"
86 } 100 }
87 ] 101 ]
88 }, 102 },
(...skipping 5711 matching lines...) Expand 10 before | Expand all | Expand 10 after
5800 }, 5814 },
5801 { 5815 {
5802 "args": [ 5816 "args": [
5803 "--isolate-extensions" 5817 "--isolate-extensions"
5804 ], 5818 ],
5805 "test": "unit_tests" 5819 "test": "unit_tests"
5806 } 5820 }
5807 ] 5821 ]
5808 } 5822 }
5809 } 5823 }
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