| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "always_run.py", | 6 "always_run.py", |
| 7 "--output-json", | 7 "--output-json", |
| 8 "/path/to/tmp/json" | 8 "/path/to/tmp/json" |
| 9 ], | 9 ], |
| 10 "cwd": "[TMP]/checkout", | 10 "cwd": "[SLAVE_BUILD]", |
| 11 "name": "gen step(always_run.py)", | 11 "name": "gen step(always_run.py)", |
| 12 "~followup_annotations": [ | 12 "~followup_annotations": [ |
| 13 "@@@STEP_LOG_LINE@json.output@[@@@", | 13 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 14 "@@@STEP_LOG_LINE@json.output@ {@@@", | 14 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"cmd\": [@@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"cmd\": [@@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ \"echo\", @@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"echo\", @@@", |
| 17 "@@@STEP_LOG_LINE@json.output@ \"runs succeeds\"@@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"runs succeeds\"@@@", |
| 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 19 "@@@STEP_LOG_LINE@json.output@ \"name\": \"runs\"@@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"name\": \"runs\"@@@", |
| 20 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 20 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 "runs anyway" | 68 "runs anyway" |
| 69 ], | 69 ], |
| 70 "name": "always_runs" | 70 "name": "always_runs" |
| 71 }, | 71 }, |
| 72 { | 72 { |
| 73 "name": "$result", | 73 "name": "$result", |
| 74 "reason": "the following steps in gen step(always_run.py) failed: ['fails']"
, | 74 "reason": "the following steps in gen step(always_run.py) failed: ['fails']"
, |
| 75 "status_code": 1 | 75 "status_code": 1 |
| 76 } | 76 } |
| 77 ] | 77 ] |
| OLD | NEW |