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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 "--ninja-path", | 357 "--ninja-path", |
358 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 358 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
359 "--target", | 359 "--target", |
360 "Debug", | 360 "Debug", |
361 "--src-dir", | 361 "--src-dir", |
362 "[BUILDER_CACHE]/Android_Builder__dbg_/src", | 362 "[BUILDER_CACHE]/Android_Builder__dbg_/src", |
363 "--goma-cache-dir", | 363 "--goma-cache-dir", |
364 "[GOMA_CACHE]", | 364 "[GOMA_CACHE]", |
365 "--goma-deps-cache-dir", | 365 "--goma-deps-cache-dir", |
366 "[GOMA_DEPS_CACHE]", | 366 "[GOMA_DEPS_CACHE]", |
367 "--build-tool", | |
368 "ninja", | |
369 "--build-data-dir", | 367 "--build-data-dir", |
370 "[ROOT]/build_data_dir", | 368 "[ROOT]/build_data_dir", |
371 "--compiler", | 369 "--compiler", |
372 "goma", | 370 "goma", |
373 "--goma-jsonstatus", | 371 "--goma-jsonstatus", |
374 "/path/to/tmp/json", | 372 "/path/to/tmp/json", |
375 "--goma-service-account-json-file", | 373 "--goma-service-account-json-file", |
376 "/creds/service_accounts/service-account-goma-client.json", | 374 "/creds/service_accounts/service-account-goma-client.json", |
377 "--goma-dir", | 375 "--goma-dir", |
378 "[CACHE]/cipd/goma", | 376 "[CACHE]/cipd/goma", |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 "~followup_annotations": [ | 477 "~followup_annotations": [ |
480 "@@@STEP_TEXT@Android Tests (dbg)@@@" | 478 "@@@STEP_TEXT@Android Tests (dbg)@@@" |
481 ] | 479 ] |
482 }, | 480 }, |
483 { | 481 { |
484 "name": "$result", | 482 "name": "$result", |
485 "recipe_result": null, | 483 "recipe_result": null, |
486 "status_code": 0 | 484 "status_code": 0 |
487 } | 485 } |
488 ] | 486 ] |
OLD | NEW |