| 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_compile_arm64_dbg", | 7 "[BUILDER_CACHE]/android_compile_arm64_dbg", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 "--gsutil-py-path", | 229 "--gsutil-py-path", |
| 230 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 230 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 231 "--ninja-path", | 231 "--ninja-path", |
| 232 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 232 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 233 "--target", | 233 "--target", |
| 234 "Debug", | 234 "Debug", |
| 235 "--src-dir", | 235 "--src-dir", |
| 236 "[BUILDER_CACHE]/android_compile_arm64_dbg/src", | 236 "[BUILDER_CACHE]/android_compile_arm64_dbg/src", |
| 237 "--goma-cache-dir", | 237 "--goma-cache-dir", |
| 238 "[GOMA_CACHE]", | 238 "[GOMA_CACHE]", |
| 239 "--buildbot-buildername", | |
| 240 "android_compile_arm64_dbg", | |
| 241 "--buildbot-mastername", | |
| 242 "tryserver.webrtc", | |
| 243 "--buildbot-slavename", | |
| 244 "slavename", | |
| 245 "--goma-deps-cache-dir", | 239 "--goma-deps-cache-dir", |
| 246 "[GOMA_DEPS_CACHE]", | 240 "[GOMA_DEPS_CACHE]", |
| 247 "--compiler", | 241 "--compiler", |
| 248 "goma", | 242 "goma", |
| 249 "--goma-jsonstatus", | 243 "--goma-jsonstatus", |
| 250 "/path/to/tmp/json", | 244 "/path/to/tmp/json", |
| 251 "--goma-service-account-json-file", | 245 "--goma-service-account-json-file", |
| 252 "/creds/service_accounts/service-account-goma-client.json", | 246 "/creds/service_accounts/service-account-goma-client.json", |
| 253 "--goma-dir", | 247 "--goma-dir", |
| 254 "[CACHE]/cipd/goma", | 248 "[CACHE]/cipd/goma", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 265 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 259 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 266 "@@@STEP_LOG_END@json.output (invalid)@@@" | 260 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 267 ] | 261 ] |
| 268 }, | 262 }, |
| 269 { | 263 { |
| 270 "name": "$result", | 264 "name": "$result", |
| 271 "recipe_result": null, | 265 "recipe_result": null, |
| 272 "status_code": 0 | 266 "status_code": 0 |
| 273 } | 267 } |
| 274 ] | 268 ] |
| OLD | NEW |