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

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

Issue 1724563003: Remove bot_update from swarming (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
« no previous file with comments | « no previous file | scripts/slave/recipes/swarming/staging.expected/android.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..db46d02ce502bdfd05662fc0835b060f81988bcf 100644
--- a/scripts/slave/recipes/swarming/staging.py
+++ b/scripts/slave/recipes/swarming/staging.py
@@ -77,9 +77,7 @@ def RunSteps(api):
api.chromium.cleanup_temp()
# Checkout chromium + deps (including 'master' of swarming_client).
- step_result = api.bot_update.ensure_checkout()
- if not step_result.json.output['did_run']:
- api.gclient.checkout()
+ api.gclient.checkout()
# Ensure swarming_client version is fresh enough.
api.swarming.check_client_version()
« no previous file with comments | « no previous file | scripts/slave/recipes/swarming/staging.expected/android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698