| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "echo", | 4 "echo", |
| 5 "None", | 5 "None", |
| 6 "'thing'" | 6 "'thing'" |
| 7 ], | 7 ], |
| 8 "name": "echo" | 8 "name": "echo" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 "cmd": [ | 11 "cmd": [ |
| 12 "echo", | 12 "echo", |
| 13 "('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org'])", | 13 "('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org'])", |
| 14 "('buildbotURL', 'http://c.org/p/cr/')", | 14 "('buildbotURL', 'http://c.org/p/cr/')", |
| 15 "('buildername', 'TestBuilder')", | 15 "('buildername', 'TestBuilder')", |
| 16 "('buildnumber', 571)", | 16 "('buildnumber', 571)", |
| 17 "('foo.bar-bam', 'thing')", | 17 "('foo.bar-bam', 'thing')", |
| 18 "('mastername', 'chromium.testing.master')", | 18 "('mastername', 'chromium.testing.master')", |
| 19 "('patch_branch', 'master')", | 19 "('patch_branch', 'master')", |
| 20 "('patch_gerrit_url', 'https://gerrit.my.host')", | 20 "('patch_gerrit_url', 'https://gerrit.my.host')", |
| 21 "('patch_issue', 4455)", | 21 "('patch_issue', 989898)", |
| 22 "('patch_project', 'custom')", | 22 "('patch_project', 'custom')", |
| 23 "('patch_ref', 'refs/changes/89/456789/12')", | 23 "('patch_ref', 'refs/changes/98/989898/3')", |
| 24 "('patch_repository_url', 'https://git.my.host/custom')", | 24 "('patch_repository_url', 'https://git.my.host/custom')", |
| 25 "('patch_set', 12)", | 25 "('patch_set', 3)", |
| 26 "('patch_storage', 'gerrit')", | 26 "('patch_storage', 'gerrit')", |
| 27 "('recipe', 'properties:example')", | 27 "('recipe', 'properties:example')", |
| 28 "('slavename', 'TestSlavename')", | 28 "('slavename', 'TestSlavename')", |
| 29 "('test_prop', None)", | 29 "('test_prop', None)", |
| 30 "('workdir', '/path/to/workdir/TestSlavename')" | 30 "('workdir', '/path/to/workdir/TestSlavename')" |
| 31 ], | 31 ], |
| 32 "name": "echo all" | 32 "name": "echo all" |
| 33 }, | 33 }, |
| 34 { | 34 { |
| 35 "name": "$result", | 35 "name": "$result", |
| 36 "recipe_result": null, | 36 "recipe_result": null, |
| 37 "status_code": 0 | 37 "status_code": 0 |
| 38 } | 38 } |
| 39 ] | 39 ] |
| OLD | NEW |