| 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]/Cast_Android__dbg_", | 7 "[BUILDER_CACHE]/Cast_Android__dbg_", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 "--gsutil-py-path", | 321 "--gsutil-py-path", |
| 322 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 322 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 323 "--ninja-path", | 323 "--ninja-path", |
| 324 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 324 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 325 "--target", | 325 "--target", |
| 326 "Debug", | 326 "Debug", |
| 327 "--src-dir", | 327 "--src-dir", |
| 328 "[BUILDER_CACHE]/Cast_Android__dbg_/src", | 328 "[BUILDER_CACHE]/Cast_Android__dbg_/src", |
| 329 "--goma-cache-dir", | 329 "--goma-cache-dir", |
| 330 "[GOMA_CACHE]", | 330 "[GOMA_CACHE]", |
| 331 "--buildbot-buildername", | |
| 332 "Cast Android (dbg)", | |
| 333 "--buildbot-mastername", | |
| 334 "chromium.linux", | |
| 335 "--buildbot-slavename", | |
| 336 "TestSlavename", | |
| 337 "--goma-deps-cache-dir", | 331 "--goma-deps-cache-dir", |
| 338 "[GOMA_DEPS_CACHE]", | 332 "[GOMA_DEPS_CACHE]", |
| 339 "--build-data-dir", | 333 "--build-data-dir", |
| 340 "[ROOT]/build_data_dir", | 334 "[ROOT]/build_data_dir", |
| 341 "--compiler", | 335 "--compiler", |
| 342 "goma", | 336 "goma", |
| 343 "--goma-jsonstatus", | 337 "--goma-jsonstatus", |
| 344 "/path/to/tmp/json", | 338 "/path/to/tmp/json", |
| 345 "--goma-service-account-json-file", | 339 "--goma-service-account-json-file", |
| 346 "/creds/service_accounts/service-account-goma-client.json", | 340 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 358 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 352 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 359 "@@@STEP_LOG_END@json.output (invalid)@@@" | 353 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 360 ] | 354 ] |
| 361 }, | 355 }, |
| 362 { | 356 { |
| 363 "name": "$result", | 357 "name": "$result", |
| 364 "recipe_result": null, | 358 "recipe_result": null, |
| 365 "status_code": 0 | 359 "status_code": 0 |
| 366 } | 360 } |
| 367 ] | 361 ] |
| OLD | NEW |