| 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_Builder", | 7 "[BUILDER_CACHE]/Linux_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 "--gsutil-py-path", | 247 "--gsutil-py-path", |
| 248 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 248 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 249 "--ninja-path", | 249 "--ninja-path", |
| 250 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 250 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 251 "--target", | 251 "--target", |
| 252 "Release", | 252 "Release", |
| 253 "--src-dir", | 253 "--src-dir", |
| 254 "[BUILDER_CACHE]/Linux_Builder/src", | 254 "[BUILDER_CACHE]/Linux_Builder/src", |
| 255 "--goma-cache-dir", | 255 "--goma-cache-dir", |
| 256 "[GOMA_CACHE]", | 256 "[GOMA_CACHE]", |
| 257 "--buildbot-buildername", | |
| 258 "Linux Builder", | |
| 259 "--buildbot-mastername", | |
| 260 "chromium.perf", | |
| 261 "--buildbot-slavename", | |
| 262 "TestSlavename", | |
| 263 "--goma-deps-cache-dir", | 257 "--goma-deps-cache-dir", |
| 264 "[GOMA_DEPS_CACHE]", | 258 "[GOMA_DEPS_CACHE]", |
| 265 "--build-data-dir", | 259 "--build-data-dir", |
| 266 "[ROOT]/build_data_dir", | 260 "[ROOT]/build_data_dir", |
| 267 "--compiler", | 261 "--compiler", |
| 268 "goma", | 262 "goma", |
| 269 "--goma-jsonstatus", | 263 "--goma-jsonstatus", |
| 270 "/path/to/tmp/json", | 264 "/path/to/tmp/json", |
| 271 "--goma-service-account-json-file", | 265 "--goma-service-account-json-file", |
| 272 "/creds/service_accounts/service-account-goma-client.json", | 266 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 481 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 488 }, | 482 }, |
| 489 "name": "sizes" | 483 "name": "sizes" |
| 490 }, | 484 }, |
| 491 { | 485 { |
| 492 "name": "$result", | 486 "name": "$result", |
| 493 "recipe_result": null, | 487 "recipe_result": null, |
| 494 "status_code": 0 | 488 "status_code": 0 |
| 495 } | 489 } |
| 496 ] | 490 ] |
| OLD | NEW |