| 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]/mac_layout", | 7 "[BUILDER_CACHE]/mac_layout", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 "--ninja-path", | 351 "--ninja-path", |
| 352 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 352 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 353 "--target", | 353 "--target", |
| 354 "Release", | 354 "Release", |
| 355 "--src-dir", | 355 "--src-dir", |
| 356 "[BUILDER_CACHE]/mac_layout/src", | 356 "[BUILDER_CACHE]/mac_layout/src", |
| 357 "--goma-cache-dir", | 357 "--goma-cache-dir", |
| 358 "[GOMA_CACHE]", | 358 "[GOMA_CACHE]", |
| 359 "--goma-deps-cache-dir", | 359 "--goma-deps-cache-dir", |
| 360 "[GOMA_DEPS_CACHE]", | 360 "[GOMA_DEPS_CACHE]", |
| 361 "--build-tool", | |
| 362 "ninja", | |
| 363 "--build-data-dir", | 361 "--build-data-dir", |
| 364 "[ROOT]/build_data_dir", | 362 "[ROOT]/build_data_dir", |
| 365 "--compiler", | 363 "--compiler", |
| 366 "goma-clang", | 364 "goma-clang", |
| 367 "--goma-jsonstatus", | 365 "--goma-jsonstatus", |
| 368 "/path/to/tmp/json", | 366 "/path/to/tmp/json", |
| 369 "--goma-service-account-json-file", | 367 "--goma-service-account-json-file", |
| 370 "/creds/service_accounts/service-account-goma-client.json", | 368 "/creds/service_accounts/service-account-goma-client.json", |
| 371 "--goma-dir", | 369 "--goma-dir", |
| 372 "[CACHE]/cipd/goma", | 370 "[CACHE]/cipd/goma", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 495 "~followup_annotations": [ | 493 "~followup_annotations": [ |
| 496 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@" | 494 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@" |
| 497 ] | 495 ] |
| 498 }, | 496 }, |
| 499 { | 497 { |
| 500 "name": "$result", | 498 "name": "$result", |
| 501 "recipe_result": null, | 499 "recipe_result": null, |
| 502 "status_code": 0 | 500 "status_code": 0 |
| 503 } | 501 } |
| 504 ] | 502 ] |
| OLD | NEW |