| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [], | 3 "cmd": [], |
| 4 "cwd": "[SLAVE_BUILD]", | |
| 5 "name": "trigger", | 4 "name": "trigger", |
| 6 "trigger_specs": [ | 5 "trigger_specs": [ |
| 7 { | 6 { |
| 8 "buildbot_changes": [ | 7 "buildbot_changes": [ |
| 9 { | 8 { |
| 10 "author": "someone@chromium.org", | 9 "author": "someone@chromium.org", |
| 11 "comments": "hello world!", | 10 "comments": "hello world!", |
| 12 "revision": "deadbeef" | 11 "revision": "deadbeef" |
| 13 } | 12 } |
| 14 ], | 13 ], |
| 15 "builder_name": "cross-compiler" | 14 "builder_name": "cross-compiler" |
| 16 } | 15 } |
| 17 ], | 16 ], |
| 18 "~followup_annotations": [ | 17 "~followup_annotations": [ |
| 19 "@@@STEP_TEXT@cross-compiler@@@" | 18 "@@@STEP_TEXT@cross-compiler@@@" |
| 20 ] | 19 ] |
| 21 }, | 20 }, |
| 22 { | 21 { |
| 23 "name": "$result", | 22 "name": "$result", |
| 24 "recipe_result": null, | 23 "recipe_result": null, |
| 25 "status_code": 0 | 24 "status_code": 0 |
| 26 } | 25 } |
| 27 ] | 26 ] |
| OLD | NEW |