Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: recipe_modules/bot_update/example.expected/apply_gerrit_ref.json

Issue 2249983004: Add apply_gerrit_ref to bot_update api (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: disable=relative-import Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recipe_modules/bot_update/example.py ('k') | recipe_modules/bot_update/resources/apply_gerrit.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+ }
+]
« no previous file with comments | « recipe_modules/bot_update/example.py ('k') | recipe_modules/bot_update/resources/apply_gerrit.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698