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_layout", | 7 "[BUILDER_CACHE]/linux_layout", |
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]/linux_layout/src", | 370 "[BUILDER_CACHE]/linux_layout/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 "--compiler", | 375 "--compiler", |
378 "goma", | 376 "goma", |
379 "--goma-jsonstatus", | 377 "--goma-jsonstatus", |
380 "/path/to/tmp/json", | 378 "/path/to/tmp/json", |
381 "--goma-service-account-json-file", | 379 "--goma-service-account-json-file", |
382 "/creds/service_accounts/service-account-goma-client.json", | 380 "/creds/service_accounts/service-account-goma-client.json", |
383 "--goma-dir", | 381 "--goma-dir", |
384 "[CACHE]/cipd/goma", | 382 "[CACHE]/cipd/goma", |
385 "--goma-fail-fast", | 383 "--goma-fail-fast", |
386 "--goma-disable-local-fallback", | 384 "--goma-disable-local-fallback", |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" | 496 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
499 ] | 497 ] |
500 }, | 498 }, |
501 { | 499 { |
502 "name": "$result", | 500 "name": "$result", |
503 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 501 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
504 "recipe_result": null, | 502 "recipe_result": null, |
505 "status_code": 1 | 503 "status_code": 1 |
506 } | 504 } |
507 ] | 505 ] |
OLD | NEW |