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", | |
278 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 267 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
279 "trigger", | 268 "trigger", |
280 "--swarming", | 269 "--swarming", |
281 "https://chromium-swarm.appspot.com", | 270 "https://chromium-swarm.appspot.com", |
282 "--isolate-server", | 271 "--isolate-server", |
283 "https://isolateserver.appspot.com", | 272 "https://isolateserver.appspot.com", |
284 "--priority", | 273 "--priority", |
285 "25", | 274 "25", |
286 "--shards", | 275 "--shards", |
287 "1", | 276 "1", |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 ], | 468 ], |
480 "cwd": "[SLAVE_BUILD]", | 469 "cwd": "[SLAVE_BUILD]", |
481 "name": "process_dumps" | 470 "name": "process_dumps" |
482 }, | 471 }, |
483 { | 472 { |
484 "name": "$result", | 473 "name": "$result", |
485 "recipe_result": null, | 474 "recipe_result": null, |
486 "status_code": 0 | 475 "status_code": 0 |
487 } | 476 } |
488 ] | 477 ] |
OLD | NEW |