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

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

Issue 2402303003: Enable new device monitor everywhere and launch it earlier in the build. (Closed)
Patch Set: With expectations Created 4 years, 2 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/perf_tryjob_failed_test_android_nexus9_perf_bisect.json
diff --git a/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus9_perf_bisect.json b/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus9_perf_bisect.json
index c710204f23a4b1d3f62648175cae84f2e28b9613..021e2401a2d7c9891b333b7f8af7f8d3cfd16f82 100644
--- a/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus9_perf_bisect.json
+++ b/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus9_perf_bisect.json
@@ -257,6 +257,25 @@
"cmd": [
"python",
"-u",
+ "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
+ "--action",
+ "restart",
+ "--pid-file-path",
+ "/tmp/device_monitor.pid",
+ "--",
+ "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/catapult/devil/devil/android/tools/device_monitor.py",
+ "--adb-path",
+ "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools/adb",
+ "--blacklist-file",
+ "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/bad_devices.json"
+ ],
+ "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
+ "name": "spawn_device_monitor"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py",
"--verbose",
"--adb-path",
@@ -437,25 +456,6 @@
"cmd": [
"python",
"-u",
- "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
- "--action",
- "restart",
- "--pid-file-path",
- "/tmp/device_monitor.pid",
- "--",
- "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py",
- "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/third_party/android_tools/sdk/platform-tools/adb",
- "[\"07a00ca4\"]",
- "--blacklist-file",
- "[BUILDER_CACHE]/android_nexus9_perf_bisect/src/out/bad_devices.json"
- ],
- "cwd": "[BUILDER_CACHE]/android_nexus9_perf_bisect",
- "name": "spawn_device_monitor"
- },
- {
- "cmd": [
- "python",
- "-u",
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],

Powered by Google App Engine
This is Rietveld 408576698