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

Unified Diff: scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_aosp_perf_bisect.json

Issue 2065843002: [Android] Only pass --adb-path to adb_install_apk for M51 and above. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@update-version
Patch Set: rebase 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/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_aosp_perf_bisect.json
diff --git a/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_aosp_perf_bisect.json b/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_aosp_perf_bisect.json
index 15260fad52d08a7abecfd8125a0a404fa1605d36..f7ee07e81384a4511369b5eeaf8245f673f23f14 100644
--- a/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_aosp_perf_bisect.json
+++ b/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_aosp_perf_bisect.json
@@ -620,6 +620,16 @@
},
{
"cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "[SLAVE_BUILD]/src/chrome/VERSION",
+ "/path/to/tmp/"
+ ],
+ "name": "get version"
+ },
+ {
+ "cmd": [
"[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
"ChromePublic.apk",
"-v",
@@ -881,6 +891,16 @@
},
{
"cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "[SLAVE_BUILD]/src/chrome/VERSION",
+ "/path/to/tmp/"
+ ],
+ "name": "get version (2)"
+ },
+ {
+ "cmd": [
"[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
"ChromePublic.apk",
"-v",

Powered by Google App Engine
This is Rietveld 408576698