aboutsummaryrefslogtreecommitdiff
path: root/buildbot_test_toolchains.py
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2015-08-19 16:57:22 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-08-20 20:29:23 +0000
commit0aa17b4641bcc205c52e6db0c529dd3126003ec5 (patch)
tree85a0feb24b9e8b7c420fc953e1a0a5ec095e85b4 /buildbot_test_toolchains.py
parent877af2d12d8c3664588f1bd7aa8963c341e24881 (diff)
downloadtoolchain-utils-0aa17b4641bcc205c52e6db0c529dd3126003ec5.tar.gz
Finish removing temporary workaround.
Chrome in ChromeOS chroot for nightly buildbot tests now has a good version of telemetry, so we can remove the temporary workaround for the buildbots. BUG=None TEST=Ran telemetry by hand inside chroot & crosperf outside chroot. Change-Id: I38db7d9a2f427df3cc29418bc866d236e213247b Reviewed-on: https://chrome-internal-review.googlesource.com/227608 Commit-Queue: 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.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildbot_test_toolchains.py b/buildbot_test_toolchains.py
index 98c85679..44ae0f60 100755
--- a/buildbot_test_toolchains.py
+++ b/buildbot_test_toolchains.py
@@ -110,7 +110,6 @@ class ToolchainComparator():
official_image = """
vanilla_image {
chromeos_root: %s
- chrome_src: /usr/local/google/crostc/new-chrome-src
build: %s
}
""" % (self._chromeos_root, vanilla_image)
@@ -119,7 +118,6 @@ class ToolchainComparator():
experiment_image = """
test_image {
chromeos_root: %s
- chrome_src: /usr/local/google/crostc/new-chrome-src
build: %s
}
""" % (self._chromeos_root, trybot_image)