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

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

Issue 1349633004: Switch run_perf.py to use positional arguments for extra_flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 3 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 { 46 {
47 "cmd": [ 47 "cmd": [
48 "python", 48 "python",
49 "-u", 49 "-u",
50 "[SLAVE_BUILD]/v8/tools/run_perf.py", 50 "[SLAVE_BUILD]/v8/tools/run_perf.py",
51 "--arch", 51 "--arch",
52 "x64", 52 "x64",
53 "--buildbot", 53 "--buildbot",
54 "--json-test-results", 54 "--json-test-results",
55 "/path/to/tmp/json", 55 "/path/to/tmp/json",
56 "--extra-flags=\"--flag1 --flag2\"", 56 "--extra-flags",
57 "--flag1 --flag2",
57 "example1.json" 58 "example1.json"
58 ], 59 ],
59 "cwd": "[SLAVE_BUILD]/v8", 60 "cwd": "[SLAVE_BUILD]/v8",
60 "name": "Example1", 61 "name": "Example1",
61 "~followup_annotations": [ 62 "~followup_annotations": [
62 "@@@STEP_LINK@Results Dashboard@https://chrome-perf.googleplex.com/report? rev=12345&masters=Fake_Master&tests=v8%2FExample1&bots=ia32@@@" 63 "@@@STEP_LINK@Results Dashboard@https://chrome-perf.googleplex.com/report? rev=12345&masters=Fake_Master&tests=v8%2FExample1&bots=ia32@@@"
63 ] 64 ]
64 }, 65 },
65 { 66 {
66 "cmd": [ 67 "cmd": [
67 "python", 68 "python",
68 "-u", 69 "-u",
69 "[SLAVE_BUILD]/v8/tools/run-tests.py", 70 "[SLAVE_BUILD]/v8/tools/run-tests.py",
70 "--download-data-only", 71 "--download-data-only",
71 "foo" 72 "foo"
72 ], 73 ],
73 "cwd": "[SLAVE_BUILD]/v8", 74 "cwd": "[SLAVE_BUILD]/v8",
74 "name": "Example2 - download-data" 75 "name": "Example2 - download-data"
75 }, 76 },
76 { 77 {
77 "cmd": [ 78 "cmd": [
78 "python", 79 "python",
79 "-u", 80 "-u",
80 "[SLAVE_BUILD]/v8/tools/run_perf.py", 81 "[SLAVE_BUILD]/v8/tools/run_perf.py",
81 "--arch", 82 "--arch",
82 "x64", 83 "x64",
83 "--buildbot", 84 "--buildbot",
84 "--json-test-results", 85 "--json-test-results",
85 "/path/to/tmp/json", 86 "/path/to/tmp/json",
86 "--extra-flags=\"--flag1 --flag2\"", 87 "--extra-flags",
88 "--flag1 --flag2",
87 "example2.json" 89 "example2.json"
88 ], 90 ],
89 "cwd": "[SLAVE_BUILD]/v8", 91 "cwd": "[SLAVE_BUILD]/v8",
90 "name": "Example2", 92 "name": "Example2",
91 "~followup_annotations": [ 93 "~followup_annotations": [
92 "@@@STEP_LINK@Results Dashboard@https://chrome-perf.googleplex.com/report? rev=12345&masters=Fake_Master&tests=v8%2FExample2&bots=ia32@@@" 94 "@@@STEP_LINK@Results Dashboard@https://chrome-perf.googleplex.com/report? rev=12345&masters=Fake_Master&tests=v8%2FExample2&bots=ia32@@@"
93 ] 95 ]
94 }, 96 },
95 { 97 {
96 "cmd": [ 98 "cmd": [
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 }, 214 },
213 { 215 {
214 "cmd": [ 216 "cmd": [
215 "echo", 217 "echo",
216 "[\"50\", \"20\", \"30\"]" 218 "[\"50\", \"20\", \"30\"]"
217 ], 219 ],
218 "cwd": "[SLAVE_BUILD]", 220 "cwd": "[SLAVE_BUILD]",
219 "name": "first trace no patch" 221 "name": "first trace no patch"
220 } 222 }
221 ] 223 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/v8/api.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