Index: chrome/ct_top1k.isolate.tmpl |
diff --git a/chrome/ct_top1k.isolate.tmpl b/chrome/ct_top1k.isolate.tmpl |
new file mode 100644 |
index 0000000000000000000000000000000000000000..91de3e5e6487bc48fbdcd45b6d7cfa5351ffc7b6 |
--- /dev/null |
+++ b/chrome/ct_top1k.isolate.tmpl |
@@ -0,0 +1,42 @@ |
+# Copyright (c) 2015 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+{ |
+ 'includes': [ |
+ # TODO(rmistry): Uncomment below when the solution to discussion in |
+ # crrev.com/1423993007/diff/440001/scripts/slave/recipes/perf/ct_top1k_rr_perf.py#newcode143 is found. |
+ # '../tools/telemetry/telemetry.isolate', |
+ '../tools/perf/chrome_telemetry_build/telemetry_binary_manager.isolate', |
nednguyen
2015/11/13 18:24:39
Telemetry & perf dependencies can be found fully d
rmistry
2015/11/16 16:31:49
I get this error when I use perf.isolate when runn
|
+ ], |
+ 'conditions': [ |
+ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { |
+ 'variables': { |
+ 'files': [ |
+ '../build/android/pylib/', |
+ '../build/android/devil/', |
+ '../third_party/catapult/', |
+ '../tools/telemetry/', |
+ '../tools/perf/', |
+ '../tools/variations/', |
+ '../testing/test_env.py', |
+ '../out/Release/', |
+ |
+ '../content/test/ct/run_ct_top1k.py', |
+ '../content/test/ct/path_util.py', |
+ '../content/test/ct/slave[[SLAVE_NUM]]/page_sets/', |
+ '../content/test/ct/run_chromium_perf_swarming', |
+ ], |
+ 'command': [ |
+ 'python', |
+ '../content/test/ct/run_ct_top1k.py', |
+ '--slave_num=[[SLAVE_NUM]]', |
+ '--benchmark=[[BENCHMARK]]', |
+ '--master=[[MASTER]]', |
+ '--builder=[[BUILDER]]', |
+ '--git_hash=[[GIT_HASH]]', |
+ ], |
+ }, |
+ }], |
+ ] |
+} |