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