| 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]/Chromium_ASAN___debug", | 7 "[BUILDER_CACHE]/Chromium_ASAN___debug", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 "--gsutil-py-path", | 327 "--gsutil-py-path", |
| 328 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 328 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 329 "--ninja-path", | 329 "--ninja-path", |
| 330 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 330 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 331 "--target", | 331 "--target", |
| 332 "Debug", | 332 "Debug", |
| 333 "--src-dir", | 333 "--src-dir", |
| 334 "[BUILDER_CACHE]/Chromium_ASAN___debug/src", | 334 "[BUILDER_CACHE]/Chromium_ASAN___debug/src", |
| 335 "--goma-cache-dir", | 335 "--goma-cache-dir", |
| 336 "[GOMA_CACHE]", | 336 "[GOMA_CACHE]", |
| 337 "--buildbot-buildername", | |
| 338 "Chromium ASAN - debug", | |
| 339 "--buildbot-mastername", | |
| 340 "client.v8.fyi", | |
| 341 "--buildbot-slavename", | |
| 342 "TestSlavename", | |
| 343 "--goma-deps-cache-dir", | 337 "--goma-deps-cache-dir", |
| 344 "[GOMA_DEPS_CACHE]", | 338 "[GOMA_DEPS_CACHE]", |
| 345 "--build-data-dir", | 339 "--build-data-dir", |
| 346 "[ROOT]/build_data_dir", | 340 "[ROOT]/build_data_dir", |
| 347 "--compiler", | 341 "--compiler", |
| 348 "goma-clang", | 342 "goma-clang", |
| 349 "--goma-jsonstatus", | 343 "--goma-jsonstatus", |
| 350 "/path/to/tmp/json", | 344 "/path/to/tmp/json", |
| 351 "--goma-service-account-json-file", | 345 "--goma-service-account-json-file", |
| 352 "/creds/service_accounts/service-account-goma-client.json", | 346 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 431 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 438 "@@@STEP_LOG_END@python.inline@@@" | 432 "@@@STEP_LOG_END@python.inline@@@" |
| 439 ] | 433 ] |
| 440 }, | 434 }, |
| 441 { | 435 { |
| 442 "name": "$result", | 436 "name": "$result", |
| 443 "recipe_result": null, | 437 "recipe_result": null, |
| 444 "status_code": 0 | 438 "status_code": 0 |
| 445 } | 439 } |
| 446 ] | 440 ] |
| OLD | NEW |