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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 f55f90cfc5e396e3f50b88fa0a4e257c69b4952d..af138e6d97b830dee776e58a4e61b4ccb2d6ba46 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'],
+ '--temp-root-dir', self.m.path['tmp_base'],
]
# Where to put combined summary to, consumed by recipes. Also emit

Powered by Google App Engine
This is Rietveld 408576698