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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 "--ninja-path", | 264 "--ninja-path", |
265 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 265 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
266 "--target", | 266 "--target", |
267 "Release", | 267 "Release", |
268 "--src-dir", | 268 "--src-dir", |
269 "[BUILDER_CACHE]/Mac_Builder/src", | 269 "[BUILDER_CACHE]/Mac_Builder/src", |
270 "--goma-cache-dir", | 270 "--goma-cache-dir", |
271 "[GOMA_CACHE]", | 271 "[GOMA_CACHE]", |
272 "--goma-deps-cache-dir", | 272 "--goma-deps-cache-dir", |
273 "[GOMA_DEPS_CACHE]", | 273 "[GOMA_DEPS_CACHE]", |
274 "--build-tool", | |
275 "ninja", | |
276 "--build-data-dir", | 274 "--build-data-dir", |
277 "[ROOT]/build_data_dir", | 275 "[ROOT]/build_data_dir", |
278 "--compiler", | 276 "--compiler", |
279 "goma-clang", | 277 "goma-clang", |
280 "--goma-jsonstatus", | 278 "--goma-jsonstatus", |
281 "/path/to/tmp/json", | 279 "/path/to/tmp/json", |
282 "--goma-service-account-json-file", | 280 "--goma-service-account-json-file", |
283 "/creds/service_accounts/service-account-goma-client.json", | 281 "/creds/service_accounts/service-account-goma-client.json", |
284 "--mode", | 282 "--mode", |
285 "official", | 283 "official", |
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
771 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 769 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
772 }, | 770 }, |
773 "name": "sizes" | 771 "name": "sizes" |
774 }, | 772 }, |
775 { | 773 { |
776 "name": "$result", | 774 "name": "$result", |
777 "recipe_result": null, | 775 "recipe_result": null, |
778 "status_code": 0 | 776 "status_code": 0 |
779 } | 777 } |
780 ] | 778 ] |
OLD | NEW |