| OLD | NEW |
| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 272 "@@@STEP_LOG_LINE@json.output@}@@@", | 272 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 273 "@@@STEP_LOG_END@json.output@@@", | 273 "@@@STEP_LOG_END@json.output@@@", |
| 274 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 274 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 275 ] | 275 ] |
| 276 }, | 276 }, |
| 277 { | 277 { |
| 278 "cmd": [ | 278 "cmd": [ |
| 279 "python", | 279 "python", |
| 280 "-u", | 280 "-u", |
| 281 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", | |
| 282 "--target", | |
| 283 "Release" | |
| 284 ], | |
| 285 "cwd": "[SLAVE_BUILD]", | |
| 286 "name": "start_crash_service" | |
| 287 }, | |
| 288 { | |
| 289 "cmd": [ | |
| 290 "python", | |
| 291 "-u", | |
| 292 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 281 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 293 "trigger", | 282 "trigger", |
| 294 "--swarming", | 283 "--swarming", |
| 295 "https://chromium-swarm.appspot.com", | 284 "https://chromium-swarm.appspot.com", |
| 296 "--isolate-server", | 285 "--isolate-server", |
| 297 "https://isolateserver.appspot.com", | 286 "https://isolateserver.appspot.com", |
| 298 "--priority", | 287 "--priority", |
| 299 "25", | 288 "25", |
| 300 "--shards", | 289 "--shards", |
| 301 "1", | 290 "1", |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 ], | 617 ], |
| 629 "cwd": "[SLAVE_BUILD]", | 618 "cwd": "[SLAVE_BUILD]", |
| 630 "name": "process_dumps" | 619 "name": "process_dumps" |
| 631 }, | 620 }, |
| 632 { | 621 { |
| 633 "name": "$result", | 622 "name": "$result", |
| 634 "recipe_result": null, | 623 "recipe_result": null, |
| 635 "status_code": 0 | 624 "status_code": 0 |
| 636 } | 625 } |
| 637 ] | 626 ] |
| OLD | NEW |