Index: scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_one_perf_bisect.json |
diff --git a/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_one_perf_bisect.json b/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_one_perf_bisect.json |
index c2d0ebaefafc32a2df3a19b956a510dadb2a1801..6f4de7b6c0d438c9c542c9f23a699de0da4cb6a8 100644 |
--- a/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_one_perf_bisect.json |
+++ b/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_one_perf_bisect.json |
@@ -438,6 +438,20 @@ |
}, |
{ |
"cmd": [ |
+ "python", |
+ "-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "[SLAVE_BUILD]/src/chrome/VERSION", |
+ "/path/to/tmp/" |
+ ], |
+ "env": { |
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json", |
+ "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s" |
+ }, |
+ "name": "get version" |
+ }, |
+ { |
+ "cmd": [ |
"[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
"ChromePublic.apk", |
"-v", |