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 "--cached", | 13 "--cached", |
14 "--name-only" | 14 "--name-only" |
15 ], | 15 ], |
16 "cwd": "[SLAVE_BUILD]", | 16 "cwd": "[CWD]", |
17 "name": "git diff to analyze patch", | 17 "name": "git diff to analyze patch", |
18 "stdout": "/path/to/tmp/", | 18 "stdout": "/path/to/tmp/", |
19 "~followup_annotations": [ | 19 "~followup_annotations": [ |
20 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 20 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
21 "@@@STEP_LOG_END@files@@@" | 21 "@@@STEP_LOG_END@files@@@" |
22 ] | 22 ] |
23 }, | 23 }, |
24 { | 24 { |
25 "cmd": [ | 25 "cmd": [ |
26 "python", | 26 "python", |
27 "-u", | 27 "-u", |
28 "import sys; sys.exit(1)" | 28 "import sys; sys.exit(1)" |
29 ], | 29 ], |
30 "cwd": "[SLAVE_BUILD]", | |
31 "name": "fail", | 30 "name": "fail", |
32 "~followup_annotations": [ | 31 "~followup_annotations": [ |
33 "step returned non-zero exit code: 1", | 32 "step returned non-zero exit code: 1", |
34 "@@@STEP_TEXT@foo@@@", | 33 "@@@STEP_TEXT@foo@@@", |
35 "@@@STEP_FAILURE@@@", | 34 "@@@STEP_FAILURE@@@", |
36 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a
70e7\"@@@" | 35 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a
70e7\"@@@" |
37 ] | 36 ] |
38 }, | 37 }, |
39 { | 38 { |
40 "name": "$result", | 39 "name": "$result", |
41 "reason": "Step('fail') failed with return_code 1", | 40 "reason": "Step('fail') failed with return_code 1", |
42 "status_code": 1 | 41 "status_code": 1 |
43 } | 42 } |
44 ] | 43 ] |
OLD | NEW |