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

Unified Diff: infra/recipes/canary.py

Issue 2318353002: Remove ignored "force" parameter from bot_update. (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: infra/recipes/canary.py
diff --git a/infra/recipes/canary.py b/infra/recipes/canary.py
index e058e52717b6ba0751949dd2f66f4e0c9dad5aad..81fadfa53b4e967aeb901d73f2dc6615358a31cb 100644
--- a/infra/recipes/canary.py
+++ b/infra/recipes/canary.py
@@ -12,7 +12,7 @@ DEPS = [
def RunSteps(api):
api.gclient.set_config('chromium')
- api.bot_update.ensure_checkout(force=True)
+ api.bot_update.ensure_checkout()
def GenTests(api):
yield api.test('basic') + api.properties.generic()
« no previous file with comments | « infra/recipes/blink_downstream.expected/webkit_tests_unexpected_error.json ('k') | infra/recipes/canary.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698