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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win7_Tests__1_.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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 265 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
266 "@@@STEP_LOG_LINE@json.output@}@@@", 266 "@@@STEP_LOG_LINE@json.output@}@@@",
267 "@@@STEP_LOG_END@json.output@@@", 267 "@@@STEP_LOG_END@json.output@@@",
268 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 268 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
269 ] 269 ]
270 }, 270 },
271 { 271 {
272 "cmd": [ 272 "cmd": [
273 "python", 273 "python",
274 "-u", 274 "-u",
275 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
276 "--target",
277 "Release"
278 ],
279 "cwd": "[SLAVE_BUILD]",
280 "name": "start_crash_service"
281 },
282 {
283 "cmd": [
284 "python",
285 "-u",
275 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 286 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
276 "trigger", 287 "trigger",
277 "--swarming", 288 "--swarming",
278 "https://chromium-swarm.appspot.com", 289 "https://chromium-swarm.appspot.com",
279 "--isolate-server", 290 "--isolate-server",
280 "https://isolateserver.appspot.com", 291 "https://isolateserver.appspot.com",
281 "--priority", 292 "--priority",
282 "25", 293 "25",
283 "--shards", 294 "--shards",
284 "1", 295 "1",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 ], 440 ],
430 "cwd": "[SLAVE_BUILD]", 441 "cwd": "[SLAVE_BUILD]",
431 "name": "process_dumps" 442 "name": "process_dumps"
432 }, 443 },
433 { 444 {
434 "name": "$result", 445 "name": "$result",
435 "recipe_result": null, 446 "recipe_result": null,
436 "status_code": 0 447 "status_code": 0
437 } 448 }
438 ] 449 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698