aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2015-08-11 15:13:05 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-08-12 11:25:46 +0000
commitf456b2035aec47012d7d111b0c5e21a3319823c0 (patch)
tree8f9f07579d109d35eadc9210df740595a19b1b60
parent2e5bdd80885d7fb675d4ff7bf8d78de45f89babc (diff)
downloadtoolchain-utils-f456b2035aec47012d7d111b0c5e21a3319823c0.tar.gz
Temporarily use good external Chrome source tree.
This is to work around a problem with the current version of Chrome inside ChromeOS (telemetry is broken in that version of Chrome). This CL makes the nightly tests use an external Chrome source tree that has been verified to work properly. This will be un-done, once ChromeOS gets a good version of Chrome. BUG=None TEST=Tested crosperf on chrotomation2 using this. Change-Id: I41caef9bb1b1973c83745e3962a5c36c489d7514 Reviewed-on: https://chrome-internal-review.googlesource.com/226695 Reviewed-by: Luis Lozano <llozano@chromium.org> Commit-Queue: Luis Lozano <llozano@chromium.org> Tested-by: Luis Lozano <llozano@chromium.org>
-rwxr-xr-xbuildbot_test_toolchains.py2
-rwxr-xr-xtest_toolchains.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/buildbot_test_toolchains.py b/buildbot_test_toolchains.py
index 44ae0f60..98c85679 100755
--- a/buildbot_test_toolchains.py
+++ b/buildbot_test_toolchains.py
@@ -110,6 +110,7 @@ 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)
@@ -118,6 +119,7 @@ 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)
diff --git a/test_toolchains.py b/test_toolchains.py
index 47170899..5708b12b 100755
--- a/test_toolchains.py
+++ b/test_toolchains.py
@@ -220,6 +220,7 @@ class ToolchainComparator(ChromeOSCheckout):
official_image = """
official_image {
chromeos_root: %s
+ chrome_src: /usr/local/google/crostc/new-chrome-src
build: %s
}
""" % (self._chromeos_root, build_name)
@@ -229,6 +230,7 @@ class ToolchainComparator(ChromeOSCheckout):
experiment_image = """
%s {
chromeos_image: %s
+ chrome_src: /usr/local/google/crostc/new-chrome-src
image_args: %s
}
""" % (crosperf_label,