| 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", |
| 271 "--goma-deps-cache-dir", | 277 "--goma-deps-cache-dir", |
| 272 "[GOMA_DEPS_CACHE]", | 278 "[GOMA_DEPS_CACHE]", |
| 273 "--build-data-dir", | 279 "--build-data-dir", |
| 274 "[ROOT]/build_data_dir", | 280 "[ROOT]/build_data_dir", |
| 275 "--compiler", | 281 "--compiler", |
| 276 "goma", | 282 "goma", |
| 277 "--goma-jsonstatus", | 283 "--goma-jsonstatus", |
| 278 "/path/to/tmp/json", | 284 "/path/to/tmp/json", |
| 279 "--goma-service-account-json-file", | 285 "--goma-service-account-json-file", |
| 280 "/creds/service_accounts/service-account-goma-client.json", | 286 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 "dev" | 320 "dev" |
| 315 ], | 321 ], |
| 316 "name": "archive_build" | 322 "name": "archive_build" |
| 317 }, | 323 }, |
| 318 { | 324 { |
| 319 "name": "$result", | 325 "name": "$result", |
| 320 "recipe_result": null, | 326 "recipe_result": null, |
| 321 "status_code": 0 | 327 "status_code": 0 |
| 322 } | 328 } |
| 323 ] | 329 ] |
| OLD | NEW |