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