| 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_chromium_rel_ng", | 7 "[BUILDER_CACHE]/linux_chromium_rel_ng", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 "--ninja-path", | 417 "--ninja-path", |
| 418 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 418 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 419 "--target", | 419 "--target", |
| 420 "Release", | 420 "Release", |
| 421 "--src-dir", | 421 "--src-dir", |
| 422 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 422 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", |
| 423 "--goma-cache-dir", | 423 "--goma-cache-dir", |
| 424 "[GOMA_CACHE]", | 424 "[GOMA_CACHE]", |
| 425 "--goma-deps-cache-dir", | 425 "--goma-deps-cache-dir", |
| 426 "[GOMA_DEPS_CACHE]", | 426 "[GOMA_DEPS_CACHE]", |
| 427 "--build-tool", | |
| 428 "ninja", | |
| 429 "--compiler", | 427 "--compiler", |
| 430 "goma", | 428 "goma", |
| 431 "--goma-jsonstatus", | 429 "--goma-jsonstatus", |
| 432 "/path/to/tmp/json", | 430 "/path/to/tmp/json", |
| 433 "--goma-service-account-json-file", | 431 "--goma-service-account-json-file", |
| 434 "/creds/service_accounts/service-account-goma-client.json", | 432 "/creds/service_accounts/service-account-goma-client.json", |
| 435 "--goma-dir", | 433 "--goma-dir", |
| 436 "[CACHE]/cipd/goma", | 434 "[CACHE]/cipd/goma", |
| 437 "--goma-fail-fast", | 435 "--goma-fail-fast", |
| 438 "--goma-disable-local-fallback", | 436 "--goma-disable-local-fallback", |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 811 "--ninja-path", | 809 "--ninja-path", |
| 812 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 810 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 813 "--target", | 811 "--target", |
| 814 "Release", | 812 "Release", |
| 815 "--src-dir", | 813 "--src-dir", |
| 816 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 814 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", |
| 817 "--goma-cache-dir", | 815 "--goma-cache-dir", |
| 818 "[GOMA_CACHE]", | 816 "[GOMA_CACHE]", |
| 819 "--goma-deps-cache-dir", | 817 "--goma-deps-cache-dir", |
| 820 "[GOMA_DEPS_CACHE]", | 818 "[GOMA_DEPS_CACHE]", |
| 821 "--build-tool", | |
| 822 "ninja", | |
| 823 "--compiler", | 819 "--compiler", |
| 824 "goma", | 820 "goma", |
| 825 "--goma-jsonstatus", | 821 "--goma-jsonstatus", |
| 826 "/path/to/tmp/json", | 822 "/path/to/tmp/json", |
| 827 "--goma-service-account-json-file", | 823 "--goma-service-account-json-file", |
| 828 "/creds/service_accounts/service-account-goma-client.json", | 824 "/creds/service_accounts/service-account-goma-client.json", |
| 829 "--goma-dir", | 825 "--goma-dir", |
| 830 "[CACHE]/cipd/goma", | 826 "[CACHE]/cipd/goma", |
| 831 "--goma-fail-fast", | 827 "--goma-fail-fast", |
| 832 "--goma-disable-local-fallback", | 828 "--goma-disable-local-fallback", |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1056 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" | 1052 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" |
| 1057 ] | 1053 ] |
| 1058 }, | 1054 }, |
| 1059 { | 1055 { |
| 1060 "name": "$result", | 1056 "name": "$result", |
| 1061 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", | 1057 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", |
| 1062 "recipe_result": null, | 1058 "recipe_result": null, |
| 1063 "status_code": 1 | 1059 "status_code": 1 |
| 1064 } | 1060 } |
| 1065 ] | 1061 ] |
| OLD | NEW |