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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win7.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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 257 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
258 "@@@STEP_LOG_LINE@json.output@}@@@", 258 "@@@STEP_LOG_LINE@json.output@}@@@",
259 "@@@STEP_LOG_END@json.output@@@", 259 "@@@STEP_LOG_END@json.output@@@",
260 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 260 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
261 ] 261 ]
262 }, 262 },
263 { 263 {
264 "cmd": [ 264 "cmd": [
265 "python", 265 "python",
266 "-u", 266 "-u",
267 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
268 "--target",
269 "Release"
270 ],
271 "cwd": "[SLAVE_BUILD]",
272 "name": "start_crash_service"
273 },
274 {
275 "cmd": [
276 "python",
277 "-u",
267 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 278 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
268 "trigger", 279 "trigger",
269 "--swarming", 280 "--swarming",
270 "https://chromium-swarm.appspot.com", 281 "https://chromium-swarm.appspot.com",
271 "--isolate-server", 282 "--isolate-server",
272 "https://isolateserver.appspot.com", 283 "https://isolateserver.appspot.com",
273 "--priority", 284 "--priority",
274 "25", 285 "25",
275 "--shards", 286 "--shards",
276 "1", 287 "1",
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 ], 479 ],
469 "cwd": "[SLAVE_BUILD]", 480 "cwd": "[SLAVE_BUILD]",
470 "name": "process_dumps" 481 "name": "process_dumps"
471 }, 482 },
472 { 483 {
473 "name": "$result", 484 "name": "$result",
474 "recipe_result": null, 485 "recipe_result": null,
475 "status_code": 0 486 "status_code": 0
476 } 487 }
477 ] 488 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698