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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/basic_android_s5_perf_cq.json

Issue 2318203002: [Android] Enable USB reset on perf bots. (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/android_s5_perf_cq", 7 "[BUILDER_CACHE]/android_s5_perf_cq",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 }, 219 },
220 { 220 {
221 "cmd": [ 221 "cmd": [
222 "[BUILDER_CACHE]/android_s5_perf_cq/src/third_party/catapult/devil/devil/a ndroid/tools/device_recovery.py", 222 "[BUILDER_CACHE]/android_s5_perf_cq/src/third_party/catapult/devil/devil/a ndroid/tools/device_recovery.py",
223 "--blacklist-file", 223 "--blacklist-file",
224 "[BUILDER_CACHE]/android_s5_perf_cq/src/out/bad_devices.json", 224 "[BUILDER_CACHE]/android_s5_perf_cq/src/out/bad_devices.json",
225 "--known-devices-file", 225 "--known-devices-file",
226 "[HOME]/.android/known_devices.json", 226 "[HOME]/.android/known_devices.json",
227 "--adb-path", 227 "--adb-path",
228 "[BUILDER_CACHE]/android_s5_perf_cq/src/third_party/android_tools/sdk/plat form-tools/adb", 228 "[BUILDER_CACHE]/android_s5_perf_cq/src/third_party/android_tools/sdk/plat form-tools/adb",
229 "-v" 229 "-v",
230 "--enable-usb-reset"
230 ], 231 ],
231 "cwd": "[BUILDER_CACHE]/android_s5_perf_cq", 232 "cwd": "[BUILDER_CACHE]/android_s5_perf_cq",
232 "env": { 233 "env": {
233 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 234 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
234 "PATH": "[BUILDER_CACHE]/android_s5_perf_cq/src/third_party/android_tools/ sdk/platform-tools:[BUILDER_CACHE]/android_s5_perf_cq/src/build/android:%(PATH)s " 235 "PATH": "[BUILDER_CACHE]/android_s5_perf_cq/src/third_party/android_tools/ sdk/platform-tools:[BUILDER_CACHE]/android_s5_perf_cq/src/build/android:%(PATH)s "
235 }, 236 },
236 "name": "device_recovery" 237 "name": "device_recovery"
237 }, 238 },
238 { 239 {
239 "cmd": [ 240 "cmd": [
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 683 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
683 "@@@STEP_LOG_END@python.inline@@@" 684 "@@@STEP_LOG_END@python.inline@@@"
684 ] 685 ]
685 }, 686 },
686 { 687 {
687 "name": "$result", 688 "name": "$result",
688 "recipe_result": null, 689 "recipe_result": null,
689 "status_code": 0 690 "status_code": 0
690 } 691 }
691 ] 692 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698