| 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_Builder", | 7 "[BUILDER_CACHE]/Mac_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 "--ninja-path", | 316 "--ninja-path", |
| 317 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 317 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 318 "--target", | 318 "--target", |
| 319 "Release", | 319 "Release", |
| 320 "--src-dir", | 320 "--src-dir", |
| 321 "[BUILDER_CACHE]/Mac_Builder/src", | 321 "[BUILDER_CACHE]/Mac_Builder/src", |
| 322 "--goma-cache-dir", | 322 "--goma-cache-dir", |
| 323 "[GOMA_CACHE]", | 323 "[GOMA_CACHE]", |
| 324 "--goma-deps-cache-dir", | 324 "--goma-deps-cache-dir", |
| 325 "[GOMA_DEPS_CACHE]", | 325 "[GOMA_DEPS_CACHE]", |
| 326 "--build-tool", | |
| 327 "ninja", | |
| 328 "--build-data-dir", | 326 "--build-data-dir", |
| 329 "[ROOT]/build_data_dir", | 327 "[ROOT]/build_data_dir", |
| 330 "--compiler", | 328 "--compiler", |
| 331 "goma-clang", | 329 "goma-clang", |
| 332 "--goma-jsonstatus", | 330 "--goma-jsonstatus", |
| 333 "/path/to/tmp/json", | 331 "/path/to/tmp/json", |
| 334 "--goma-service-account-json-file", | 332 "--goma-service-account-json-file", |
| 335 "/creds/service_accounts/service-account-goma-client.json", | 333 "/creds/service_accounts/service-account-goma-client.json", |
| 336 "--goma-dir", | 334 "--goma-dir", |
| 337 "[CACHE]/cipd/goma", | 335 "[CACHE]/cipd/goma", |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 "~followup_annotations": [ | 408 "~followup_annotations": [ |
| 411 "@@@STEP_TEXT@Mac Tester@@@" | 409 "@@@STEP_TEXT@Mac Tester@@@" |
| 412 ] | 410 ] |
| 413 }, | 411 }, |
| 414 { | 412 { |
| 415 "name": "$result", | 413 "name": "$result", |
| 416 "recipe_result": null, | 414 "recipe_result": null, |
| 417 "status_code": 0 | 415 "status_code": 0 |
| 418 } | 416 } |
| 419 ] | 417 ] |
| OLD | NEW |