Index: scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_s5_perf_cq.json |
diff --git a/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_s5_perf_cq.json b/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_s5_perf_cq.json |
index 33cbab5563bc144a93fa84a00f6461fd02cd7ccf..e8e88e4a15c01bc63fa892de1a35299118780b49 100644 |
--- a/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_s5_perf_cq.json |
+++ b/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_s5_perf_cq.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", |