| 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", | 7 "[BUILDER_CACHE]/mac", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "--gsutil-py-path", | 359 "--gsutil-py-path", |
| 360 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 360 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 361 "--ninja-path", | 361 "--ninja-path", |
| 362 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 362 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 363 "--target", | 363 "--target", |
| 364 "Release", | 364 "Release", |
| 365 "--src-dir", | 365 "--src-dir", |
| 366 "[BUILDER_CACHE]/mac/src", | 366 "[BUILDER_CACHE]/mac/src", |
| 367 "--goma-cache-dir", | 367 "--goma-cache-dir", |
| 368 "[GOMA_CACHE]", | 368 "[GOMA_CACHE]", |
| 369 "--buildbot-buildername", |
| 370 "GPU Mac Builder", |
| 371 "--buildbot-mastername", |
| 372 "chromium.gpu", |
| 373 "--buildbot-slavename", |
| 374 "TestSlavename", |
| 369 "--goma-deps-cache-dir", | 375 "--goma-deps-cache-dir", |
| 370 "[GOMA_DEPS_CACHE]", | 376 "[GOMA_DEPS_CACHE]", |
| 371 "--build-data-dir", | 377 "--build-data-dir", |
| 372 "[ROOT]/build_data_dir", | 378 "[ROOT]/build_data_dir", |
| 373 "--compiler", | 379 "--compiler", |
| 374 "goma-clang", | 380 "goma-clang", |
| 375 "--goma-jsonstatus", | 381 "--goma-jsonstatus", |
| 376 "/path/to/tmp/json", | 382 "/path/to/tmp/json", |
| 377 "--goma-service-account-json-file", | 383 "--goma-service-account-json-file", |
| 378 "/creds/service_accounts/service-account-goma-client.json", | 384 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 500 "~followup_annotations": [ | 506 "~followup_annotations": [ |
| 501 "@@@STEP_TEXT@Mac 10.10 Release (Intel)<br />Mac 10.10 Retina Release (AMD
)@@@" | 507 "@@@STEP_TEXT@Mac 10.10 Release (Intel)<br />Mac 10.10 Retina Release (AMD
)@@@" |
| 502 ] | 508 ] |
| 503 }, | 509 }, |
| 504 { | 510 { |
| 505 "name": "$result", | 511 "name": "$result", |
| 506 "recipe_result": null, | 512 "recipe_result": null, |
| 507 "status_code": 0 | 513 "status_code": 0 |
| 508 } | 514 } |
| 509 ] | 515 ] |
| OLD | NEW |