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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 ] |
OLD | NEW |