| 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_N5X_Swarm_Builder", | 7 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 "--ninja-path", | 356 "--ninja-path", |
| 357 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 357 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 358 "--target", | 358 "--target", |
| 359 "Release", | 359 "Release", |
| 360 "--src-dir", | 360 "--src-dir", |
| 361 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src", | 361 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src", |
| 362 "--goma-cache-dir", | 362 "--goma-cache-dir", |
| 363 "[GOMA_CACHE]", | 363 "[GOMA_CACHE]", |
| 364 "--goma-deps-cache-dir", | 364 "--goma-deps-cache-dir", |
| 365 "[GOMA_DEPS_CACHE]", | 365 "[GOMA_DEPS_CACHE]", |
| 366 "--build-tool", | |
| 367 "ninja", | |
| 368 "--build-data-dir", | 366 "--build-data-dir", |
| 369 "[ROOT]/build_data_dir", | 367 "[ROOT]/build_data_dir", |
| 370 "--compiler", | 368 "--compiler", |
| 371 "goma", | 369 "goma", |
| 372 "--goma-jsonstatus", | 370 "--goma-jsonstatus", |
| 373 "/path/to/tmp/json", | 371 "/path/to/tmp/json", |
| 374 "--goma-service-account-json-file", | 372 "--goma-service-account-json-file", |
| 375 "/creds/service_accounts/service-account-goma-client.json", | 373 "/creds/service_accounts/service-account-goma-client.json", |
| 376 "--goma-dir", | 374 "--goma-dir", |
| 377 "[CACHE]/cipd/goma", | 375 "[CACHE]/cipd/goma", |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 511 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 514 "@@@STEP_LOG_END@python.inline@@@" | 512 "@@@STEP_LOG_END@python.inline@@@" |
| 515 ] | 513 ] |
| 516 }, | 514 }, |
| 517 { | 515 { |
| 518 "name": "$result", | 516 "name": "$result", |
| 519 "recipe_result": null, | 517 "recipe_result": null, |
| 520 "status_code": 0 | 518 "status_code": 0 |
| 521 } | 519 } |
| 522 ] | 520 ] |
| OLD | NEW |