OLD | NEW |
(Empty) | |
| 1 [ |
| 2 { |
| 3 "cmd": [ |
| 4 "python", |
| 5 "-u", |
| 6 "[DEPOT_TOOLS]/apply_issue.py", |
| 7 "-r", |
| 8 "[SLAVE_BUILD]", |
| 9 "-i", |
| 10 "12853011", |
| 11 "-p", |
| 12 "1", |
| 13 "-s", |
| 14 "https://codereview.chromium.org", |
| 15 "--no-auth" |
| 16 ], |
| 17 "cwd": "[SLAVE_BUILD]", |
| 18 "name": "apply_issue", |
| 19 "~followup_annotations": [ |
| 20 "@@@STEP_LINK@Applied issue 12853011@https://codereview.chromium.org/12853
011@@@" |
| 21 ] |
| 22 }, |
| 23 { |
| 24 "cmd": [ |
| 25 "git", |
| 26 "diff", |
| 27 "--cached", |
| 28 "--name-only" |
| 29 ], |
| 30 "cwd": "[SLAVE_BUILD]", |
| 31 "name": "git diff to analyze patch", |
| 32 "stdout": "/path/to/tmp/", |
| 33 "~followup_annotations": [ |
| 34 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 35 "@@@STEP_LOG_END@files@@@", |
| 36 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@", |
| 37 "@@@SET_BUILD_PROPERTY@subproject_tag@\"v8\"@@@" |
| 38 ] |
| 39 }, |
| 40 { |
| 41 "cmd": [ |
| 42 "python", |
| 43 "-u", |
| 44 "import sys; sys.exit(1)" |
| 45 ], |
| 46 "cwd": "[SLAVE_BUILD]", |
| 47 "name": "fail", |
| 48 "~followup_annotations": [ |
| 49 "step returned non-zero exit code: 1", |
| 50 "@@@STEP_TEXT@foo@@@", |
| 51 "@@@STEP_FAILURE@@@", |
| 52 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a
70e7\"@@@" |
| 53 ] |
| 54 }, |
| 55 { |
| 56 "name": "$result", |
| 57 "reason": "Step('fail') failed with return_code 1", |
| 58 "status_code": 1 |
| 59 } |
| 60 ] |
OLD | NEW |