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

Unified Diff: scripts/slave/recipes/v8/infra_end_to_end.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/v8/infra_end_to_end.py
diff --git a/scripts/slave/recipes/v8/infra_end_to_end.py b/scripts/slave/recipes/v8/infra_end_to_end.py
index 2f61de50f33c6466f2eb6423c1f6080d5d3b40e9..ef0b5d5029ede7df466b45b209871072180c11ba 100644
--- a/scripts/slave/recipes/v8/infra_end_to_end.py
+++ b/scripts/slave/recipes/v8/infra_end_to_end.py
@@ -68,7 +68,7 @@ TESTS = [
def RunSteps(api):
api.gclient.set_config('build')
- api.bot_update.ensure_checkout(force=True)
+ api.bot_update.ensure_checkout()
for test in TESTS:
try:

Powered by Google App Engine
This is Rietveld 408576698