| 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_Trybot", | 7 "[BUILDER_CACHE]/Mac_Builder_Trybot", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 "--ninja-path", | 356 "--ninja-path", |
| 357 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 357 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 358 "--target", | 358 "--target", |
| 359 "Release", | 359 "Release", |
| 360 "--src-dir", | 360 "--src-dir", |
| 361 "[BUILDER_CACHE]/Mac_Builder_Trybot/src", | 361 "[BUILDER_CACHE]/Mac_Builder_Trybot/src", |
| 362 "--goma-cache-dir", | 362 "--goma-cache-dir", |
| 363 "[GOMA_CACHE]", | 363 "[GOMA_CACHE]", |
| 364 "--goma-deps-cache-dir", | 364 "--goma-deps-cache-dir", |
| 365 "[GOMA_DEPS_CACHE]", | 365 "[GOMA_DEPS_CACHE]", |
| 366 "--build-tool", | |
| 367 "ninja", | |
| 368 "--build-data-dir", | 366 "--build-data-dir", |
| 369 "[ROOT]/build_data_dir", | 367 "[ROOT]/build_data_dir", |
| 370 "--compiler", | 368 "--compiler", |
| 371 "goma-clang", | 369 "goma-clang", |
| 372 "--goma-jsonstatus", | 370 "--goma-jsonstatus", |
| 373 "/path/to/tmp/json", | 371 "/path/to/tmp/json", |
| 374 "--goma-service-account-json-file", | 372 "--goma-service-account-json-file", |
| 375 "/creds/service_accounts/service-account-goma-client.json", | 373 "/creds/service_accounts/service-account-goma-client.json", |
| 376 "--goma-dir", | 374 "--goma-dir", |
| 377 "[CACHE]/cipd/goma", | 375 "[CACHE]/cipd/goma", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 "~followup_annotations": [ | 481 "~followup_annotations": [ |
| 484 "@@@STEP_TEXT@Mac10.9 Tests-Trybot@@@" | 482 "@@@STEP_TEXT@Mac10.9 Tests-Trybot@@@" |
| 485 ] | 483 ] |
| 486 }, | 484 }, |
| 487 { | 485 { |
| 488 "name": "$result", | 486 "name": "$result", |
| 489 "recipe_result": null, | 487 "recipe_result": null, |
| 490 "status_code": 0 | 488 "status_code": 0 |
| 491 } | 489 } |
| 492 ] | 490 ] |
| OLD | NEW |