| Index: scripts/slave/recipe_modules/chromium_android/example.expected/tester_blacklisted_devices.json
|
| diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/tester_blacklisted_devices.json b/scripts/slave/recipe_modules/chromium_android/example.expected/tester_blacklisted_devices.json
|
| index a6972bde3954b79833c992a8c58ed5e9292ce9ca..6652ac93fbae07ac598c27c075c58d766ddff291 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/example.expected/tester_blacklisted_devices.json
|
| +++ b/scripts/slave/recipe_modules/chromium_android/example.expected/tester_blacklisted_devices.json
|
| @@ -277,7 +277,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",
|
| @@ -296,7 +296,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",
|
| @@ -434,7 +434,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)",
|
| @@ -453,7 +453,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",
|
|
|