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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.perf.json
diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json
index 751bf749c34089af23a32f0832dd8b2f7a777fd0..ec70b5b04635220fc46b6bc75104bde162771f38 100644
--- a/testing/buildbot/chromium.perf.json
+++ b/testing/buildbot/chromium.perf.json
@@ -47,11 +47,6 @@
"Android Nexus6 Perf": {
"scripts": [
{
- "name": "gpu_perftests",
- "script": "gtest_perf_test.py",
- "args": ["gpu_perftests"]
- },
- {
"name": "cc_perftests",
"script": "gtest_perf_test.py",
"args": ["cc_perftests"]
@@ -110,11 +105,6 @@
},
"Android One Perf": {
"scripts": [
- {
- "name": "cc_perftests",
- "script": "gtest_perf_test.py",
- "args": ["cc_perftests"]
- }
]
},
"Android MotoE Perf": {
« 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