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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 "--ninja-path", | 365 "--ninja-path", |
366 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 366 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
367 "--target", | 367 "--target", |
368 "Release", | 368 "Release", |
369 "--src-dir", | 369 "--src-dir", |
370 "[BUILDER_CACHE]/Mac_Builder/src", | 370 "[BUILDER_CACHE]/Mac_Builder/src", |
371 "--goma-cache-dir", | 371 "--goma-cache-dir", |
372 "[GOMA_CACHE]", | 372 "[GOMA_CACHE]", |
373 "--goma-deps-cache-dir", | 373 "--goma-deps-cache-dir", |
374 "[GOMA_DEPS_CACHE]", | 374 "[GOMA_DEPS_CACHE]", |
375 "--build-tool", | |
376 "ninja", | |
377 "--build-data-dir", | 375 "--build-data-dir", |
378 "[ROOT]/build_data_dir", | 376 "[ROOT]/build_data_dir", |
379 "--compiler", | 377 "--compiler", |
380 "goma-clang", | 378 "goma-clang", |
381 "--goma-jsonstatus", | 379 "--goma-jsonstatus", |
382 "/path/to/tmp/json", | 380 "/path/to/tmp/json", |
383 "--goma-service-account-json-file", | 381 "--goma-service-account-json-file", |
384 "/creds/service_accounts/service-account-goma-client.json", | 382 "/creds/service_accounts/service-account-goma-client.json", |
385 "--goma-dir", | 383 "--goma-dir", |
386 "[CACHE]/cipd/goma", | 384 "[CACHE]/cipd/goma", |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 "~followup_annotations": [ | 526 "~followup_annotations": [ |
529 "@@@STEP_TEXT@Mac10.10 Tests<br />Mac10.11 Tests<br />Mac10.9 Tests@@@" | 527 "@@@STEP_TEXT@Mac10.10 Tests<br />Mac10.11 Tests<br />Mac10.9 Tests@@@" |
530 ] | 528 ] |
531 }, | 529 }, |
532 { | 530 { |
533 "name": "$result", | 531 "name": "$result", |
534 "recipe_result": null, | 532 "recipe_result": null, |
535 "status_code": 0 | 533 "status_code": 0 |
536 } | 534 } |
537 ] | 535 ] |
OLD | NEW |