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

Unified Diff: scripts/slave/recipes/v8/auto_roll_deps.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/recipes/v8/auto_roll_deps.py
diff --git a/scripts/slave/recipes/v8/auto_roll_deps.py b/scripts/slave/recipes/v8/auto_roll_deps.py
index 76fa8f55835c51e0f7a5735b78323e3cb61beb21..30d2b14dc6ef59b431a2dbf014cf613f65720c5e 100644
--- a/scripts/slave/recipes/v8/auto_roll_deps.py
+++ b/scripts/slave/recipes/v8/auto_roll_deps.py
@@ -4,6 +4,7 @@
DEPS = [
'depot_tools/bot_update',
+ 'depot_tools/infra_paths',
'chromium',
'depot_tools/gclient',
'recipe_engine/json',
@@ -47,8 +48,8 @@ def RunSteps(api):
step_result = api.python(
'check roll status',
- api.path['build'].join('scripts', 'tools', 'runit.py'),
- [api.path['build'].join('scripts', 'tools', 'pycurl.py'),
+ api.infra_paths['build'].join('scripts', 'tools', 'runit.py'),
+ [api.infra_paths['build'].join('scripts', 'tools', 'pycurl.py'),
'https://v8-roll.appspot.com/status'],
stdout=api.raw_io.output(),
step_test_data=lambda: api.raw_io.test_api.stream_output(
@@ -112,7 +113,7 @@ def RunSteps(api):
'yangguo@chromium.org,vogelheim@chromium.org',
'--roll',
'--json-output', api.json.output(),
- '--work-dir', api.path['slave_build'].join('workdir')],
+ '--work-dir', api.infra_paths['slave_build'].join('workdir')],
cwd=api.path['checkout'].join('v8'),
step_test_data=lambda: api.json.test_api.output(
{'monitoring_state': 'success'}),

Powered by Google App Engine
This is Rietveld 408576698