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", | 7 "[BUILDER_CACHE]/android", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 "--src-dir", | 404 "--src-dir", |
405 "[BUILDER_CACHE]/android/src", | 405 "[BUILDER_CACHE]/android/src", |
406 "--goma-cache-dir", | 406 "--goma-cache-dir", |
407 "[GOMA_CACHE]", | 407 "[GOMA_CACHE]", |
408 "--buildbot-buildername", | 408 "--buildbot-buildername", |
409 "android_coverage", | 409 "android_coverage", |
410 "--buildbot-mastername", | 410 "--buildbot-mastername", |
411 "tryserver.chromium.android", | 411 "tryserver.chromium.android", |
412 "--buildbot-slavename", | 412 "--buildbot-slavename", |
413 "TestSlavename", | 413 "TestSlavename", |
414 "--goma-deps-cache-dir", | 414 "--goma-deps-cache-file", |
415 "[GOMA_DEPS_CACHE]", | 415 "android_coverage.gomadeps", |
416 "--compiler", | 416 "--compiler", |
417 "goma", | 417 "goma", |
418 "--goma-jsonstatus", | 418 "--goma-jsonstatus", |
419 "/path/to/tmp/json", | 419 "/path/to/tmp/json", |
420 "--goma-service-account-json-file", | 420 "--goma-service-account-json-file", |
421 "/creds/service_accounts/service-account-goma-client.json", | 421 "/creds/service_accounts/service-account-goma-client.json", |
422 "--goma-dir", | 422 "--goma-dir", |
423 "[CACHE]/cipd/goma", | 423 "[CACHE]/cipd/goma", |
424 "--goma-fail-fast", | 424 "--goma-fail-fast", |
425 "--goma-disable-local-fallback", | 425 "--goma-disable-local-fallback", |
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1300 "--src-dir", | 1300 "--src-dir", |
1301 "[BUILDER_CACHE]/android/src", | 1301 "[BUILDER_CACHE]/android/src", |
1302 "--goma-cache-dir", | 1302 "--goma-cache-dir", |
1303 "[GOMA_CACHE]", | 1303 "[GOMA_CACHE]", |
1304 "--buildbot-buildername", | 1304 "--buildbot-buildername", |
1305 "android_coverage", | 1305 "android_coverage", |
1306 "--buildbot-mastername", | 1306 "--buildbot-mastername", |
1307 "tryserver.chromium.android", | 1307 "tryserver.chromium.android", |
1308 "--buildbot-slavename", | 1308 "--buildbot-slavename", |
1309 "TestSlavename", | 1309 "TestSlavename", |
1310 "--goma-deps-cache-dir", | 1310 "--goma-deps-cache-file", |
1311 "[GOMA_DEPS_CACHE]", | 1311 "android_coverage.gomadeps", |
1312 "--compiler", | 1312 "--compiler", |
1313 "goma", | 1313 "goma", |
1314 "--goma-jsonstatus", | 1314 "--goma-jsonstatus", |
1315 "/path/to/tmp/json", | 1315 "/path/to/tmp/json", |
1316 "--goma-service-account-json-file", | 1316 "--goma-service-account-json-file", |
1317 "/creds/service_accounts/service-account-goma-client.json", | 1317 "/creds/service_accounts/service-account-goma-client.json", |
1318 "--goma-dir", | 1318 "--goma-dir", |
1319 "[CACHE]/cipd/goma", | 1319 "[CACHE]/cipd/goma", |
1320 "--goma-fail-fast", | 1320 "--goma-fail-fast", |
1321 "--goma-disable-local-fallback", | 1321 "--goma-disable-local-fallback", |
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1750 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1750 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
1751 "@@@STEP_LOG_END@python.inline@@@" | 1751 "@@@STEP_LOG_END@python.inline@@@" |
1752 ] | 1752 ] |
1753 }, | 1753 }, |
1754 { | 1754 { |
1755 "name": "$result", | 1755 "name": "$result", |
1756 "recipe_result": null, | 1756 "recipe_result": null, |
1757 "status_code": 0 | 1757 "status_code": 0 |
1758 } | 1758 } |
1759 ] | 1759 ] |
OLD | NEW |