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

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

Issue 2270963002: Make skia recipes explicitly set GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 4 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 043296ebea744d418f2f8345a60b9d8b0ddf8aa1..2256dbf834ec9abf1fba1cf0b4d45249a1614565 100644
--- a/scripts/slave/recipes/skia/ct_skps.py
+++ b/scripts/slave/recipes/skia/ct_skps.py
@@ -78,7 +78,7 @@ def RunSteps(api):
raise Exception('Do not recognise the buildername %s.' % buildername)
# Checkout Skia and Chromium.
- gclient_cfg = api.gclient.make_config()
+ gclient_cfg = api.gclient.make_config(GIT_MODE=True)
skia = gclient_cfg.solutions.add()
skia.name = 'skia'
« no previous file with comments | « scripts/slave/recipe_modules/skia/api.py ('k') | scripts/slave/recipes/skia/ct_skps.expected/CT_CPU_BENCH_10k_SKPs.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698