| 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 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 "--gsutil-py-path", | 625 "--gsutil-py-path", |
| 626 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 626 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 627 "--ninja-path", | 627 "--ninja-path", |
| 628 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 628 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 629 "--target", | 629 "--target", |
| 630 "Release", | 630 "Release", |
| 631 "--src-dir", | 631 "--src-dir", |
| 632 "[BUILDER_CACHE]/mac/src", | 632 "[BUILDER_CACHE]/mac/src", |
| 633 "--goma-cache-dir", | 633 "--goma-cache-dir", |
| 634 "[GOMA_CACHE]", | 634 "[GOMA_CACHE]", |
| 635 "--buildbot-buildername", |
| 636 "mac_chromium_variable", |
| 637 "--buildbot-mastername", |
| 638 "tryserver.chromium.mac", |
| 639 "--buildbot-slavename", |
| 640 "build1-a1", |
| 635 "--goma-deps-cache-dir", | 641 "--goma-deps-cache-dir", |
| 636 "[GOMA_DEPS_CACHE]", | 642 "[GOMA_DEPS_CACHE]", |
| 637 "--compiler", | 643 "--compiler", |
| 638 "goma-clang", | 644 "goma-clang", |
| 639 "--goma-jsonstatus", | 645 "--goma-jsonstatus", |
| 640 "/path/to/tmp/json", | 646 "/path/to/tmp/json", |
| 641 "--goma-service-account-json-file", | 647 "--goma-service-account-json-file", |
| 642 "/creds/service_accounts/service-account-goma-client.json", | 648 "/creds/service_accounts/service-account-goma-client.json", |
| 643 "--goma-dir", | 649 "--goma-dir", |
| 644 "[CACHE]/cipd/goma", | 650 "[CACHE]/cipd/goma", |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 "@@@STEP_LOG_END@report@@@", | 874 "@@@STEP_LOG_END@report@@@", |
| 869 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}
}}}@@@" | 875 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}
}}}@@@" |
| 870 ] | 876 ] |
| 871 }, | 877 }, |
| 872 { | 878 { |
| 873 "name": "$result", | 879 "name": "$result", |
| 874 "recipe_result": null, | 880 "recipe_result": null, |
| 875 "status_code": 0 | 881 "status_code": 0 |
| 876 } | 882 } |
| 877 ] | 883 ] |
| OLD | NEW |