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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/api.py

Issue 2270993002: Make chromium_tests recipe module 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/recipe_modules/chromium_tests/api.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/api.py b/scripts/slave/recipe_modules/chromium_tests/api.py
index ed3fb0a126cf5f6682575e314f4ca841d3d0108d..595447378a06e66c26a55036c2ec7ce1a5f24cfe 100644
--- a/scripts/slave/recipe_modules/chromium_tests/api.py
+++ b/scripts/slave/recipe_modules/chromium_tests/api.py
@@ -127,6 +127,7 @@ class ChromiumTestsApi(recipe_api.RecipeApi):
bot_config.get('gclient_config'),
PATCH_PROJECT=self.m.properties.get('patch_project'),
BUILDSPEC_VERSION=buildspec_version,
+ GIT_MODE=True,
**bot_config.get('gclient_config_kwargs', {}))
self.m.test_results.set_config(

Powered by Google App Engine
This is Rietveld 408576698