Index: recipe_modules/infra_paths/path_config.py |
diff --git a/recipe_modules/infra_paths/path_config.py b/recipe_modules/infra_paths/path_config.py |
index b3880106d8d6cc013e62edc56bd6389613d28c31..4ec1bc7915cc79e39b7ed103b618d7fb2b199261 100644 |
--- a/recipe_modules/infra_paths/path_config.py |
+++ b/recipe_modules/infra_paths/path_config.py |
@@ -53,8 +53,6 @@ |
c.base_paths[path] = c.base_paths['cache'] + (path,) |
-@CONFIG_CTX() |
+@CONFIG_CTX(includes=['infra_buildbot']) |
def infra_swarmbucket(c): |
- c.base_paths['root'] = c.CURRENT_WORKING_DIR |
c.base_paths['git_cache'] = c.base_paths['root'] + ('git_cache',) |
- c.base_paths['goma_cache'] = c.base_paths['root'] + ('goma_cache',) |