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

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

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge 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/recipe_modules/swarming/api.py
diff --git a/scripts/slave/recipe_modules/swarming/api.py b/scripts/slave/recipe_modules/swarming/api.py
index af138e6d97b830dee776e58a4e61b4ccb2d6ba46..f55f90cfc5e396e3f50b88fa0a4e257c69b4952d 100644
--- a/scripts/slave/recipe_modules/swarming/api.py
+++ b/scripts/slave/recipe_modules/swarming/api.py
@@ -637,7 +637,7 @@ class SwarmingApi(recipe_api.RecipeApi):
'python',
self.resource('collect_gtest_task.py'),
'--swarming-client-dir', self.m.swarming_client.path,
- '--temp-root-dir', self.m.path['tmp_base'],
+ '--temp-root-dir', self.m.path['tmp'],
]
# Where to put combined summary to, consumed by recipes. Also emit

Powered by Google App Engine
This is Rietveld 408576698