| 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]/Chromium_Linux_Goma_Canary", | 7 "[BUILDER_CACHE]/Chromium_Linux_Goma_Canary", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 "--ninja-path", | 278 "--ninja-path", |
| 279 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 279 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 280 "--target", | 280 "--target", |
| 281 "Release", | 281 "Release", |
| 282 "--src-dir", | 282 "--src-dir", |
| 283 "[BUILDER_CACHE]/Chromium_Linux_Goma_Canary/src", | 283 "[BUILDER_CACHE]/Chromium_Linux_Goma_Canary/src", |
| 284 "--goma-cache-dir", | 284 "--goma-cache-dir", |
| 285 "[GOMA_CACHE]", | 285 "[GOMA_CACHE]", |
| 286 "--goma-deps-cache-dir", | 286 "--goma-deps-cache-dir", |
| 287 "[GOMA_DEPS_CACHE]", | 287 "[GOMA_DEPS_CACHE]", |
| 288 "--build-tool", | |
| 289 "ninja", | |
| 290 "--build-data-dir", | 288 "--build-data-dir", |
| 291 "[ROOT]/build_data_dir", | 289 "[ROOT]/build_data_dir", |
| 292 "--compiler", | 290 "--compiler", |
| 293 "goma", | 291 "goma", |
| 294 "--goma-jsonstatus", | 292 "--goma-jsonstatus", |
| 295 "/path/to/tmp/json", | 293 "/path/to/tmp/json", |
| 296 "--goma-service-account-json-file", | 294 "--goma-service-account-json-file", |
| 297 "/creds/service_accounts/service-account-goma-client.json", | 295 "/creds/service_accounts/service-account-goma-client.json", |
| 298 "--goma-dir", | 296 "--goma-dir", |
| 299 "[CACHE]/cipd/goma", | 297 "[CACHE]/cipd/goma", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 369 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 372 }, | 370 }, |
| 373 "name": "content_unittests" | 371 "name": "content_unittests" |
| 374 }, | 372 }, |
| 375 { | 373 { |
| 376 "name": "$result", | 374 "name": "$result", |
| 377 "recipe_result": null, | 375 "recipe_result": null, |
| 378 "status_code": 0 | 376 "status_code": 0 |
| 379 } | 377 } |
| 380 ] | 378 ] |
| OLD | NEW |