summaryrefslogtreecommitdiffstats
path: root/testing/buildbot
diff options
context:
space:
mode:
authorsimonhatch <simonhatch@chromium.org>2016-03-09 08:34:36 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-09 16:35:28 +0000
commit6aacb58a448d503715acff53cea8abe86f51aea2 (patch)
tree6da2208912d917ae9e87b50454ebefee1b990b10 /testing/buildbot
parenta8807dbd794e4c18199c569b453ffd1943257642 (diff)
downloadchromium_src-6aacb58a448d503715acff53cea8abe86f51aea2.zip
chromium_src-6aacb58a448d503715acff53cea8abe86f51aea2.tar.gz
chromium_src-6aacb58a448d503715acff53cea8abe86f51aea2.tar.bz2
Remove cc_perftests and gpu_perftests double entry from chromium.perf.json.
Turns out these tests were running on 2 of the nexus 7 bots. BUG=593348 TBR=sullivan Review URL: https://codereview.chromium.org/1775413002 Cr-Commit-Position: refs/heads/master@{#380145}
Diffstat (limited to 'testing/buildbot')
-rw-r--r--testing/buildbot/chromium.perf.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json
index 3ece26d..e59172c 100644
--- a/testing/buildbot/chromium.perf.json
+++ b/testing/buildbot/chromium.perf.json
@@ -95,20 +95,6 @@
{
"name": "host_info",
"script": "host_info.py"
- },
- {
- "args": [
- "gpu_perftests"
- ],
- "name": "gpu_perftests",
- "script": "gtest_perf_test.py"
- },
- {
- "args": [
- "cc_perftests"
- ],
- "name": "cc_perftests",
- "script": "gtest_perf_test.py"
}
]
},