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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "Fake_Master", 8 "Fake_Master",
9 "--builder", 9 "--builder",
10 "Fake Builder", 10 "Fake Builder",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "cwd": "[SLAVE_BUILD]/v8", 59 "cwd": "[SLAVE_BUILD]/v8",
60 "name": "Example1", 60 "name": "Example1",
61 "~followup_annotations": [ 61 "~followup_annotations": [
62 "@@@STEP_LINK@Results Dashboard@https://chrome-perf.googleplex.com/report? rev=12345&masters=Fake_Master&tests=v8%2FExample1&bots=ia32@@@" 62 "@@@STEP_LINK@Results Dashboard@https://chrome-perf.googleplex.com/report? rev=12345&masters=Fake_Master&tests=v8%2FExample1&bots=ia32@@@"
63 ] 63 ]
64 }, 64 },
65 { 65 {
66 "cmd": [ 66 "cmd": [
67 "python", 67 "python",
68 "-u", 68 "-u",
69 "[SLAVE_BUILD]/v8/tools/run-test.py",
70 "--download-data-only",
71 "foo"
72 ],
73 "cwd": "[SLAVE_BUILD]/v8",
74 "name": "Example2 - download-data"
75 },
76 {
77 "cmd": [
78 "python",
79 "-u",
69 "[SLAVE_BUILD]/v8/tools/run_perf.py", 80 "[SLAVE_BUILD]/v8/tools/run_perf.py",
70 "--arch", 81 "--arch",
71 "x64", 82 "x64",
72 "--buildbot", 83 "--buildbot",
73 "--json-test-results", 84 "--json-test-results",
74 "/path/to/tmp/json", 85 "/path/to/tmp/json",
75 "example2.json", 86 "example2.json",
76 "--extra-flags=\"--flag1 --flag2\"" 87 "--extra-flags=\"--flag1 --flag2\""
77 ], 88 ],
78 "cwd": "[SLAVE_BUILD]/v8", 89 "cwd": "[SLAVE_BUILD]/v8",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 }, 122 },
112 { 123 {
113 "cmd": [ 124 "cmd": [
114 "echo", 125 "echo",
115 "the result" 126 "the result"
116 ], 127 ],
117 "cwd": "[SLAVE_BUILD]", 128 "cwd": "[SLAVE_BUILD]",
118 "name": "do something with the results" 129 "name": "do something with the results"
119 } 130 }
120 ] 131 ]
OLDNEW
« 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