| 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 "--gsutil-py-path", | 355 "--gsutil-py-path", |
| 356 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 356 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 357 "--ninja-path", | 357 "--ninja-path", |
| 358 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 358 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 359 "--target", | 359 "--target", |
| 360 "Release", | 360 "Release", |
| 361 "--src-dir", | 361 "--src-dir", |
| 362 "[BUILDER_CACHE]/mac_layout/src", | 362 "[BUILDER_CACHE]/mac_layout/src", |
| 363 "--goma-cache-dir", | 363 "--goma-cache-dir", |
| 364 "[GOMA_CACHE]", | 364 "[GOMA_CACHE]", |
| 365 "--buildbot-buildername", | |
| 366 "WebKit Mac Builder", | |
| 367 "--buildbot-mastername", | |
| 368 "chromium.webkit", | |
| 369 "--buildbot-slavename", | |
| 370 "TestSlavename", | |
| 371 "--goma-deps-cache-dir", | 365 "--goma-deps-cache-dir", |
| 372 "[GOMA_DEPS_CACHE]", | 366 "[GOMA_DEPS_CACHE]", |
| 373 "--build-data-dir", | 367 "--build-data-dir", |
| 374 "[ROOT]/build_data_dir", | 368 "[ROOT]/build_data_dir", |
| 375 "--compiler", | 369 "--compiler", |
| 376 "goma-clang", | 370 "goma-clang", |
| 377 "--goma-jsonstatus", | 371 "--goma-jsonstatus", |
| 378 "/path/to/tmp/json", | 372 "/path/to/tmp/json", |
| 379 "--goma-service-account-json-file", | 373 "--goma-service-account-json-file", |
| 380 "/creds/service_accounts/service-account-goma-client.json", | 374 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 "~followup_annotations": [ | 497 "~followup_annotations": [ |
| 504 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@" | 498 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@" |
| 505 ] | 499 ] |
| 506 }, | 500 }, |
| 507 { | 501 { |
| 508 "name": "$result", | 502 "name": "$result", |
| 509 "recipe_result": null, | 503 "recipe_result": null, |
| 510 "status_code": 0 | 504 "status_code": 0 |
| 511 } | 505 } |
| 512 ] | 506 ] |
| OLD | NEW |