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

Unified Diff: scripts/slave/recipe_modules/recipe_tryjob/api.py

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 months 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
Index: scripts/slave/recipe_modules/recipe_tryjob/api.py
diff --git a/scripts/slave/recipe_modules/recipe_tryjob/api.py b/scripts/slave/recipe_modules/recipe_tryjob/api.py
index 3840d292fd7ae0d158a8200f3897e5fb1347906e..250f3dca3137e415bbee2ed8e23d280ec625406b 100644
--- a/scripts/slave/recipe_modules/recipe_tryjob/api.py
+++ b/scripts/slave/recipe_modules/recipe_tryjob/api.py
@@ -271,7 +271,7 @@ class RecipeTryjobApi(recipe_api.RecipeApi):
self.m.python.failing_step, patches_raw, rietveld, issue, patchset,
patch_project)
- root_dir = self.m.infra_paths['slave_build']
+ root_dir = self.m.path['slave_build']
# Needed to set up the infra checkout, for _python
self.m.gclient.set_config('infra')
« no previous file with comments | « scripts/slave/recipe_modules/recipe_tryjob/__init__.py ('k') | scripts/slave/recipe_modules/repo/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698