| 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]/coverage_clobber", | 7 "[BUILDER_CACHE]/coverage_clobber", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 "--gsutil-py-path", | 261 "--gsutil-py-path", |
| 262 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 262 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 263 "--ninja-path", | 263 "--ninja-path", |
| 264 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 264 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 265 "--target", | 265 "--target", |
| 266 "Release", | 266 "Release", |
| 267 "--src-dir", | 267 "--src-dir", |
| 268 "[BUILDER_CACHE]/coverage_clobber/src", | 268 "[BUILDER_CACHE]/coverage_clobber/src", |
| 269 "--goma-cache-dir", | 269 "--goma-cache-dir", |
| 270 "[GOMA_CACHE]", | 270 "[GOMA_CACHE]", |
| 271 "--buildbot-buildername", | |
| 272 "coverage_clobber", | |
| 273 "--buildbot-mastername", | |
| 274 "bot_update.always_on", | |
| 275 "--buildbot-slavename", | |
| 276 "TestSlavename", | |
| 277 "--goma-deps-cache-dir", | 271 "--goma-deps-cache-dir", |
| 278 "[GOMA_DEPS_CACHE]", | 272 "[GOMA_DEPS_CACHE]", |
| 279 "--build-data-dir", | 273 "--build-data-dir", |
| 280 "[ROOT]/build_data_dir", | 274 "[ROOT]/build_data_dir", |
| 281 "--compiler", | 275 "--compiler", |
| 282 "goma", | 276 "goma", |
| 283 "--goma-jsonstatus", | 277 "--goma-jsonstatus", |
| 284 "/path/to/tmp/json", | 278 "/path/to/tmp/json", |
| 285 "--goma-service-account-json-file", | 279 "--goma-service-account-json-file", |
| 286 "/creds/service_accounts/service-account-goma-client.json", | 280 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 "dev" | 314 "dev" |
| 321 ], | 315 ], |
| 322 "name": "archive_build" | 316 "name": "archive_build" |
| 323 }, | 317 }, |
| 324 { | 318 { |
| 325 "name": "$result", | 319 "name": "$result", |
| 326 "recipe_result": null, | 320 "recipe_result": null, |
| 327 "status_code": 0 | 321 "status_code": 0 |
| 328 } | 322 } |
| 329 ] | 323 ] |
| OLD | NEW |