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]/GPU_Mac_Builder", | 7 "[BUILDER_CACHE]/GPU_Mac_Builder", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 "--ninja-path", | 355 "--ninja-path", |
356 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 356 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
357 "--target", | 357 "--target", |
358 "Release", | 358 "Release", |
359 "--src-dir", | 359 "--src-dir", |
360 "[BUILDER_CACHE]/GPU_Mac_Builder/src", | 360 "[BUILDER_CACHE]/GPU_Mac_Builder/src", |
361 "--goma-cache-dir", | 361 "--goma-cache-dir", |
362 "[GOMA_CACHE]", | 362 "[GOMA_CACHE]", |
363 "--goma-deps-cache-dir", | 363 "--goma-deps-cache-dir", |
364 "[GOMA_DEPS_CACHE]", | 364 "[GOMA_DEPS_CACHE]", |
365 "--build-tool", | |
366 "ninja", | |
367 "--build-data-dir", | 365 "--build-data-dir", |
368 "[ROOT]/build_data_dir", | 366 "[ROOT]/build_data_dir", |
369 "--compiler", | 367 "--compiler", |
370 "goma-clang", | 368 "goma-clang", |
371 "--goma-jsonstatus", | 369 "--goma-jsonstatus", |
372 "/path/to/tmp/json", | 370 "/path/to/tmp/json", |
373 "--goma-service-account-json-file", | 371 "--goma-service-account-json-file", |
374 "/creds/service_accounts/service-account-goma-client.json", | 372 "/creds/service_accounts/service-account-goma-client.json", |
375 "--goma-dir", | 373 "--goma-dir", |
376 "[CACHE]/cipd/goma", | 374 "[CACHE]/cipd/goma", |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 "~followup_annotations": [ | 496 "~followup_annotations": [ |
499 "@@@STEP_TEXT@Mac 10.10 Release (Intel)<br />Mac 10.10 Retina Release (AMD
)@@@" | 497 "@@@STEP_TEXT@Mac 10.10 Release (Intel)<br />Mac 10.10 Retina Release (AMD
)@@@" |
500 ] | 498 ] |
501 }, | 499 }, |
502 { | 500 { |
503 "name": "$result", | 501 "name": "$result", |
504 "recipe_result": null, | 502 "recipe_result": null, |
505 "status_code": 0 | 503 "status_code": 0 |
506 } | 504 } |
507 ] | 505 ] |
OLD | NEW |