| 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_Mac_10_11", | 7 "[BUILDER_CACHE]/Chromium_Mac_10_11", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 "--ninja-path", | 303 "--ninja-path", |
| 304 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 304 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 305 "--target", | 305 "--target", |
| 306 "Release", | 306 "Release", |
| 307 "--src-dir", | 307 "--src-dir", |
| 308 "[BUILDER_CACHE]/Chromium_Mac_10_11/src", | 308 "[BUILDER_CACHE]/Chromium_Mac_10_11/src", |
| 309 "--goma-cache-dir", | 309 "--goma-cache-dir", |
| 310 "[GOMA_CACHE]", | 310 "[GOMA_CACHE]", |
| 311 "--goma-deps-cache-dir", | 311 "--goma-deps-cache-dir", |
| 312 "[GOMA_DEPS_CACHE]", | 312 "[GOMA_DEPS_CACHE]", |
| 313 "--build-tool", | |
| 314 "ninja", | |
| 315 "--build-data-dir", | 313 "--build-data-dir", |
| 316 "[ROOT]/build_data_dir", | 314 "[ROOT]/build_data_dir", |
| 317 "--compiler", | 315 "--compiler", |
| 318 "goma-clang", | 316 "goma-clang", |
| 319 "--goma-jsonstatus", | 317 "--goma-jsonstatus", |
| 320 "/path/to/tmp/json", | 318 "/path/to/tmp/json", |
| 321 "--goma-service-account-json-file", | 319 "--goma-service-account-json-file", |
| 322 "/creds/service_accounts/service-account-goma-client.json", | 320 "/creds/service_accounts/service-account-goma-client.json", |
| 323 "--goma-dir", | 321 "--goma-dir", |
| 324 "[CACHE]/cipd/goma", | 322 "[CACHE]/cipd/goma", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 333 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 336 "@@@STEP_LOG_END@json.output (invalid)@@@" | 334 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 337 ] | 335 ] |
| 338 }, | 336 }, |
| 339 { | 337 { |
| 340 "name": "$result", | 338 "name": "$result", |
| 341 "recipe_result": null, | 339 "recipe_result": null, |
| 342 "status_code": 0 | 340 "status_code": 0 |
| 343 } | 341 } |
| 344 ] | 342 ] |
| OLD | NEW |