| 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]/Google_Chrome_Mac", | 7 "[BUILDER_CACHE]/Google_Chrome_Mac", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 "--src-dir", | 324 "--src-dir", |
| 325 "[BUILDER_CACHE]/Google_Chrome_Mac/src", | 325 "[BUILDER_CACHE]/Google_Chrome_Mac/src", |
| 326 "--goma-cache-dir", | 326 "--goma-cache-dir", |
| 327 "[GOMA_CACHE]", | 327 "[GOMA_CACHE]", |
| 328 "--buildbot-buildername", | 328 "--buildbot-buildername", |
| 329 "Google Chrome Mac", | 329 "Google Chrome Mac", |
| 330 "--buildbot-mastername", | 330 "--buildbot-mastername", |
| 331 "chromium.chrome", | 331 "chromium.chrome", |
| 332 "--buildbot-slavename", | 332 "--buildbot-slavename", |
| 333 "TestSlavename", | 333 "TestSlavename", |
| 334 "--goma-deps-cache-dir", | 334 "--goma-deps-cache-file", |
| 335 "[GOMA_DEPS_CACHE]", | 335 "Google_Chrome_Mac.gomadeps", |
| 336 "--build-data-dir", | 336 "--build-data-dir", |
| 337 "[ROOT]/build_data_dir", | 337 "[ROOT]/build_data_dir", |
| 338 "--compiler", | 338 "--compiler", |
| 339 "goma-clang", | 339 "goma-clang", |
| 340 "--goma-jsonstatus", | 340 "--goma-jsonstatus", |
| 341 "/path/to/tmp/json", | 341 "/path/to/tmp/json", |
| 342 "--goma-service-account-json-file", | 342 "--goma-service-account-json-file", |
| 343 "/creds/service_accounts/service-account-goma-client.json", | 343 "/creds/service_accounts/service-account-goma-client.json", |
| 344 "--mode", | 344 "--mode", |
| 345 "official", | 345 "official", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 393 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 394 }, | 394 }, |
| 395 "name": "sizes" | 395 "name": "sizes" |
| 396 }, | 396 }, |
| 397 { | 397 { |
| 398 "name": "$result", | 398 "name": "$result", |
| 399 "recipe_result": null, | 399 "recipe_result": null, |
| 400 "status_code": 0 | 400 "status_code": 0 |
| 401 } | 401 } |
| 402 ] | 402 ] |
| OLD | NEW |