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]/linux", | 7 "[BUILDER_CACHE]/linux", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
612 "--src-dir", | 612 "--src-dir", |
613 "[BUILDER_CACHE]/linux/src", | 613 "[BUILDER_CACHE]/linux/src", |
614 "--goma-cache-dir", | 614 "--goma-cache-dir", |
615 "[GOMA_CACHE]", | 615 "[GOMA_CACHE]", |
616 "--buildbot-buildername", | 616 "--buildbot-buildername", |
617 "linux_variable", | 617 "linux_variable", |
618 "--buildbot-mastername", | 618 "--buildbot-mastername", |
619 "tryserver.chromium.linux", | 619 "tryserver.chromium.linux", |
620 "--buildbot-slavename", | 620 "--buildbot-slavename", |
621 "build1-a1", | 621 "build1-a1", |
622 "--goma-deps-cache-dir", | 622 "--goma-deps-cache-file", |
623 "[GOMA_DEPS_CACHE]", | 623 "linux_variable.gomadeps", |
624 "--compiler", | 624 "--compiler", |
625 "goma", | 625 "goma", |
626 "--goma-jsonstatus", | 626 "--goma-jsonstatus", |
627 "/path/to/tmp/json", | 627 "/path/to/tmp/json", |
628 "--goma-service-account-json-file", | 628 "--goma-service-account-json-file", |
629 "/creds/service_accounts/service-account-goma-client.json", | 629 "/creds/service_accounts/service-account-goma-client.json", |
630 "--goma-dir", | 630 "--goma-dir", |
631 "[CACHE]/cipd/goma", | 631 "[CACHE]/cipd/goma", |
632 "--ninja-ensure-up-to-date", | 632 "--ninja-ensure-up-to-date", |
633 "--", | 633 "--", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
669 "@@@STEP_LOG_END@report@@@", | 669 "@@@STEP_LOG_END@report@@@", |
670 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 670 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
671 ] | 671 ] |
672 }, | 672 }, |
673 { | 673 { |
674 "name": "$result", | 674 "name": "$result", |
675 "recipe_result": null, | 675 "recipe_result": null, |
676 "status_code": 0 | 676 "status_code": 0 |
677 } | 677 } |
678 ] | 678 ] |
OLD | NEW |