OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[DEPOT_TOOLS]/apply_issue.py", | 6 "[DEPOT_TOOLS]/apply_issue.py", |
7 "-r", | 7 "-r", |
8 "[SLAVE_BUILD]", | 8 "[SLAVE_BUILD]", |
9 "-i", | 9 "-i", |
10 "12853011", | 10 "12853011", |
11 "-p", | 11 "-p", |
12 "1", | 12 "1", |
13 "-s", | 13 "-s", |
14 "https://codereview.chromium.org", | 14 "https://codereview.chromium.org", |
15 "--no-auth" | 15 "--no-auth" |
16 ], | 16 ], |
17 "name": "apply_issue", | 17 "name": "apply_issue", |
18 "~followup_annotations": [ | 18 "~followup_annotations": [ |
19 "@@@STEP_LINK@Applied issue 12853011@https://codereview.chromium.org/12853
011@@@" | 19 "@@@STEP_LINK@Applied issue 12853011@https://codereview.chromium.org/12853
011@@@" |
20 ] | 20 ] |
21 }, | 21 }, |
22 { | 22 { |
23 "cmd": [ | 23 "cmd": [ |
| 24 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", |
| 25 "description", |
| 26 "-d", |
| 27 "--rietveld", |
| 28 "https://codereview.chromium.org/12853011" |
| 29 ], |
| 30 "name": "git_cl description", |
| 31 "stdout": "/path/to/tmp/" |
| 32 }, |
| 33 { |
| 34 "cmd": [ |
| 35 "python", |
| 36 "-u", |
| 37 "RECIPE_PACKAGE_REPO[depot_tools]/git_footers.py", |
| 38 "--json", |
| 39 "/path/to/tmp/json" |
| 40 ], |
| 41 "name": "parse description", |
| 42 "stdin": "foobar", |
| 43 "~followup_annotations": [ |
| 44 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 45 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 46 ] |
| 47 }, |
| 48 { |
| 49 "cmd": [ |
24 "git", | 50 "git", |
25 "diff", | 51 "diff", |
26 "--cached", | 52 "--cached", |
27 "--name-only" | 53 "--name-only" |
28 ], | 54 ], |
29 "cwd": "[SLAVE_BUILD]/sub/project", | 55 "cwd": "[SLAVE_BUILD]/sub/project", |
30 "name": "git diff to analyze patch", | 56 "name": "git diff to analyze patch", |
31 "stdout": "/path/to/tmp/", | 57 "stdout": "/path/to/tmp/", |
32 "~followup_annotations": [ | 58 "~followup_annotations": [ |
33 "@@@STEP_LOG_LINE@files@sub/project/foo.cc@@@", | 59 "@@@STEP_LOG_LINE@files@sub/project/foo.cc@@@", |
(...skipping 15 matching lines...) Expand all Loading... |
49 "@@@STEP_FAILURE@@@", | 75 "@@@STEP_FAILURE@@@", |
50 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a
70e7\"@@@" | 76 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a
70e7\"@@@" |
51 ] | 77 ] |
52 }, | 78 }, |
53 { | 79 { |
54 "name": "$result", | 80 "name": "$result", |
55 "reason": "Step('fail') failed with return_code 1", | 81 "reason": "Step('fail') failed with return_code 1", |
56 "status_code": 1 | 82 "status_code": 1 |
57 } | 83 } |
58 ] | 84 ] |
OLD | NEW |