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

Unified Diff: build/scripts/slave/unittests/telemetry_test.py

Issue 38873003: Reland "Dynamically pick build directory on the slave side." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years, 2 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 | « build/scripts/slave/build_directory.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/scripts/slave/unittests/telemetry_test.py
===================================================================
--- build/scripts/slave/unittests/telemetry_test.py (revision 230600)
+++ build/scripts/slave/unittests/telemetry_test.py (working copy)
@@ -47,7 +47,7 @@
@staticmethod
def _GetDefaultFactoryProperties():
fp = {}
- fp['build_dir'] = 'src/build'
+ fp['build_dir'] = 'src/out'
fp['test_name'] = 'sunspider'
fp['target'] = 'Release'
fp['target_os'] = 'android'
@@ -78,10 +78,10 @@
'\'adb\' \'wait-for-device\'',
'\'%s\' ' % sys.executable +
'\'%s\' \'--run-python-script\' \'--target\' \'Release\' ' % runtest +
- '\'--build-dir\' \'src/build\' \'--no-xvfb\' ' +
+ '\'--build-dir\' \'src/out\' \'--no-xvfb\' ' +
'\'--factory-properties=' +
'{"target": "Release", ' +
- '"build_dir": "src/build", "perf_id": "android-gn", ' +
+ '"build_dir": "src/out", "perf_id": "android-gn", ' +
'"step_name": "sunspider", "test_name": "sunspider", ' +
'"target_platform": "linux2", "target_os": "android", ' +
'"show_perf_results": true}\' ' +
@@ -108,9 +108,9 @@
'\'adb\' \'wait-for-device\'',
'\'%s\' ' % sys.executable +
'\'%s\' \'--run-python-script\' \'--target\' \'Release\' ' % runtest +
- '\'--build-dir\' \'src/build\' \'--no-xvfb\' ' +
+ '\'--build-dir\' \'src/out\' \'--no-xvfb\' ' +
'\'--factory-properties=' +
- '{"target": "Release", "build_dir": "src/build", ' +
+ '{"target": "Release", "build_dir": "src/out", ' +
'"extra_args": ["--profile-dir=fake_dir"], ' +
'"perf_id": "android-gn", ' +
'"step_name": "sunspider", "test_name": "sunspider", ' +
« no previous file with comments | « build/scripts/slave/build_directory.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698