aboutsummaryrefslogtreecommitdiff
path: root/buildbot_test_toolchains.py
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2016-10-27 12:45:15 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-10-27 14:29:10 -0700
commite82513b0aec27bf5d3ca51789edc48dde5ee439b (patch)
tree734e4480397cf7b658f45ce2ae7de7b377a2431f /buildbot_test_toolchains.py
parentaee96b71ad4ffde231ca5bf9c0509d15b0e9b753 (diff)
downloadtoolchain-utils-e82513b0aec27bf5d3ca51789edc48dde5ee439b.tar.gz
[toolchain-utils] Update page_cycler in nightly tests.
Currently page_cycler_v2.typical_25 tries to run too many times, causing some of the nightly builders to take nearly 24 hours to complete (they take about 6 hours without page_cycler). Also, page_cycler_v2.typical_25 cannot run locally on some boards (such as daisy). This CL removes page_cycler_v2.typical_25 from the all_toolchain_perf set, and adds it separately to the nightly tests, with only 2 iterations, no retries, and forcing it to not run locallys on the DUT. BUG=chromium:660087 TEST=Tested the new page cycler settings in a crosperf run. Change-Id: Ia68abce4e8ee29a671e58db13f269e531d31736e Reviewed-on: https://chrome-internal-review.googlesource.com/300855 Commit-Ready: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com> Reviewed-by: Yunlian Jiang <yunlian@google.com>
Diffstat (limited to 'buildbot_test_toolchains.py')
-rwxr-xr-xbuildbot_test_toolchains.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildbot_test_toolchains.py b/buildbot_test_toolchains.py
index 6bc89fda..34e7c2b7 100755
--- a/buildbot_test_toolchains.py
+++ b/buildbot_test_toolchains.py
@@ -167,6 +167,13 @@ class ToolchainComparator(object):
suite: telemetry_Crosperf
iterations: 3
}
+
+ benchmark: page_cycler_v2.typical_25 {
+ suite: telemetry_Crosperf
+ iterations: 2
+ run_local: False
+ retries: 0
+ }
"""
with open(experiment_file, 'w') as f: