OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 4 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" |
5 ], | 5 ], |
6 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 6 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
7 "name": "ensure git tooling on windows" | 7 "name": "ensure git tooling on windows" |
8 }, | 8 }, |
9 { | 9 { |
10 "cmd": [ | 10 "cmd": [ |
11 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 11 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
12 "diff", | 12 "diff", |
13 "r1~1", | 13 "r1~1", |
14 "r1", | 14 "r1", |
15 "--name-only" | 15 "--name-only" |
16 ], | 16 ], |
17 "cwd": "[TMP]\\fake_checkout_tmp_1\\third_party/pdfium", | 17 "cwd": "[TMP_BASE]\\fake_checkout_tmp_1\\third_party/pdfium", |
18 "name": "git diff to analyze commit", | 18 "name": "git diff to analyze commit", |
19 "stdout": "/path/to/tmp/", | 19 "stdout": "/path/to/tmp/", |
20 "~followup_annotations": [ | 20 "~followup_annotations": [ |
21 "@@@STEP_LOG_LINE@files@third_party/pdfium/foo.cc@@@", | 21 "@@@STEP_LOG_LINE@files@third_party/pdfium/foo.cc@@@", |
22 "@@@STEP_LOG_END@files@@@" | 22 "@@@STEP_LOG_END@files@@@" |
23 ] | 23 ] |
24 }, | 24 }, |
25 { | 25 { |
26 "name": "$result", | 26 "name": "$result", |
27 "recipe_result": null, | 27 "recipe_result": null, |
28 "status_code": 0 | 28 "status_code": 0 |
29 } | 29 } |
30 ] | 30 ] |
OLD | NEW |