| 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 "--ninja-path", | 315 "--ninja-path", |
| 316 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 316 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 317 "--target", | 317 "--target", |
| 318 "Debug", | 318 "Debug", |
| 319 "--src-dir", | 319 "--src-dir", |
| 320 "[BUILDER_CACHE]/Android_Builder__dbg_/src", | 320 "[BUILDER_CACHE]/Android_Builder__dbg_/src", |
| 321 "--goma-cache-dir", | 321 "--goma-cache-dir", |
| 322 "[GOMA_CACHE]", | 322 "[GOMA_CACHE]", |
| 323 "--goma-deps-cache-dir", | 323 "--goma-deps-cache-dir", |
| 324 "[GOMA_DEPS_CACHE]", | 324 "[GOMA_DEPS_CACHE]", |
| 325 "--build-tool", | |
| 326 "ninja", | |
| 327 "--build-data-dir", | 325 "--build-data-dir", |
| 328 "[ROOT]/build_data_dir", | 326 "[ROOT]/build_data_dir", |
| 329 "--compiler", | 327 "--compiler", |
| 330 "goma", | 328 "goma", |
| 331 "--goma-jsonstatus", | 329 "--goma-jsonstatus", |
| 332 "/path/to/tmp/json", | 330 "/path/to/tmp/json", |
| 333 "--goma-service-account-json-file", | 331 "--goma-service-account-json-file", |
| 334 "/creds/service_accounts/service-account-goma-client.json", | 332 "/creds/service_accounts/service-account-goma-client.json", |
| 335 "--goma-dir", | 333 "--goma-dir", |
| 336 "[CACHE]/cipd/goma", | 334 "[CACHE]/cipd/goma", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 "~followup_annotations": [ | 445 "~followup_annotations": [ |
| 448 "@@@STEP_TEXT@Android Coverage (dbg)<br />Android Remoting Tests<br />Andr
oid Tests (trial)(dbg)@@@" | 446 "@@@STEP_TEXT@Android Coverage (dbg)<br />Android Remoting Tests<br />Andr
oid Tests (trial)(dbg)@@@" |
| 449 ] | 447 ] |
| 450 }, | 448 }, |
| 451 { | 449 { |
| 452 "name": "$result", | 450 "name": "$result", |
| 453 "recipe_result": null, | 451 "recipe_result": null, |
| 454 "status_code": 0 | 452 "status_code": 0 |
| 455 } | 453 } |
| 456 ] | 454 ] |
| OLD | NEW |