aboutsummaryrefslogtreecommitdiff
path: root/test_toolchains.py
diff options
context:
space:
mode:
authorcmtice <cmtice@google.com>2013-11-04 16:38:37 -0500
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-11-06 08:21:31 +0000
commit0440388677b2445f4f8273b6c2b4d82601b1aca3 (patch)
tree87678e20fb60fc1f4e4f82c32b24084744685db2 /test_toolchains.py
parent28ed8f65f751c000c676ea67bdb2b0e20f73038a (diff)
downloadtoolchain-utils-0440388677b2445f4f8273b6c2b4d82601b1aca3.tar.gz
Make changes to run Telemetry tests in nightly infrastructure tests.
BUG=None TEST=Tested this running the nightly infrastructure cron jobs. Change-Id: I6cccee222b074e9410b45df6750c097430207746 Reviewed-on: https://chrome-internal-review.googlesource.com/147515 Reviewed-by: Luis Lozano <llozano@chromium.org> Commit-Queue: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com>
Diffstat (limited to 'test_toolchains.py')
-rw-r--r--test_toolchains.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/test_toolchains.py b/test_toolchains.py
index 9a076353..a767fd8a 100644
--- a/test_toolchains.py
+++ b/test_toolchains.py
@@ -77,9 +77,6 @@ class ChromeOSCheckout(object):
def _CheckoutChromeOS(self):
# TODO(asharif): Setup a fixed ChromeOS version (quarterly snapshot).
if not os.path.exists(self._chromeos_root):
- #setup_chromeos_args = [setup_chromeos.__file__,
- # "--dir=%s" % self._chromeos_root,
- # "--minilayout"]
setup_chromeos_args = [setup_chromeos.__file__,
"--dir=%s" % self._chromeos_root]
if self._public:
@@ -119,7 +116,8 @@ class ToolchainComparator(ChromeOSCheckout):
remote: %s
""" % (self._board, self._remotes)
experiment_tests = """
- benchmark: desktopui_PyAutoPerfTests {
+ benchmark: all_perfv2 {
+ suite: telemetry_Crosperf
iterations: 1
}
"""