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

Unified Diff: recipe_modules/infra_paths/path_config.py

Issue 2484433002: Revert of fix swarmbucket infra path (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « recipe_modules/infra_paths/example.expected/paths_swarmbucket_win.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',)
« no previous file with comments | « recipe_modules/infra_paths/example.expected/paths_swarmbucket_win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698