| 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]/linux_clobber", | 7 "[BUILDER_CACHE]/linux_clobber", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 "--src-dir", | 300 "--src-dir", |
| 301 "[BUILDER_CACHE]/linux_clobber/src", | 301 "[BUILDER_CACHE]/linux_clobber/src", |
| 302 "--goma-cache-dir", | 302 "--goma-cache-dir", |
| 303 "[GOMA_CACHE]", | 303 "[GOMA_CACHE]", |
| 304 "--buildbot-buildername", | 304 "--buildbot-buildername", |
| 305 "Linux x64", | 305 "Linux x64", |
| 306 "--buildbot-mastername", | 306 "--buildbot-mastername", |
| 307 "chromium", | 307 "chromium", |
| 308 "--buildbot-slavename", | 308 "--buildbot-slavename", |
| 309 "TestSlavename", | 309 "TestSlavename", |
| 310 "--goma-deps-cache-dir", | 310 "--goma-deps-cache-file", |
| 311 "[GOMA_DEPS_CACHE]", | 311 "Linux_x64.gomadeps", |
| 312 "--build-data-dir", | 312 "--build-data-dir", |
| 313 "[ROOT]/build_data_dir", | 313 "[ROOT]/build_data_dir", |
| 314 "--compiler", | 314 "--compiler", |
| 315 "goma", | 315 "goma", |
| 316 "--goma-jsonstatus", | 316 "--goma-jsonstatus", |
| 317 "/path/to/tmp/json", | 317 "/path/to/tmp/json", |
| 318 "--goma-service-account-json-file", | 318 "--goma-service-account-json-file", |
| 319 "/creds/service_accounts/service-account-goma-client.json", | 319 "/creds/service_accounts/service-account-goma-client.json", |
| 320 "--goma-dir", | 320 "--goma-dir", |
| 321 "[CACHE]/cipd/goma", | 321 "[CACHE]/cipd/goma", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 "dev" | 354 "dev" |
| 355 ], | 355 ], |
| 356 "name": "archive_build" | 356 "name": "archive_build" |
| 357 }, | 357 }, |
| 358 { | 358 { |
| 359 "name": "$result", | 359 "name": "$result", |
| 360 "recipe_result": null, | 360 "recipe_result": null, |
| 361 "status_code": 0 | 361 "status_code": 0 |
| 362 } | 362 } |
| 363 ] | 363 ] |
| OLD | NEW |