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

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

Issue 2319853002: Remove ignored bot_update "force" parameter. (Closed)
Patch Set: rebase Created 4 years, 3 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
Index: scripts/slave/recipes/run_presubmit.py
diff --git a/scripts/slave/recipes/run_presubmit.py b/scripts/slave/recipes/run_presubmit.py
index 88e9eb2129e12b3fd3983199ce1ec5e0ced9c4e7..33e504e82bb143e70dd0b166e7e3e33f47f8b964 100644
--- a/scripts/slave/recipes/run_presubmit.py
+++ b/scripts/slave/recipes/run_presubmit.py
@@ -22,14 +22,12 @@ DEPS = [
def _RunStepsInternal(api):
repo_name = api.properties['repo_name']
codereview_auth = api.properties.get('codereview_auth', False)
- force_checkout = api.properties.get('force_checkout', False)
patch_storage = api.properties.get('patch_storage', 'rietveld')
api.gclient.set_config(repo_name)
kwargs = {}
bot_update_step = api.bot_update.ensure_checkout(
- force=force_checkout,
patch_oauth2=codereview_auth,
**kwargs)
relative_root = api.gclient.calculate_patch_root(
« no previous file with comments | « scripts/slave/recipes/pdfium.expected/win_xfa_rel.json ('k') | scripts/slave/recipes/swarming/deterministic_build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698