Chromium Code Reviews| Index: recipe_modules/bot_update/example.expected/apply_gerrit_ref.json |
| diff --git a/recipe_modules/bot_update/example.expected/apply_gerrit_ref.json b/recipe_modules/bot_update/example.expected/apply_gerrit_ref.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f4bf481861aa02d0b3c7261b5f74e28d5001591b |
| --- /dev/null |
| +++ b/recipe_modules/bot_update/example.expected/apply_gerrit_ref.json |
| @@ -0,0 +1,26 @@ |
| +[ |
| + { |
| + "cmd": [ |
| + "python", |
| + "-u", |
| + "RECIPE_MODULE[depot_tools::bot_update]/resources/apply_gerrit.py", |
| + "--gerrit_repo", |
| + "chromium", |
| + "--gerrit_ref", |
| + "", |
| + "--root", |
| + "/tmp/test/root", |
| + "--gerrit_no_reset", |
| + "--gerrit_rebase_patch_ref" |
| + ], |
| + "env": { |
| + "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| + }, |
| + "name": "apply_gerrit" |
| + }, |
| + { |
| + "name": "$result", |
| + "recipe_result": null, |
| + "status_code": 0 |
| + } |
| +] |