| 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]/Linux_ARM", | 7 "[BUILDER_CACHE]/Linux_ARM", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 "--gsutil-py-path", | 325 "--gsutil-py-path", |
| 326 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 326 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 327 "--ninja-path", | 327 "--ninja-path", |
| 328 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 328 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 329 "--target", | 329 "--target", |
| 330 "Release", | 330 "Release", |
| 331 "--src-dir", | 331 "--src-dir", |
| 332 "[BUILDER_CACHE]/Linux_ARM/src", | 332 "[BUILDER_CACHE]/Linux_ARM/src", |
| 333 "--goma-cache-dir", | 333 "--goma-cache-dir", |
| 334 "[GOMA_CACHE]", | 334 "[GOMA_CACHE]", |
| 335 "--buildbot-buildername", |
| 336 "Linux ARM", |
| 337 "--buildbot-mastername", |
| 338 "chromium.fyi", |
| 339 "--buildbot-slavename", |
| 340 "TestSlavename", |
| 335 "--goma-deps-cache-dir", | 341 "--goma-deps-cache-dir", |
| 336 "[GOMA_DEPS_CACHE]", | 342 "[GOMA_DEPS_CACHE]", |
| 337 "--build-data-dir", | 343 "--build-data-dir", |
| 338 "[ROOT]/build_data_dir", | 344 "[ROOT]/build_data_dir", |
| 339 "--compiler", | 345 "--compiler", |
| 340 "goma", | 346 "goma", |
| 341 "--goma-jsonstatus", | 347 "--goma-jsonstatus", |
| 342 "/path/to/tmp/json", | 348 "/path/to/tmp/json", |
| 343 "--goma-service-account-json-file", | 349 "--goma-service-account-json-file", |
| 344 "/creds/service_accounts/service-account-goma-client.json", | 350 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 482 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 477 "@@@STEP_LOG_END@python.inline@@@" | 483 "@@@STEP_LOG_END@python.inline@@@" |
| 478 ] | 484 ] |
| 479 }, | 485 }, |
| 480 { | 486 { |
| 481 "name": "$result", | 487 "name": "$result", |
| 482 "recipe_result": null, | 488 "recipe_result": null, |
| 483 "status_code": 0 | 489 "status_code": 0 |
| 484 } | 490 } |
| 485 ] | 491 ] |
| OLD | NEW |