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

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

Issue 1006333002: Disabled gpu_perftests on Android One (failing) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 }, 73 },
74 { 74 {
75 "name": "gpu_perftests", 75 "name": "gpu_perftests",
76 "script": "gtest_perf_test.py", 76 "script": "gtest_perf_test.py",
77 "args": ["gpu_perftests"] 77 "args": ["gpu_perftests"]
78 } 78 }
79 ] 79 ]
80 }, 80 },
81 "Android One Perf": { 81 "Android One Perf": {
82 "scripts": [ 82 "scripts": [
83 {
84 "name": "gpu_perftests",
85 "script": "gtest_perf_test.py",
86 "args": ["gpu_perftests"]
87 }
88 ] 83 ]
89 }, 84 },
90 "Android MotoE Perf": { 85 "Android MotoE Perf": {
91 "scripts": [ 86 "scripts": [
92 { 87 {
93 "name": "host_info", 88 "name": "host_info",
94 "script": "host_info.py" 89 "script": "host_info.py"
95 }, 90 },
96 { 91 {
97 "name": "gpu_perftests", 92 "name": "gpu_perftests",
98 "script": "gtest_perf_test.py", 93 "script": "gtest_perf_test.py",
99 "args": ["gpu_perftests"] 94 "args": ["gpu_perftests"]
100 } 95 }
101 ] 96 ]
102 }, 97 },
103 "Mac 10.8 Perf (1)": { 98 "Mac 10.8 Perf (1)": {
104 "scripts": [ 99 "scripts": [
105 ] 100 ]
106 }, 101 },
107 "Mac 10.9 Perf (1)": { 102 "Mac 10.9 Perf (1)": {
108 "scripts": [ 103 "scripts": [
109 ] 104 ]
110 } 105 }
111 } 106 }
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