| 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", | 7 "[BUILDER_CACHE]/Mac_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 "--gsutil-py-path", | 304 "--gsutil-py-path", |
| 305 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 305 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 306 "--ninja-path", | 306 "--ninja-path", |
| 307 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 307 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 308 "--target", | 308 "--target", |
| 309 "Release", | 309 "Release", |
| 310 "--src-dir", | 310 "--src-dir", |
| 311 "[BUILDER_CACHE]/Mac_Builder/src", | 311 "[BUILDER_CACHE]/Mac_Builder/src", |
| 312 "--goma-cache-dir", | 312 "--goma-cache-dir", |
| 313 "[GOMA_CACHE]", | 313 "[GOMA_CACHE]", |
| 314 "--buildbot-buildername", |
| 315 "Mac Builder", |
| 316 "--buildbot-mastername", |
| 317 "chromium.perf", |
| 318 "--buildbot-slavename", |
| 319 "TestSlavename", |
| 314 "--goma-deps-cache-dir", | 320 "--goma-deps-cache-dir", |
| 315 "[GOMA_DEPS_CACHE]", | 321 "[GOMA_DEPS_CACHE]", |
| 316 "--build-data-dir", | 322 "--build-data-dir", |
| 317 "[ROOT]/build_data_dir", | 323 "[ROOT]/build_data_dir", |
| 318 "--compiler", | 324 "--compiler", |
| 319 "goma-clang", | 325 "goma-clang", |
| 320 "--goma-jsonstatus", | 326 "--goma-jsonstatus", |
| 321 "/path/to/tmp/json", | 327 "/path/to/tmp/json", |
| 322 "--goma-service-account-json-file", | 328 "--goma-service-account-json-file", |
| 323 "/creds/service_accounts/service-account-goma-client.json", | 329 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 882 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 888 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 883 }, | 889 }, |
| 884 "name": "sizes" | 890 "name": "sizes" |
| 885 }, | 891 }, |
| 886 { | 892 { |
| 887 "name": "$result", | 893 "name": "$result", |
| 888 "recipe_result": null, | 894 "recipe_result": null, |
| 889 "status_code": 0 | 895 "status_code": 0 |
| 890 } | 896 } |
| 891 ] | 897 ] |
| OLD | NEW |