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

Unified Diff: scripts/slave/recipes/run_presubmit.py

Issue 2294423002: Remove gerrit_rebase_patch_ref from run_presubmit.py (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/run_presubmit.py
diff --git a/scripts/slave/recipes/run_presubmit.py b/scripts/slave/recipes/run_presubmit.py
index 40d10605abf92d33c42a953df2e2bc5fdc063572..88e9eb2129e12b3fd3983199ce1ec5e0ced9c4e7 100644
--- a/scripts/slave/recipes/run_presubmit.py
+++ b/scripts/slave/recipes/run_presubmit.py
@@ -28,8 +28,6 @@ def _RunStepsInternal(api):
api.gclient.set_config(repo_name)
kwargs = {}
- if patch_storage == 'gerrit':
- kwargs['gerrit_rebase_patch_ref'] = True
bot_update_step = api.bot_update.ensure_checkout(
force=force_checkout,
patch_oauth2=codereview_auth,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698