aboutsummaryrefslogtreecommitdiff
path: root/buildbot_test_toolchains.py
diff options
context:
space:
mode:
authorTiancong Wang <tcwang@google.com>2019-03-07 11:22:48 -0800
committerTiancong Wang <tcwang@google.com>2019-03-07 22:03:40 +0000
commitd03481305c1de7f35da0d7b120585859e7b96da0 (patch)
tree4868fca3c9754811060654c130add7a932cb0123 /buildbot_test_toolchains.py
parente3be45d3782df2e2025fcc6d17458ad5e8faa719 (diff)
downloadtoolchain-utils-d03481305c1de7f35da0d7b120585859e7b96da0.tar.gz
toolchain: Increase number of iterations in toolchain nightly tests.
This patch explicitly set the number of iterations in toolchain nightly tests, instead of using default values. We are experimenting to see if this helps our nightly tests. This patch should only affects Chrome OS toolchain team. BUG=chromium:939432 TEST=Will be tested in toolchain nightly tests. Change-Id: Ic1f5d00b39324933ecc35c4adf071fc7724a9523 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1508838 Commit-Queue: Tiancong Wang <tcwang@google.com> Tested-by: Tiancong Wang <tcwang@google.com> Trybot-Ready: Tiancong Wang <tcwang@google.com> Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
Diffstat (limited to 'buildbot_test_toolchains.py')
-rwxr-xr-xbuildbot_test_toolchains.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildbot_test_toolchains.py b/buildbot_test_toolchains.py
index 73decf25..c2d88733 100755
--- a/buildbot_test_toolchains.py
+++ b/buildbot_test_toolchains.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python2
+# -*- coding: utf-8 -*-
#
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
@@ -158,7 +159,7 @@ class ToolchainComparator(object):
experiment_tests = """
benchmark: all_toolchain_perf {
suite: telemetry_Crosperf
- iterations: 0
+ iterations: 5
run_local: False
}