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

Unified Diff: scripts/slave/recipes/swarming/staging.py

Issue 1694383003: build: Bot_update refactor recipe roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 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/swarming/staging.py
diff --git a/scripts/slave/recipes/swarming/staging.py b/scripts/slave/recipes/swarming/staging.py
index 72f368420f34b74901cadcb2ce7b4fceba141d5f..bf3093be8e5550b2f0121ea30c4f8bfca6204d8d 100644
--- a/scripts/slave/recipes/swarming/staging.py
+++ b/scripts/slave/recipes/swarming/staging.py
@@ -78,8 +78,6 @@ def RunSteps(api):
api.chromium.cleanup_temp()
# Checkout chromium + deps (including 'master' of swarming_client).
step_result = api.bot_update.ensure_checkout()
iannucci 2016/02/16 21:04:53 this was previously not force=True, are we sure it
- if not step_result.json.output['did_run']:
- api.gclient.checkout()
# Ensure swarming_client version is fresh enough.
api.swarming.check_client_version()

Powered by Google App Engine
This is Rietveld 408576698