| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 254 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 255 "@@@STEP_LOG_LINE@json.output@}@@@", | 255 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 256 "@@@STEP_LOG_END@json.output@@@", | 256 "@@@STEP_LOG_END@json.output@@@", |
| 257 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 257 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 258 ] | 258 ] |
| 259 }, | 259 }, |
| 260 { | 260 { |
| 261 "cmd": [ | 261 "cmd": [ |
| 262 "python", | 262 "python", |
| 263 "-u", | 263 "-u", |
| 264 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", | |
| 265 "--target", | |
| 266 "Release" | |
| 267 ], | |
| 268 "cwd": "[SLAVE_BUILD]", | |
| 269 "name": "start_crash_service" | |
| 270 }, | |
| 271 { | |
| 272 "cmd": [ | |
| 273 "python", | |
| 274 "-u", | |
| 275 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 264 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 276 "trigger", | 265 "trigger", |
| 277 "--swarming", | 266 "--swarming", |
| 278 "https://chromium-swarm.appspot.com", | 267 "https://chromium-swarm.appspot.com", |
| 279 "--isolate-server", | 268 "--isolate-server", |
| 280 "https://isolateserver.appspot.com", | 269 "https://isolateserver.appspot.com", |
| 281 "--priority", | 270 "--priority", |
| 282 "25", | 271 "25", |
| 283 "--shards", | 272 "--shards", |
| 284 "1", | 273 "1", |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 ], | 418 ], |
| 430 "cwd": "[SLAVE_BUILD]", | 419 "cwd": "[SLAVE_BUILD]", |
| 431 "name": "process_dumps" | 420 "name": "process_dumps" |
| 432 }, | 421 }, |
| 433 { | 422 { |
| 434 "name": "$result", | 423 "name": "$result", |
| 435 "recipe_result": null, | 424 "recipe_result": null, |
| 436 "status_code": 0 | 425 "status_code": 0 |
| 437 } | 426 } |
| 438 ] | 427 ] |
| OLD | NEW |