| 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", | |
| 377 "--goma-deps-cache-dir", | 371 "--goma-deps-cache-dir", |
| 378 "[GOMA_DEPS_CACHE]", | 372 "[GOMA_DEPS_CACHE]", |
| 379 "--build-data-dir", | 373 "--build-data-dir", |
| 380 "[ROOT]/build_data_dir", | 374 "[ROOT]/build_data_dir", |
| 381 "--compiler", | 375 "--compiler", |
| 382 "goma", | 376 "goma", |
| 383 "--goma-jsonstatus", | 377 "--goma-jsonstatus", |
| 384 "/path/to/tmp/json", | 378 "/path/to/tmp/json", |
| 385 "--goma-service-account-json-file", | 379 "--goma-service-account-json-file", |
| 386 "/creds/service_accounts/service-account-goma-client.json", | 380 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 522 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 516 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 523 "@@@STEP_LOG_END@python.inline@@@" | 517 "@@@STEP_LOG_END@python.inline@@@" |
| 524 ] | 518 ] |
| 525 }, | 519 }, |
| 526 { | 520 { |
| 527 "name": "$result", | 521 "name": "$result", |
| 528 "recipe_result": null, | 522 "recipe_result": null, |
| 529 "status_code": 0 | 523 "status_code": 0 |
| 530 } | 524 } |
| 531 ] | 525 ] |
| OLD | NEW |