| 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_Builder__dbg_", | 7 "[BUILDER_CACHE]/Android_Builder__dbg_", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 "--gsutil-py-path", | 320 "--gsutil-py-path", |
| 321 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 321 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 322 "--ninja-path", | 322 "--ninja-path", |
| 323 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 323 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 324 "--target", | 324 "--target", |
| 325 "Debug", | 325 "Debug", |
| 326 "--src-dir", | 326 "--src-dir", |
| 327 "[BUILDER_CACHE]/Android_Builder__dbg_/src", | 327 "[BUILDER_CACHE]/Android_Builder__dbg_/src", |
| 328 "--goma-cache-dir", | 328 "--goma-cache-dir", |
| 329 "[GOMA_CACHE]", | 329 "[GOMA_CACHE]", |
| 330 "--buildbot-buildername", |
| 331 "Android Builder (dbg)", |
| 332 "--buildbot-mastername", |
| 333 "chromium.fyi", |
| 334 "--buildbot-slavename", |
| 335 "TestSlavename", |
| 330 "--goma-deps-cache-dir", | 336 "--goma-deps-cache-dir", |
| 331 "[GOMA_DEPS_CACHE]", | 337 "[GOMA_DEPS_CACHE]", |
| 332 "--build-data-dir", | 338 "--build-data-dir", |
| 333 "[ROOT]/build_data_dir", | 339 "[ROOT]/build_data_dir", |
| 334 "--compiler", | 340 "--compiler", |
| 335 "goma", | 341 "goma", |
| 336 "--goma-jsonstatus", | 342 "--goma-jsonstatus", |
| 337 "/path/to/tmp/json", | 343 "/path/to/tmp/json", |
| 338 "--goma-service-account-json-file", | 344 "--goma-service-account-json-file", |
| 339 "/creds/service_accounts/service-account-goma-client.json", | 345 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 "~followup_annotations": [ | 498 "~followup_annotations": [ |
| 493 "@@@STEP_TEXT@Android Coverage (dbg)<br />Android Find Annotated Test<br /
>Android Remoting Tests<br />Android Tests (trial)(dbg)<br />Android VR Tests@@@
" | 499 "@@@STEP_TEXT@Android Coverage (dbg)<br />Android Find Annotated Test<br /
>Android Remoting Tests<br />Android Tests (trial)(dbg)<br />Android VR Tests@@@
" |
| 494 ] | 500 ] |
| 495 }, | 501 }, |
| 496 { | 502 { |
| 497 "name": "$result", | 503 "name": "$result", |
| 498 "recipe_result": null, | 504 "recipe_result": null, |
| 499 "status_code": 0 | 505 "status_code": 0 |
| 500 } | 506 } |
| 501 ] | 507 ] |
| OLD | NEW |