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

Unified Diff: recipe_modules/infra_paths/path_config.py

Issue 2477033002: fix swarmbucket infra path (Closed)
Patch Set: update example 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 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',)
« 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