| 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 "--gsutil-py-path", | 362 "--gsutil-py-path", |
| 363 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 363 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 364 "--ninja-path", | 364 "--ninja-path", |
| 365 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 365 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 366 "--target", | 366 "--target", |
| 367 "Release", | 367 "Release", |
| 368 "--src-dir", | 368 "--src-dir", |
| 369 "[BUILDER_CACHE]/android/src", | 369 "[BUILDER_CACHE]/android/src", |
| 370 "--goma-cache-dir", | 370 "--goma-cache-dir", |
| 371 "[GOMA_CACHE]", | 371 "[GOMA_CACHE]", |
| 372 "--buildbot-buildername", | |
| 373 "Android Builder", | |
| 374 "--buildbot-mastername", | |
| 375 "chromium.linux", | |
| 376 "--buildbot-slavename", | |
| 377 "TestSlavename", | |
| 378 "--goma-deps-cache-dir", | 372 "--goma-deps-cache-dir", |
| 379 "[GOMA_DEPS_CACHE]", | 373 "[GOMA_DEPS_CACHE]", |
| 380 "--build-data-dir", | 374 "--build-data-dir", |
| 381 "[ROOT]/build_data_dir", | 375 "[ROOT]/build_data_dir", |
| 382 "--compiler", | 376 "--compiler", |
| 383 "goma", | 377 "goma", |
| 384 "--goma-jsonstatus", | 378 "--goma-jsonstatus", |
| 385 "/path/to/tmp/json", | 379 "/path/to/tmp/json", |
| 386 "--goma-service-account-json-file", | 380 "--goma-service-account-json-file", |
| 387 "/creds/service_accounts/service-account-goma-client.json", | 381 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 "~followup_annotations": [ | 482 "~followup_annotations": [ |
| 489 "@@@STEP_TEXT@Android Tests@@@" | 483 "@@@STEP_TEXT@Android Tests@@@" |
| 490 ] | 484 ] |
| 491 }, | 485 }, |
| 492 { | 486 { |
| 493 "name": "$result", | 487 "name": "$result", |
| 494 "recipe_result": null, | 488 "recipe_result": null, |
| 495 "status_code": 0 | 489 "status_code": 0 |
| 496 } | 490 } |
| 497 ] | 491 ] |
| OLD | NEW |