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]/android_coverage", | 7 "[BUILDER_CACHE]/android_coverage", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 "--ninja-path", | 401 "--ninja-path", |
402 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 402 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
403 "--target", | 403 "--target", |
404 "Debug", | 404 "Debug", |
405 "--src-dir", | 405 "--src-dir", |
406 "[BUILDER_CACHE]/android_coverage/src", | 406 "[BUILDER_CACHE]/android_coverage/src", |
407 "--goma-cache-dir", | 407 "--goma-cache-dir", |
408 "[GOMA_CACHE]", | 408 "[GOMA_CACHE]", |
409 "--goma-deps-cache-dir", | 409 "--goma-deps-cache-dir", |
410 "[GOMA_DEPS_CACHE]", | 410 "[GOMA_DEPS_CACHE]", |
411 "--build-tool", | |
412 "ninja", | |
413 "--compiler", | 411 "--compiler", |
414 "goma", | 412 "goma", |
415 "--goma-jsonstatus", | 413 "--goma-jsonstatus", |
416 "/path/to/tmp/json", | 414 "/path/to/tmp/json", |
417 "--goma-service-account-json-file", | 415 "--goma-service-account-json-file", |
418 "/creds/service_accounts/service-account-goma-client.json", | 416 "/creds/service_accounts/service-account-goma-client.json", |
419 "--goma-dir", | 417 "--goma-dir", |
420 "[CACHE]/cipd/goma", | 418 "[CACHE]/cipd/goma", |
421 "--goma-fail-fast", | 419 "--goma-fail-fast", |
422 "--goma-disable-local-fallback", | 420 "--goma-disable-local-fallback", |
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1299 "--ninja-path", | 1297 "--ninja-path", |
1300 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 1298 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
1301 "--target", | 1299 "--target", |
1302 "Debug", | 1300 "Debug", |
1303 "--src-dir", | 1301 "--src-dir", |
1304 "[BUILDER_CACHE]/android_coverage/src", | 1302 "[BUILDER_CACHE]/android_coverage/src", |
1305 "--goma-cache-dir", | 1303 "--goma-cache-dir", |
1306 "[GOMA_CACHE]", | 1304 "[GOMA_CACHE]", |
1307 "--goma-deps-cache-dir", | 1305 "--goma-deps-cache-dir", |
1308 "[GOMA_DEPS_CACHE]", | 1306 "[GOMA_DEPS_CACHE]", |
1309 "--build-tool", | |
1310 "ninja", | |
1311 "--compiler", | 1307 "--compiler", |
1312 "goma", | 1308 "goma", |
1313 "--goma-jsonstatus", | 1309 "--goma-jsonstatus", |
1314 "/path/to/tmp/json", | 1310 "/path/to/tmp/json", |
1315 "--goma-service-account-json-file", | 1311 "--goma-service-account-json-file", |
1316 "/creds/service_accounts/service-account-goma-client.json", | 1312 "/creds/service_accounts/service-account-goma-client.json", |
1317 "--goma-dir", | 1313 "--goma-dir", |
1318 "[CACHE]/cipd/goma", | 1314 "[CACHE]/cipd/goma", |
1319 "--goma-fail-fast", | 1315 "--goma-fail-fast", |
1320 "--goma-disable-local-fallback", | 1316 "--goma-disable-local-fallback", |
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1749 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1745 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
1750 "@@@STEP_LOG_END@python.inline@@@" | 1746 "@@@STEP_LOG_END@python.inline@@@" |
1751 ] | 1747 ] |
1752 }, | 1748 }, |
1753 { | 1749 { |
1754 "name": "$result", | 1750 "name": "$result", |
1755 "recipe_result": null, | 1751 "recipe_result": null, |
1756 "status_code": 0 | 1752 "status_code": 0 |
1757 } | 1753 } |
1758 ] | 1754 ] |
OLD | NEW |