From f456b2035aec47012d7d111b0c5e21a3319823c0 Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Tue, 11 Aug 2015 15:13:05 -0700 Subject: 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 Commit-Queue: Luis Lozano Tested-by: Luis Lozano --- test_toolchains.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test_toolchains.py') 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, -- cgit v1.2.3