| 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]/Android", | 7 "[BUILDER_CACHE]/Android", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 "--src-dir", | 336 "--src-dir", |
| 337 "[BUILDER_CACHE]/Android/src", | 337 "[BUILDER_CACHE]/Android/src", |
| 338 "--goma-cache-dir", | 338 "--goma-cache-dir", |
| 339 "[GOMA_CACHE]", | 339 "[GOMA_CACHE]", |
| 340 "--buildbot-buildername", | 340 "--buildbot-buildername", |
| 341 "Android", | 341 "Android", |
| 342 "--buildbot-mastername", | 342 "--buildbot-mastername", |
| 343 "chromium", | 343 "chromium", |
| 344 "--buildbot-slavename", | 344 "--buildbot-slavename", |
| 345 "TestSlavename", | 345 "TestSlavename", |
| 346 "--goma-deps-cache-dir", | 346 "--goma-deps-cache-file", |
| 347 "[GOMA_DEPS_CACHE]", | 347 "Android.gomadeps", |
| 348 "--build-data-dir", | 348 "--build-data-dir", |
| 349 "[ROOT]/build_data_dir", | 349 "[ROOT]/build_data_dir", |
| 350 "--compiler", | 350 "--compiler", |
| 351 "goma", | 351 "goma", |
| 352 "--goma-jsonstatus", | 352 "--goma-jsonstatus", |
| 353 "/path/to/tmp/json", | 353 "/path/to/tmp/json", |
| 354 "--goma-service-account-json-file", | 354 "--goma-service-account-json-file", |
| 355 "/creds/service_accounts/service-account-goma-client.json", | 355 "/creds/service_accounts/service-account-goma-client.json", |
| 356 "--goma-dir", | 356 "--goma-dir", |
| 357 "[CACHE]/cipd/goma", | 357 "[CACHE]/cipd/goma", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 "dev" | 389 "dev" |
| 390 ], | 390 ], |
| 391 "name": "archive_build" | 391 "name": "archive_build" |
| 392 }, | 392 }, |
| 393 { | 393 { |
| 394 "name": "$result", | 394 "name": "$result", |
| 395 "recipe_result": null, | 395 "recipe_result": null, |
| 396 "status_code": 0 | 396 "status_code": 0 |
| 397 } | 397 } |
| 398 ] | 398 ] |
| OLD | NEW |