| 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]/Cast_Linux", | 7 "[BUILDER_CACHE]/Cast_Linux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 "--gsutil-py-path", | 306 "--gsutil-py-path", |
| 307 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 307 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 308 "--ninja-path", | 308 "--ninja-path", |
| 309 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 309 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 310 "--target", | 310 "--target", |
| 311 "Release", | 311 "Release", |
| 312 "--src-dir", | 312 "--src-dir", |
| 313 "[BUILDER_CACHE]/Cast_Linux/src", | 313 "[BUILDER_CACHE]/Cast_Linux/src", |
| 314 "--goma-cache-dir", | 314 "--goma-cache-dir", |
| 315 "[GOMA_CACHE]", | 315 "[GOMA_CACHE]", |
| 316 "--buildbot-buildername", | |
| 317 "Cast Linux", | |
| 318 "--buildbot-mastername", | |
| 319 "chromium.linux", | |
| 320 "--buildbot-slavename", | |
| 321 "TestSlavename", | |
| 322 "--goma-deps-cache-dir", | 316 "--goma-deps-cache-dir", |
| 323 "[GOMA_DEPS_CACHE]", | 317 "[GOMA_DEPS_CACHE]", |
| 324 "--build-data-dir", | 318 "--build-data-dir", |
| 325 "[ROOT]/build_data_dir", | 319 "[ROOT]/build_data_dir", |
| 326 "--compiler", | 320 "--compiler", |
| 327 "goma-clang", | 321 "goma-clang", |
| 328 "--goma-jsonstatus", | 322 "--goma-jsonstatus", |
| 329 "/path/to/tmp/json", | 323 "/path/to/tmp/json", |
| 330 "--goma-service-account-json-file", | 324 "--goma-service-account-json-file", |
| 331 "/creds/service_accounts/service-account-goma-client.json", | 325 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 343 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 337 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 344 "@@@STEP_LOG_END@json.output (invalid)@@@" | 338 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 345 ] | 339 ] |
| 346 }, | 340 }, |
| 347 { | 341 { |
| 348 "name": "$result", | 342 "name": "$result", |
| 349 "recipe_result": null, | 343 "recipe_result": null, |
| 350 "status_code": 0 | 344 "status_code": 0 |
| 351 } | 345 } |
| 352 ] | 346 ] |
| OLD | NEW |