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

Unified Diff: scripts/slave/recipes/android/perf.expected/provision_devices.json

Issue 2103503002: adb: move known devices file under cache so it works with remote_run (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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/android/perf.expected/provision_devices.json
diff --git a/scripts/slave/recipes/android/perf.expected/provision_devices.json b/scripts/slave/recipes/android/perf.expected/provision_devices.json
index 96f2c2105a89b16509f3b23fa6321d365c114ab1..91ebc8e3acde38f6e8968a567ed62e44626a9317 100644
--- a/scripts/slave/recipes/android/perf.expected/provision_devices.json
+++ b/scripts/slave/recipes/android/perf.expected/provision_devices.json
@@ -240,7 +240,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[BUILD]/site_config/.known_devices",
+ "[CACHE]/known_android_devices",
"/path/to/tmp/"
],
"name": "fix_device_file_format.read_device_file",
@@ -259,7 +259,7 @@
"--json-output",
"/path/to/tmp/json",
"--known-devices-file",
- "[BUILD]/site_config/.known_devices"
+ "[CACHE]/known_android_devices"
],
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",

Powered by Google App Engine
This is Rietveld 408576698