diff options
author | vollick <vollick@chromium.org> | 2015-03-05 09:30:31 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-05 17:31:27 +0000 |
commit | 3f06eeb4a4594048a61de3d1f62613ac7f051728 (patch) | |
tree | 1cd96817ec296dfa321b1862db8f4ace15b197de /testing | |
parent | c9a75021de180d5e3795c55b949aa74b2466de75 (diff) | |
download | chromium_src-3f06eeb4a4594048a61de3d1f62613ac7f051728.zip chromium_src-3f06eeb4a4594048a61de3d1f62613ac7f051728.tar.gz chromium_src-3f06eeb4a4594048a61de3d1f62613ac7f051728.tar.bz2 |
Disable gpu_perftests on Nexus5 and Win7
This is causing ongoing redness.
TBR=thakis
BUG=464373
Review URL: https://codereview.chromium.org/977413002
Cr-Commit-Position: refs/heads/master@{#319274}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.perf.json | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json index f7ec88a..6e748c7 100644 --- a/testing/buildbot/chromium.perf.json +++ b/testing/buildbot/chromium.perf.json @@ -12,11 +12,6 @@ { "name": "host_info", "script": "host_info.py" - }, - { - "name": "gpu_perftests", - "script": "gtest_perf_test.py", - "args": ["gpu_perftests"] } ] }, @@ -44,33 +39,6 @@ } ] }, - "Win 7 ATI GPU Perf": { - "scripts": [ - { - "name": "gpu_perftests", - "script": "gtest_perf_test.py", - "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] - } - ] - }, - "Win 7 Intel GPU Perf": { - "scripts": [ - { - "name": "gpu_perftests", - "script": "gtest_perf_test.py", - "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] - } - ] - }, - "Win 7 Nvidia GPU Perf": { - "scripts": [ - { - "name": "gpu_perftests", - "script": "gtest_perf_test.py", - "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] - } - ] - }, "Mac 10.8 Perf (1)": { "scripts": [ { |