| OLD | NEW |
| 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_one_perf_bisect", | 7 "[BUILDER_CACHE]/android_one_perf_bisect", |
| 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 Loading... |
| 219 }, | 219 }, |
| 220 { | 220 { |
| 221 "cmd": [ | 221 "cmd": [ |
| 222 "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/catapult/devil/de
vil/android/tools/device_recovery.py", | 222 "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/catapult/devil/de
vil/android/tools/device_recovery.py", |
| 223 "--blacklist-file", | 223 "--blacklist-file", |
| 224 "[BUILDER_CACHE]/android_one_perf_bisect/src/out/bad_devices.json", | 224 "[BUILDER_CACHE]/android_one_perf_bisect/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_one_perf_bisect/src/third_party/android_tools/sdk
/platform-tools/adb", | 228 "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/android_tools/sdk
/platform-tools/adb", |
| 229 "-v" | 229 "-v", |
| 230 "--enable-usb-reset" |
| 230 ], | 231 ], |
| 231 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect", | 232 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect", |
| 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_one_perf_bisect/src/third_party/android_t
ools/sdk/platform-tools:[BUILDER_CACHE]/android_one_perf_bisect/src/build/androi
d:%(PATH)s" | 235 "PATH": "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/android_t
ools/sdk/platform-tools:[BUILDER_CACHE]/android_one_perf_bisect/src/build/androi
d:%(PATH)s" |
| 235 }, | 236 }, |
| 236 "name": "device_recovery" | 237 "name": "device_recovery" |
| 237 }, | 238 }, |
| 238 { | 239 { |
| 239 "cmd": [ | 240 "cmd": [ |
| (...skipping 3205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3445 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 3446 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 3446 "@@@STEP_LOG_END@python.inline@@@" | 3447 "@@@STEP_LOG_END@python.inline@@@" |
| 3447 ] | 3448 ] |
| 3448 }, | 3449 }, |
| 3449 { | 3450 { |
| 3450 "name": "$result", | 3451 "name": "$result", |
| 3451 "recipe_result": null, | 3452 "recipe_result": null, |
| 3452 "status_code": 0 | 3453 "status_code": 0 |
| 3453 } | 3454 } |
| 3454 ] | 3455 ] |
| OLD | NEW |