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

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

Issue 2165833003: analyze: set cwd to checkout for TARGET_CROS_BOARD builds (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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/chromium_trybot.expected/chromeos_analyze.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/filter/api.py
diff --git a/scripts/slave/recipe_modules/filter/api.py b/scripts/slave/recipe_modules/filter/api.py
index 29cfd475cc8df5f38e83049e6cc6ed34dd614715..f62ffd4c967555731c55c7821fe0c74a7a09b552 100644
--- a/scripts/slave/recipe_modules/filter/api.py
+++ b/scripts/slave/recipe_modules/filter/api.py
@@ -180,6 +180,7 @@ class FilterApi(recipe_api.RecipeApi):
# to avoid confusing output.
if cros_board:
kwargs['wrapper'] = self.m.chromium.get_cros_chrome_sdk_wrapper()
+ kwargs.setdefault('cwd', self.m.path['checkout'])
elif not use_mb:
kwargs['env'].update(self.m.chromium.c.gyp_env.as_jsonish())
kwargs['env']['GOMA_SERVICE_ACCOUNT_JSON_FILE'] = \
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_trybot.expected/chromeos_analyze.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698