| Index: scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_user_build_basic.json
|
| diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_user_build_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_user_build_basic.json
|
| index 3399619b196ec6dcf445a9c1e76b69cb3b96292f..4f69582d450713e9aad7e6e316ae65945b3d32ec 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_user_build_basic.json
|
| +++ b/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_user_build_basic.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",
|
| @@ -427,7 +427,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)",
|
| @@ -446,7 +446,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",
|
|
|