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

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: Disable for cronet and swarming 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..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()

Powered by Google App Engine
This is Rietveld 408576698