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

Unified Diff: scripts/slave/recipes/skia/ct_skps.py

Issue 1916263003: Reland "Skia: Maintain a checkout on swarming (compile) bots" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix expectations after roll Created 4 years, 8 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/skia/ct_skps.py
diff --git a/scripts/slave/recipes/skia/ct_skps.py b/scripts/slave/recipes/skia/ct_skps.py
index bdc39779b7b7f772be12be50fee59c7830512aff..29bac832a3d21b9f054d80d6433abe6616e61bd6 100644
--- a/scripts/slave/recipes/skia/ct_skps.py
+++ b/scripts/slave/recipes/skia/ct_skps.py
@@ -92,7 +92,7 @@ def RunSteps(api):
src.revision = 'origin/master' # Always checkout Chromium at ToT.
for repo in (skia, src):
- api.skia.update_repo(repo)
+ api.skia.update_repo(api.path['slave_build'], repo)
update_step = api.gclient.checkout(gclient_config=gclient_cfg)
skia_hash = update_step.presentation.properties['got_revision']
« no previous file with comments | « scripts/slave/recipe_modules/skia_swarming/api.py ('k') | scripts/slave/recipes/skia/housekeeper_percommit.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698