From cbcf11d9fa9fd06dd81dd3faf7f69a0e8f54e54f Mon Sep 17 00:00:00 2001 From: simonhatch Date: Thu, 19 Mar 2015 09:19:15 -0700 Subject: [PATCH] Disable gpu_perftests on android. Failing on Nexus 4/5/7v2 and MotoE. TBR=dcastagna BUG=464373 Review URL: https://codereview.chromium.org/1014573007 Cr-Commit-Position: refs/heads/master@{#321367} --- testing/buildbot/chromium.perf.json | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json index 77bbbd8e83f1..e20354b9403b 100644 --- a/testing/buildbot/chromium.perf.json +++ b/testing/buildbot/chromium.perf.json @@ -13,11 +13,6 @@ { "name": "host_info", "script": "host_info.py" - }, - { - "name": "gpu_perftests", - "script": "gtest_perf_test.py", - "args": ["gpu_perftests"] } ] }, @@ -26,21 +21,11 @@ { "name": "host_info", "script": "host_info.py" - }, - { - "name": "gpu_perftests", - "script": "gtest_perf_test.py", - "args": ["gpu_perftests"] } ] }, "Android Nexus6 Perf": { "scripts": [ - { - "name": "gpu_perftests", - "script": "gtest_perf_test.py", - "args": ["gpu_perftests"] - } ] }, "Android Nexus7v2 Perf": { @@ -48,11 +33,6 @@ { "name": "host_info", "script": "host_info.py" - }, - { - "name": "gpu_perftests", - "script": "gtest_perf_test.py", - "args": ["gpu_perftests"] } ] }, @@ -87,11 +67,6 @@ { "name": "host_info", "script": "host_info.py" - }, - { - "name": "gpu_perftests", - "script": "gtest_perf_test.py", - "args": ["gpu_perftests"] } ] }, -- 2.11.4.GIT