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

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

Issue 1024753004: Disabled gpu_perftests on nexus 6 (crashing) and cc_perftests on Android One (failing) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also disable cc_pertests on Android One Created 5 years, 9 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 "Linux Perf (3)": { 2 "Linux Perf (3)": {
3 "scripts": [ 3 "scripts": [
4 { 4 {
5 "name": "cc_perftests", 5 "name": "cc_perftests",
6 "script": "gtest_perf_test.py", 6 "script": "gtest_perf_test.py",
7 "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"] 7 "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"]
8 } 8 }
9 ] 9 ]
10 }, 10 },
(...skipping 29 matching lines...) Expand all
40 { 40 {
41 "name": "cc_perftests", 41 "name": "cc_perftests",
42 "script": "gtest_perf_test.py", 42 "script": "gtest_perf_test.py",
43 "args": ["cc_perftests"] 43 "args": ["cc_perftests"]
44 } 44 }
45 ] 45 ]
46 }, 46 },
47 "Android Nexus6 Perf": { 47 "Android Nexus6 Perf": {
48 "scripts": [ 48 "scripts": [
49 { 49 {
50 "name": "gpu_perftests",
51 "script": "gtest_perf_test.py",
52 "args": ["gpu_perftests"]
53 },
54 {
55 "name": "cc_perftests", 50 "name": "cc_perftests",
56 "script": "gtest_perf_test.py", 51 "script": "gtest_perf_test.py",
57 "args": ["cc_perftests"] 52 "args": ["cc_perftests"]
58 } 53 }
59 ] 54 ]
60 }, 55 },
61 "Android Nexus7v2 Perf": { 56 "Android Nexus7v2 Perf": {
62 "scripts": [ 57 "scripts": [
63 { 58 {
64 "name": "host_info", 59 "name": "host_info",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 }, 98 },
104 { 99 {
105 "name": "cc_perftests", 100 "name": "cc_perftests",
106 "script": "gtest_perf_test.py", 101 "script": "gtest_perf_test.py",
107 "args": ["cc_perftests"] 102 "args": ["cc_perftests"]
108 } 103 }
109 ] 104 ]
110 }, 105 },
111 "Android One Perf": { 106 "Android One Perf": {
112 "scripts": [ 107 "scripts": [
113 {
114 "name": "cc_perftests",
115 "script": "gtest_perf_test.py",
116 "args": ["cc_perftests"]
117 }
118 ] 108 ]
119 }, 109 },
120 "Android MotoE Perf": { 110 "Android MotoE Perf": {
121 "scripts": [ 111 "scripts": [
122 { 112 {
123 "name": "host_info", 113 "name": "host_info",
124 "script": "host_info.py" 114 "script": "host_info.py"
125 }, 115 },
126 { 116 {
127 "name": "gpu_perftests", 117 "name": "gpu_perftests",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "Mac 10.9 Perf (3)": { 155 "Mac 10.9 Perf (3)": {
166 "scripts": [ 156 "scripts": [
167 { 157 {
168 "name": "cc_perftests", 158 "name": "cc_perftests",
169 "script": "gtest_perf_test.py", 159 "script": "gtest_perf_test.py",
170 "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"] 160 "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"]
171 } 161 }
172 ] 162 ]
173 } 163 }
174 } 164 }
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