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

Unified Diff: scripts/slave/recipe_modules/archive/example.py

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge 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 45994264feb659f9d45d8094578b17299d05b2b5..afc8d23de69eb9fc61d70c8d67df345601525d8e 100644
--- a/scripts/slave/recipe_modules/archive/example.py
+++ b/scripts/slave/recipe_modules/archive/example.py
@@ -4,6 +4,7 @@
DEPS = [
'archive',
+ 'depot_tools/infra_paths',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/platform',
@@ -19,7 +20,7 @@ TEST_COMMIT_POSITON_COMPONENT='refs/heads/master@{#234}'
def RunSteps(api):
api.archive.clusterfuzz_archive(
- build_dir=api.path['slave_build'].join('src', 'out', 'Release'),
+ build_dir=api.infra_paths['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