| 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_layout", | 7 "[BUILDER_CACHE]/linux_layout", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 "--gsutil-py-path", | 346 "--gsutil-py-path", |
| 347 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 347 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 348 "--ninja-path", | 348 "--ninja-path", |
| 349 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 349 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 350 "--target", | 350 "--target", |
| 351 "Release", | 351 "Release", |
| 352 "--src-dir", | 352 "--src-dir", |
| 353 "[BUILDER_CACHE]/linux_layout/src", | 353 "[BUILDER_CACHE]/linux_layout/src", |
| 354 "--goma-cache-dir", | 354 "--goma-cache-dir", |
| 355 "[GOMA_CACHE]", | 355 "[GOMA_CACHE]", |
| 356 "--buildbot-buildername", |
| 357 "WebKit Linux ASAN", |
| 358 "--buildbot-mastername", |
| 359 "chromium.webkit", |
| 360 "--buildbot-slavename", |
| 361 "TestSlavename", |
| 356 "--goma-deps-cache-dir", | 362 "--goma-deps-cache-dir", |
| 357 "[GOMA_DEPS_CACHE]", | 363 "[GOMA_DEPS_CACHE]", |
| 358 "--build-data-dir", | 364 "--build-data-dir", |
| 359 "[ROOT]/build_data_dir", | 365 "[ROOT]/build_data_dir", |
| 360 "--compiler", | 366 "--compiler", |
| 361 "goma-clang", | 367 "goma-clang", |
| 362 "--goma-jsonstatus", | 368 "--goma-jsonstatus", |
| 363 "/path/to/tmp/json", | 369 "/path/to/tmp/json", |
| 364 "--goma-service-account-json-file", | 370 "--goma-service-account-json-file", |
| 365 "/creds/service_accounts/service-account-goma-client.json", | 371 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 561 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 556 "@@@STEP_LOG_END@python.inline@@@" | 562 "@@@STEP_LOG_END@python.inline@@@" |
| 557 ] | 563 ] |
| 558 }, | 564 }, |
| 559 { | 565 { |
| 560 "name": "$result", | 566 "name": "$result", |
| 561 "recipe_result": null, | 567 "recipe_result": null, |
| 562 "status_code": 0 | 568 "status_code": 0 |
| 563 } | 569 } |
| 564 ] | 570 ] |
| OLD | NEW |