| 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_Snapshot_Builder", | 7 "[BUILDER_CACHE]/Linux_Snapshot_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 "--src-dir", | 284 "--src-dir", |
| 285 "[BUILDER_CACHE]/Linux_Snapshot_Builder/src", | 285 "[BUILDER_CACHE]/Linux_Snapshot_Builder/src", |
| 286 "--goma-cache-dir", | 286 "--goma-cache-dir", |
| 287 "[GOMA_CACHE]", | 287 "[GOMA_CACHE]", |
| 288 "--buildbot-buildername", | 288 "--buildbot-buildername", |
| 289 "Linux Snapshot Builder", | 289 "Linux Snapshot Builder", |
| 290 "--buildbot-mastername", | 290 "--buildbot-mastername", |
| 291 "client.v8.fyi", | 291 "client.v8.fyi", |
| 292 "--buildbot-slavename", | 292 "--buildbot-slavename", |
| 293 "TestSlavename", | 293 "TestSlavename", |
| 294 "--goma-deps-cache-dir", | 294 "--goma-deps-cache-file", |
| 295 "[GOMA_DEPS_CACHE]", | 295 "Linux_Snapshot_Builder.gomadeps", |
| 296 "--build-data-dir", | 296 "--build-data-dir", |
| 297 "[ROOT]/build_data_dir", | 297 "[ROOT]/build_data_dir", |
| 298 "--compiler", | 298 "--compiler", |
| 299 "goma", | 299 "goma", |
| 300 "--goma-jsonstatus", | 300 "--goma-jsonstatus", |
| 301 "/path/to/tmp/json", | 301 "/path/to/tmp/json", |
| 302 "--goma-service-account-json-file", | 302 "--goma-service-account-json-file", |
| 303 "/creds/service_accounts/service-account-goma-client.json", | 303 "/creds/service_accounts/service-account-goma-client.json", |
| 304 "--goma-dir", | 304 "--goma-dir", |
| 305 "[CACHE]/cipd/goma", | 305 "[CACHE]/cipd/goma", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 339 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 340 }, | 340 }, |
| 341 "name": "archive build" | 341 "name": "archive build" |
| 342 }, | 342 }, |
| 343 { | 343 { |
| 344 "name": "$result", | 344 "name": "$result", |
| 345 "recipe_result": null, | 345 "recipe_result": null, |
| 346 "status_code": 0 | 346 "status_code": 0 |
| 347 } | 347 } |
| 348 ] | 348 ] |
| OLD | NEW |