OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 4 "python", |
| 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py", |
| 7 "--verbose" |
5 ], | 8 ], |
6 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 9 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
7 "name": "ensure git tooling on windows", | 10 "name": "ensure git tooling on windows", |
8 "timeout": 300 | 11 "timeout": 300 |
9 }, | 12 }, |
10 { | 13 { |
11 "cmd": [ | 14 "cmd": [ |
12 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 15 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
13 "diff", | 16 "diff", |
14 "--cached", | 17 "--cached", |
(...skipping 21 matching lines...) Expand all Loading... |
36 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a
70e7\"@@@" | 39 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a
70e7\"@@@" |
37 ] | 40 ] |
38 }, | 41 }, |
39 { | 42 { |
40 "name": "$result", | 43 "name": "$result", |
41 "reason": "Step('fail') failed with return_code 1", | 44 "reason": "Step('fail') failed with return_code 1", |
42 "recipe_result": null, | 45 "recipe_result": null, |
43 "status_code": 1 | 46 "status_code": 1 |
44 } | 47 } |
45 ] | 48 ] |
OLD | NEW |