Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: scripts/slave/recipe_modules/v8/example.expected/forced_build.json

Issue 1146093002: Adding api option to download test data before a perf run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/v8/example.expected/forced_build.json
diff --git a/scripts/slave/recipe_modules/v8/example.expected/forced_build.json b/scripts/slave/recipe_modules/v8/example.expected/forced_build.json
index c99422e3923e7c673cf23fb95b3d36972486064e..ddacb285153ff78e1c47d1089911b60765494ddc 100644
--- a/scripts/slave/recipe_modules/v8/example.expected/forced_build.json
+++ b/scripts/slave/recipe_modules/v8/example.expected/forced_build.json
@@ -66,6 +66,17 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]/v8/tools/run-test.py",
+ "--download-data-only",
+ "foo"
+ ],
+ "cwd": "[SLAVE_BUILD]/v8",
+ "name": "Example2 - download-data"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[SLAVE_BUILD]/v8/tools/run_perf.py",
"--arch",
"x64",
« no previous file with comments | « scripts/slave/recipe_modules/v8/example.py ('k') | scripts/slave/recipe_modules/v8/example.expected/perf_failures.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698