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

Unified Diff: scripts/slave/recipes/blink_trybot.py

Issue 24737002: Add Paths as first-class types in configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: license Created 7 years, 3 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
« no previous file with comments | « scripts/slave/recipes/android_webview_aosp.py ('k') | scripts/slave/recipes/gpu.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/blink_trybot.py
diff --git a/scripts/slave/recipes/blink_trybot.py b/scripts/slave/recipes/blink_trybot.py
index 7897ef49dee048a1b982974fdf8fb3d0fd0a3903..dcd1fdc53a6336c9671203f4b4fad390ef1057dd 100644
--- a/scripts/slave/recipes/blink_trybot.py
+++ b/scripts/slave/recipes/blink_trybot.py
@@ -80,7 +80,7 @@ def GenSteps(api):
'layout_test_wrapper.py')
args = ['--target', api.chromium.c.BUILD_CONFIG,
'-o', results_dir,
- '--build-dir', api.path.checkout(api.chromium.c.build_dir),
+ '--build-dir', api.chromium.c.build_dir,
'--json-test-results', api.json.test_results()]
return api.chromium.runtests(test, args, name=name, can_fail_build=False,
followup_fn=followup_fn)
@@ -122,7 +122,7 @@ def GenSteps(api):
archive_layout_test_results,
[
'--results-dir', results_dir,
- '--build-dir', api.path.checkout(api.chromium.c.build_dir),
+ '--build-dir', api.chromium.c.build_dir,
'--build-number', buildnumber,
'--builder-name', buildername,
'--gs-bucket', 'gs://chromium-layout-test-archives',
« no previous file with comments | « scripts/slave/recipes/android_webview_aosp.py ('k') | scripts/slave/recipes/gpu.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698