| 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_chromium_gn_chromeos", | 7 "[BUILDER_CACHE]/linux_chromium_gn_chromeos", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 "--gsutil-py-path", | 326 "--gsutil-py-path", |
| 327 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 327 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 328 "--ninja-path", | 328 "--ninja-path", |
| 329 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 329 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 330 "--target", | 330 "--target", |
| 331 "Release", | 331 "Release", |
| 332 "--src-dir", | 332 "--src-dir", |
| 333 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src", | 333 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src", |
| 334 "--goma-cache-dir", | 334 "--goma-cache-dir", |
| 335 "[GOMA_CACHE]", | 335 "[GOMA_CACHE]", |
| 336 "--buildbot-buildername", | |
| 337 "Linux ChromiumOS GN", | |
| 338 "--buildbot-mastername", | |
| 339 "chromium.chromiumos", | |
| 340 "--buildbot-slavename", | |
| 341 "TestSlavename", | |
| 342 "--goma-deps-cache-dir", | 336 "--goma-deps-cache-dir", |
| 343 "[GOMA_DEPS_CACHE]", | 337 "[GOMA_DEPS_CACHE]", |
| 344 "--build-data-dir", | 338 "--build-data-dir", |
| 345 "[ROOT]/build_data_dir", | 339 "[ROOT]/build_data_dir", |
| 346 "--compiler", | 340 "--compiler", |
| 347 "goma", | 341 "goma", |
| 348 "--goma-jsonstatus", | 342 "--goma-jsonstatus", |
| 349 "/path/to/tmp/json", | 343 "/path/to/tmp/json", |
| 350 "--goma-service-account-json-file", | 344 "--goma-service-account-json-file", |
| 351 "/creds/service_accounts/service-account-goma-client.json", | 345 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 460 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 454 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 461 "@@@STEP_LOG_END@python.inline@@@" | 455 "@@@STEP_LOG_END@python.inline@@@" |
| 462 ] | 456 ] |
| 463 }, | 457 }, |
| 464 { | 458 { |
| 465 "name": "$result", | 459 "name": "$result", |
| 466 "recipe_result": null, | 460 "recipe_result": null, |
| 467 "status_code": 0 | 461 "status_code": 0 |
| 468 } | 462 } |
| 469 ] | 463 ] |
| OLD | NEW |