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