| 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_N5X_Swarm_Builder", | 7 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 "--gsutil-py-path", | 361 "--gsutil-py-path", |
| 362 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 362 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 363 "--ninja-path", | 363 "--ninja-path", |
| 364 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 364 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 365 "--target", | 365 "--target", |
| 366 "Release", | 366 "Release", |
| 367 "--src-dir", | 367 "--src-dir", |
| 368 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src", | 368 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src", |
| 369 "--goma-cache-dir", | 369 "--goma-cache-dir", |
| 370 "[GOMA_CACHE]", | 370 "[GOMA_CACHE]", |
| 371 "--buildbot-buildername", |
| 372 "Android N5X Swarm Builder", |
| 373 "--buildbot-mastername", |
| 374 "chromium.android", |
| 375 "--buildbot-slavename", |
| 376 "TestSlavename", |
| 371 "--goma-deps-cache-dir", | 377 "--goma-deps-cache-dir", |
| 372 "[GOMA_DEPS_CACHE]", | 378 "[GOMA_DEPS_CACHE]", |
| 373 "--build-data-dir", | 379 "--build-data-dir", |
| 374 "[ROOT]/build_data_dir", | 380 "[ROOT]/build_data_dir", |
| 375 "--compiler", | 381 "--compiler", |
| 376 "goma", | 382 "goma", |
| 377 "--goma-jsonstatus", | 383 "--goma-jsonstatus", |
| 378 "/path/to/tmp/json", | 384 "/path/to/tmp/json", |
| 379 "--goma-service-account-json-file", | 385 "--goma-service-account-json-file", |
| 380 "/creds/service_accounts/service-account-goma-client.json", | 386 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 522 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 517 "@@@STEP_LOG_END@python.inline@@@" | 523 "@@@STEP_LOG_END@python.inline@@@" |
| 518 ] | 524 ] |
| 519 }, | 525 }, |
| 520 { | 526 { |
| 521 "name": "$result", | 527 "name": "$result", |
| 522 "recipe_result": null, | 528 "recipe_result": null, |
| 523 "status_code": 0 | 529 "status_code": 0 |
| 524 } | 530 } |
| 525 ] | 531 ] |
| OLD | NEW |