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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 375 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
376 "@@@STEP_LOG_LINE@json.output@ }@@@", | 376 "@@@STEP_LOG_LINE@json.output@ }@@@", |
377 "@@@STEP_LOG_LINE@json.output@}@@@", | 377 "@@@STEP_LOG_LINE@json.output@}@@@", |
378 "@@@STEP_LOG_END@json.output@@@" | 378 "@@@STEP_LOG_END@json.output@@@" |
379 ] | 379 ] |
380 }, | 380 }, |
381 { | 381 { |
382 "cmd": [ | 382 "cmd": [ |
383 "python", | 383 "python", |
384 "-u", | 384 "-u", |
| 385 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 386 "--target", |
| 387 "Release" |
| 388 ], |
| 389 "cwd": "[SLAVE_BUILD]", |
| 390 "name": "test r1.start_crash_service", |
| 391 "~followup_annotations": [ |
| 392 "@@@STEP_NEST_LEVEL@1@@@" |
| 393 ] |
| 394 }, |
| 395 { |
| 396 "cmd": [ |
| 397 "python", |
| 398 "-u", |
385 "[SLAVE_BUILD]\\src\\testing\\scripts\\checkperms.py", | 399 "[SLAVE_BUILD]\\src\\testing\\scripts\\checkperms.py", |
386 "--build-config-fs", | 400 "--build-config-fs", |
387 "Release", | 401 "Release", |
388 "--use-src-side-runtest-py", | 402 "--use-src-side-runtest-py", |
389 "--paths", | 403 "--paths", |
390 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 404 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
391 "--properties", | 405 "--properties", |
392 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf
orm\": \"win\"}", | 406 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf
orm\": \"win\"}", |
393 "run", | 407 "run", |
394 "--output", | 408 "--output", |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 "@@@STEP_LOG_END@report@@@", | 458 "@@@STEP_LOG_END@report@@@", |
445 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru
e}}}}@@@" | 459 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru
e}}}}@@@" |
446 ] | 460 ] |
447 }, | 461 }, |
448 { | 462 { |
449 "name": "$result", | 463 "name": "$result", |
450 "recipe_result": null, | 464 "recipe_result": null, |
451 "status_code": 0 | 465 "status_code": 0 |
452 } | 466 } |
453 ] | 467 ] |
OLD | NEW |