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

Unified Diff: scripts/slave/recipes/crashpad/continuous.py

Issue 2349013002: crashpad/continuous: Use bot_update. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | scripts/slave/recipes/crashpad/continuous.expected/crashpad_mac_dbg.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/crashpad/continuous.py
diff --git a/scripts/slave/recipes/crashpad/continuous.py b/scripts/slave/recipes/crashpad/continuous.py
index fdf83fab9f893f84aee617248e053a588e02fb06..cfd327e6ed8b574b110db7fa76690989110dd79e 100644
--- a/scripts/slave/recipes/crashpad/continuous.py
+++ b/scripts/slave/recipes/crashpad/continuous.py
@@ -7,6 +7,7 @@
DEPS = [
'file',
+ 'depot_tools/bot_update',
'depot_tools/gclient',
'recipe_engine/path',
'recipe_engine/platform',
@@ -19,7 +20,7 @@ DEPS = [
def RunSteps(api):
"""Generates the sequence of steps that will be run by the slave."""
api.gclient.set_config('crashpad')
- api.gclient.checkout()
+ api.bot_update.ensure_checkout()
# buildbot sets 'clobber' to the empty string which is falsey, check with 'in'
if 'clobber' in api.properties:
« no previous file with comments | « no previous file | scripts/slave/recipes/crashpad/continuous.expected/crashpad_mac_dbg.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698