| 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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 "--gsutil-py-path", | 349 "--gsutil-py-path", |
| 350 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 350 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 351 "--ninja-path", | 351 "--ninja-path", |
| 352 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 352 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 353 "--target", | 353 "--target", |
| 354 "Debug", | 354 "Debug", |
| 355 "--src-dir", | 355 "--src-dir", |
| 356 "[BUILDER_CACHE]/mac/src", | 356 "[BUILDER_CACHE]/mac/src", |
| 357 "--goma-cache-dir", | 357 "--goma-cache-dir", |
| 358 "[GOMA_CACHE]", | 358 "[GOMA_CACHE]", |
| 359 "--buildbot-buildername", | |
| 360 "Mac Builder (dbg)", | |
| 361 "--buildbot-mastername", | |
| 362 "chromium.mac", | |
| 363 "--buildbot-slavename", | |
| 364 "TestSlavename", | |
| 365 "--goma-deps-cache-dir", | 359 "--goma-deps-cache-dir", |
| 366 "[GOMA_DEPS_CACHE]", | 360 "[GOMA_DEPS_CACHE]", |
| 367 "--build-data-dir", | 361 "--build-data-dir", |
| 368 "[ROOT]/build_data_dir", | 362 "[ROOT]/build_data_dir", |
| 369 "--compiler", | 363 "--compiler", |
| 370 "goma-clang", | 364 "goma-clang", |
| 371 "--goma-jsonstatus", | 365 "--goma-jsonstatus", |
| 372 "/path/to/tmp/json", | 366 "/path/to/tmp/json", |
| 373 "--goma-service-account-json-file", | 367 "--goma-service-account-json-file", |
| 374 "/creds/service_accounts/service-account-goma-client.json", | 368 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 "~followup_annotations": [ | 472 "~followup_annotations": [ |
| 479 "@@@STEP_TEXT@Mac10.9 Tests (dbg)@@@" | 473 "@@@STEP_TEXT@Mac10.9 Tests (dbg)@@@" |
| 480 ] | 474 ] |
| 481 }, | 475 }, |
| 482 { | 476 { |
| 483 "name": "$result", | 477 "name": "$result", |
| 484 "recipe_result": null, | 478 "recipe_result": null, |
| 485 "status_code": 0 | 479 "status_code": 0 |
| 486 } | 480 } |
| 487 ] | 481 ] |
| OLD | NEW |