| 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 1900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2140 "@@@STEP_LOG_END@python.inline@@@" | 2141 "@@@STEP_LOG_END@python.inline@@@" |
| 2141 ] | 2142 ] |
| 2142 }, | 2143 }, |
| 2143 { | 2144 { |
| 2144 "name": "$result", | 2145 "name": "$result", |
| 2145 "reason": "Step('Debug Info') failed with return_code 1", | 2146 "reason": "Step('Debug Info') failed with return_code 1", |
| 2146 "recipe_result": null, | 2147 "recipe_result": null, |
| 2147 "status_code": 1 | 2148 "status_code": 1 |
| 2148 } | 2149 } |
| 2149 ] | 2150 ] |
| OLD | NEW |