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

Unified Diff: scripts/slave/recipe_modules/archive/example.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/archive/example.py
diff --git a/scripts/slave/recipe_modules/archive/example.py b/scripts/slave/recipe_modules/archive/example.py
index afc8d23de69eb9fc61d70c8d67df345601525d8e..45994264feb659f9d45d8094578b17299d05b2b5 100644
--- a/scripts/slave/recipe_modules/archive/example.py
+++ b/scripts/slave/recipe_modules/archive/example.py
@@ -4,7 +4,6 @@
DEPS = [
'archive',
- 'depot_tools/infra_paths',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/platform',
@@ -20,7 +19,7 @@ TEST_COMMIT_POSITON_COMPONENT='refs/heads/master@{#234}'
def RunSteps(api):
api.archive.clusterfuzz_archive(
- build_dir=api.infra_paths['slave_build'].join('src', 'out', 'Release'),
+ build_dir=api.path['slave_build'].join('src', 'out', 'Release'),
update_properties=api.properties.get('update_properties'),
gs_bucket='chromium',
gs_acl=api.properties.get('gs_acl', ''),

Powered by Google App Engine
This is Rietveld 408576698