| 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_Linux_x64", | 7 "[BUILDER_CACHE]/Google_Chrome_Linux_x64", |
| 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]/Google_Chrome_Linux_x64/src", | 301 "[BUILDER_CACHE]/Google_Chrome_Linux_x64/src", |
| 302 "--goma-cache-dir", | 302 "--goma-cache-dir", |
| 303 "[GOMA_CACHE]", | 303 "[GOMA_CACHE]", |
| 304 "--buildbot-buildername", | 304 "--buildbot-buildername", |
| 305 "Google Chrome Linux x64", | 305 "Google Chrome Linux x64", |
| 306 "--buildbot-mastername", | 306 "--buildbot-mastername", |
| 307 "chromium.chrome", | 307 "chromium.chrome", |
| 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 "Google_Chrome_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 "--mode", | 320 "--mode", |
| 321 "official", | 321 "official", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 367 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 368 }, | 368 }, |
| 369 "name": "sizes" | 369 "name": "sizes" |
| 370 }, | 370 }, |
| 371 { | 371 { |
| 372 "name": "$result", | 372 "name": "$result", |
| 373 "recipe_result": null, | 373 "recipe_result": null, |
| 374 "status_code": 0 | 374 "status_code": 0 |
| 375 } | 375 } |
| 376 ] | 376 ] |
| OLD | NEW |