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", | 7 "[BUILDER_CACHE]/mac", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 "--src-dir", | 617 "--src-dir", |
618 "[BUILDER_CACHE]/mac/src", | 618 "[BUILDER_CACHE]/mac/src", |
619 "--goma-cache-dir", | 619 "--goma-cache-dir", |
620 "[GOMA_CACHE]", | 620 "[GOMA_CACHE]", |
621 "--buildbot-buildername", | 621 "--buildbot-buildername", |
622 "mac_chromium_variable", | 622 "mac_chromium_variable", |
623 "--buildbot-mastername", | 623 "--buildbot-mastername", |
624 "tryserver.chromium.mac", | 624 "tryserver.chromium.mac", |
625 "--buildbot-slavename", | 625 "--buildbot-slavename", |
626 "build1-a1", | 626 "build1-a1", |
627 "--goma-deps-cache-dir", | 627 "--goma-deps-cache-file", |
628 "[GOMA_DEPS_CACHE]", | 628 "mac_chromium_variable.gomadeps", |
629 "--compiler", | 629 "--compiler", |
630 "goma-clang", | 630 "goma-clang", |
631 "--goma-jsonstatus", | 631 "--goma-jsonstatus", |
632 "/path/to/tmp/json", | 632 "/path/to/tmp/json", |
633 "--goma-service-account-json-file", | 633 "--goma-service-account-json-file", |
634 "/creds/service_accounts/service-account-goma-client.json", | 634 "/creds/service_accounts/service-account-goma-client.json", |
635 "--goma-dir", | 635 "--goma-dir", |
636 "[CACHE]/cipd/goma", | 636 "[CACHE]/cipd/goma", |
637 "--ninja-ensure-up-to-date", | 637 "--ninja-ensure-up-to-date", |
638 "--", | 638 "--", |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
860 "@@@STEP_LOG_END@report@@@", | 860 "@@@STEP_LOG_END@report@@@", |
861 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}
}}}@@@" | 861 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}
}}}@@@" |
862 ] | 862 ] |
863 }, | 863 }, |
864 { | 864 { |
865 "name": "$result", | 865 "name": "$result", |
866 "recipe_result": null, | 866 "recipe_result": null, |
867 "status_code": 0 | 867 "status_code": 0 |
868 } | 868 } |
869 ] | 869 ] |
OLD | NEW |