| 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 723b5f31a900c438b9535667b0253b6fbc7474aa..4ec1bc7915cc79e39b7ed103b618d7fb2b199261 100644
|
| --- a/recipe_modules/infra_paths/path_config.py
|
| +++ b/recipe_modules/infra_paths/path_config.py
|
| @@ -51,3 +51,8 @@ def infra_kitchen(c):
|
| c.base_paths['git_cache'] = c.base_paths['root'] + ('cache_dir',)
|
| for path in ('goma_cache', 'goma_deps_cache'):
|
| c.base_paths[path] = c.base_paths['cache'] + (path,)
|
| +
|
| +
|
| +@CONFIG_CTX(includes=['infra_buildbot'])
|
| +def infra_swarmbucket(c):
|
| + c.base_paths['git_cache'] = c.base_paths['root'] + ('git_cache',)
|
|
|