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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 256 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
257 "@@@STEP_LOG_LINE@json.output@}@@@", | 257 "@@@STEP_LOG_LINE@json.output@}@@@", |
258 "@@@STEP_LOG_END@json.output@@@", | 258 "@@@STEP_LOG_END@json.output@@@", |
259 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 259 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
260 ] | 260 ] |
261 }, | 261 }, |
262 { | 262 { |
263 "cmd": [ | 263 "cmd": [ |
264 "python", | 264 "python", |
265 "-u", | 265 "-u", |
266 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", | |
267 "--target", | |
268 "Release" | |
269 ], | |
270 "cwd": "[SLAVE_BUILD]", | |
271 "name": "start_crash_service" | |
272 }, | |
273 { | |
274 "cmd": [ | |
275 "python", | |
276 "-u", | |
277 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 266 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
278 "trigger", | 267 "trigger", |
279 "--swarming", | 268 "--swarming", |
280 "https://chromium-swarm.appspot.com", | 269 "https://chromium-swarm.appspot.com", |
281 "--isolate-server", | 270 "--isolate-server", |
282 "https://isolateserver.appspot.com", | 271 "https://isolateserver.appspot.com", |
283 "--priority", | 272 "--priority", |
284 "35", | 273 "35", |
285 "--shards", | 274 "--shards", |
286 "1", | 275 "1", |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 ], | 402 ], |
414 "cwd": "[SLAVE_BUILD]", | 403 "cwd": "[SLAVE_BUILD]", |
415 "name": "process_dumps" | 404 "name": "process_dumps" |
416 }, | 405 }, |
417 { | 406 { |
418 "name": "$result", | 407 "name": "$result", |
419 "recipe_result": null, | 408 "recipe_result": null, |
420 "status_code": 0 | 409 "status_code": 0 |
421 } | 410 } |
422 ] | 411 ] |
OLD | NEW |