| 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]/Chromium_ASAN___debug", | 7 "[BUILDER_CACHE]/Chromium_ASAN___debug", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 "--ninja-path", | 322 "--ninja-path", |
| 323 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 323 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 324 "--target", | 324 "--target", |
| 325 "Debug", | 325 "Debug", |
| 326 "--src-dir", | 326 "--src-dir", |
| 327 "[BUILDER_CACHE]/Chromium_ASAN___debug/src", | 327 "[BUILDER_CACHE]/Chromium_ASAN___debug/src", |
| 328 "--goma-cache-dir", | 328 "--goma-cache-dir", |
| 329 "[GOMA_CACHE]", | 329 "[GOMA_CACHE]", |
| 330 "--goma-deps-cache-dir", | 330 "--goma-deps-cache-dir", |
| 331 "[GOMA_DEPS_CACHE]", | 331 "[GOMA_DEPS_CACHE]", |
| 332 "--build-tool", | |
| 333 "ninja", | |
| 334 "--build-data-dir", | 332 "--build-data-dir", |
| 335 "[ROOT]/build_data_dir", | 333 "[ROOT]/build_data_dir", |
| 336 "--compiler", | 334 "--compiler", |
| 337 "goma-clang", | 335 "goma-clang", |
| 338 "--goma-jsonstatus", | 336 "--goma-jsonstatus", |
| 339 "/path/to/tmp/json", | 337 "/path/to/tmp/json", |
| 340 "--goma-service-account-json-file", | 338 "--goma-service-account-json-file", |
| 341 "/creds/service_accounts/service-account-goma-client.json", | 339 "/creds/service_accounts/service-account-goma-client.json", |
| 342 "--goma-dir", | 340 "--goma-dir", |
| 343 "[CACHE]/cipd/goma", | 341 "[CACHE]/cipd/goma", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 424 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 427 "@@@STEP_LOG_END@python.inline@@@" | 425 "@@@STEP_LOG_END@python.inline@@@" |
| 428 ] | 426 ] |
| 429 }, | 427 }, |
| 430 { | 428 { |
| 431 "name": "$result", | 429 "name": "$result", |
| 432 "recipe_result": null, | 430 "recipe_result": null, |
| 433 "status_code": 0 | 431 "status_code": 0 |
| 434 } | 432 } |
| 435 ] | 433 ] |
| OLD | NEW |