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