| 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]/TSAN_Release", | 7 "[BUILDER_CACHE]/TSAN_Release", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 "--gsutil-py-path", | 288 "--gsutil-py-path", |
| 289 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 289 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 290 "--ninja-path", | 290 "--ninja-path", |
| 291 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 291 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 292 "--target", | 292 "--target", |
| 293 "Release", | 293 "Release", |
| 294 "--src-dir", | 294 "--src-dir", |
| 295 "[BUILDER_CACHE]/TSAN_Release/src", | 295 "[BUILDER_CACHE]/TSAN_Release/src", |
| 296 "--goma-cache-dir", | 296 "--goma-cache-dir", |
| 297 "[GOMA_CACHE]", | 297 "[GOMA_CACHE]", |
| 298 "--buildbot-buildername", | |
| 299 "TSAN Release", | |
| 300 "--buildbot-mastername", | |
| 301 "chromium.lkgr", | |
| 302 "--buildbot-slavename", | |
| 303 "TestSlavename", | |
| 304 "--goma-deps-cache-dir", | 298 "--goma-deps-cache-dir", |
| 305 "[GOMA_DEPS_CACHE]", | 299 "[GOMA_DEPS_CACHE]", |
| 306 "--build-data-dir", | 300 "--build-data-dir", |
| 307 "[ROOT]/build_data_dir", | 301 "[ROOT]/build_data_dir", |
| 308 "--compiler", | 302 "--compiler", |
| 309 "goma-clang", | 303 "goma-clang", |
| 310 "--goma-jsonstatus", | 304 "--goma-jsonstatus", |
| 311 "/path/to/tmp/json", | 305 "/path/to/tmp/json", |
| 312 "--goma-service-account-json-file", | 306 "--goma-service-account-json-file", |
| 313 "/creds/service_accounts/service-account-goma-client.json", | 307 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 392 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 399 "@@@STEP_LOG_END@python.inline@@@" | 393 "@@@STEP_LOG_END@python.inline@@@" |
| 400 ] | 394 ] |
| 401 }, | 395 }, |
| 402 { | 396 { |
| 403 "name": "$result", | 397 "name": "$result", |
| 404 "recipe_result": null, | 398 "recipe_result": null, |
| 405 "status_code": 0 | 399 "status_code": 0 |
| 406 } | 400 } |
| 407 ] | 401 ] |
| OLD | NEW |