| 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 4ec1bc7915cc79e39b7ed103b618d7fb2b199261..b3880106d8d6cc013e62edc56bd6389613d28c31 100644
 | 
| --- a/recipe_modules/infra_paths/path_config.py
 | 
| +++ b/recipe_modules/infra_paths/path_config.py
 | 
| @@ -53,6 +53,8 @@ def infra_kitchen(c):
 | 
|        c.base_paths[path] = c.base_paths['cache'] + (path,)
 | 
|  
 | 
|  
 | 
| -@CONFIG_CTX(includes=['infra_buildbot'])
 | 
| +@CONFIG_CTX()
 | 
|  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',)
 | 
| 
 |