| 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__dbg_", | 7 "[BUILDER_CACHE]/Mac_Builder__dbg_", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 "--ninja-path", | 345 "--ninja-path", |
| 346 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 346 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 347 "--target", | 347 "--target", |
| 348 "Debug", | 348 "Debug", |
| 349 "--src-dir", | 349 "--src-dir", |
| 350 "[BUILDER_CACHE]/Mac_Builder__dbg_/src", | 350 "[BUILDER_CACHE]/Mac_Builder__dbg_/src", |
| 351 "--goma-cache-dir", | 351 "--goma-cache-dir", |
| 352 "[GOMA_CACHE]", | 352 "[GOMA_CACHE]", |
| 353 "--goma-deps-cache-dir", | 353 "--goma-deps-cache-dir", |
| 354 "[GOMA_DEPS_CACHE]", | 354 "[GOMA_DEPS_CACHE]", |
| 355 "--build-tool", | |
| 356 "ninja", | |
| 357 "--build-data-dir", | 355 "--build-data-dir", |
| 358 "[ROOT]/build_data_dir", | 356 "[ROOT]/build_data_dir", |
| 359 "--compiler", | 357 "--compiler", |
| 360 "goma-clang", | 358 "goma-clang", |
| 361 "--goma-jsonstatus", | 359 "--goma-jsonstatus", |
| 362 "/path/to/tmp/json", | 360 "/path/to/tmp/json", |
| 363 "--goma-service-account-json-file", | 361 "--goma-service-account-json-file", |
| 364 "/creds/service_accounts/service-account-goma-client.json", | 362 "/creds/service_accounts/service-account-goma-client.json", |
| 365 "--goma-dir", | 363 "--goma-dir", |
| 366 "[CACHE]/cipd/goma", | 364 "[CACHE]/cipd/goma", |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 470 "~followup_annotations": [ | 468 "~followup_annotations": [ |
| 471 "@@@STEP_TEXT@Mac10.9 Tests (dbg)@@@" | 469 "@@@STEP_TEXT@Mac10.9 Tests (dbg)@@@" |
| 472 ] | 470 ] |
| 473 }, | 471 }, |
| 474 { | 472 { |
| 475 "name": "$result", | 473 "name": "$result", |
| 476 "recipe_result": null, | 474 "recipe_result": null, |
| 477 "status_code": 0 | 475 "status_code": 0 |
| 478 } | 476 } |
| 479 ] | 477 ] |
| OLD | NEW |