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

Unified Diff: scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json

Issue 2103523002: Revert of 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/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
index 6911658a50f57c403d8fede117767b464deeea54..5722bff3c4c847cec10beb61e91bb9531126aa05 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
+++ b/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
@@ -296,7 +296,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[CACHE]/known_android_devices",
+ "[BUILD]/site_config/.known_devices",
"/path/to/tmp/"
],
"name": "fix_device_file_format.read_device_file",
@@ -315,7 +315,7 @@
"--json-output",
"/path/to/tmp/json",
"--known-devices-file",
- "[CACHE]/known_android_devices"
+ "[BUILD]/site_config/.known_devices"
],
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
@@ -446,7 +446,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[CACHE]/known_android_devices",
+ "[BUILD]/site_config/.known_devices",
"/path/to/tmp/"
],
"name": "fix_device_file_format.read_device_file (2)",
@@ -465,7 +465,7 @@
"--json-output",
"/path/to/tmp/json",
"--known-devices-file",
- "[CACHE]/known_android_devices"
+ "[BUILD]/site_config/.known_devices"
],
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",

Powered by Google App Engine
This is Rietveld 408576698