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