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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Clang_Perf.json

Issue 1871583004: Revert "Remove references to crash_service, which is no longer needed." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "--build-number", 169 "--build-number",
170 "571" 170 "571"
171 ], 171 ],
172 "cwd": "[SLAVE_BUILD]", 172 "cwd": "[SLAVE_BUILD]",
173 "name": "extract build" 173 "name": "extract build"
174 }, 174 },
175 { 175 {
176 "cmd": [ 176 "cmd": [
177 "python", 177 "python",
178 "-u", 178 "-u",
179 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
180 "--target",
181 "Release"
182 ],
183 "cwd": "[SLAVE_BUILD]",
184 "name": "start_crash_service"
185 },
186 {
187 "cmd": [
188 "python",
189 "-u",
179 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark", 190 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark",
180 "list", 191 "list",
181 "--browser", 192 "--browser",
182 "release", 193 "release",
183 "--json-output", 194 "--json-output",
184 "/path/to/tmp/json", 195 "/path/to/tmp/json",
185 "--num-shards", 196 "--num-shards",
186 "1" 197 "1"
187 ], 198 ],
188 "cwd": "[SLAVE_BUILD]", 199 "cwd": "[SLAVE_BUILD]",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 ], 414 ],
404 "cwd": "[SLAVE_BUILD]", 415 "cwd": "[SLAVE_BUILD]",
405 "name": "process_dumps" 416 "name": "process_dumps"
406 }, 417 },
407 { 418 {
408 "name": "$result", 419 "name": "$result",
409 "recipe_result": null, 420 "recipe_result": null,
410 "status_code": 0 421 "status_code": 0
411 } 422 }
412 ] 423 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698