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

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

Issue 1143963005: Fixing download step for simd.js perf. (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", 69 "[SLAVE_BUILD]/v8/tools/run-tests.py",
70 "--download-data-only", 70 "--download-data-only",
71 "foo" 71 "foo"
72 ], 72 ],
73 "cwd": "[SLAVE_BUILD]/v8", 73 "cwd": "[SLAVE_BUILD]/v8",
74 "name": "Example2 - download-data" 74 "name": "Example2 - download-data"
75 }, 75 },
76 { 76 {
77 "cmd": [ 77 "cmd": [
78 "python", 78 "python",
79 "-u", 79 "-u",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 }, 122 },
123 { 123 {
124 "cmd": [ 124 "cmd": [
125 "echo", 125 "echo",
126 "the result" 126 "the result"
127 ], 127 ],
128 "cwd": "[SLAVE_BUILD]", 128 "cwd": "[SLAVE_BUILD]",
129 "name": "do something with the results" 129 "name": "do something with the results"
130 } 130 }
131 ] 131 ]
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