| 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]/Mac_Builder", | 7 "[BUILDER_CACHE]/Mac_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 "--compiler", | 277 "--compiler", |
| 278 "goma-clang", | 278 "goma-clang", |
| 279 "--goma-jsonstatus", | 279 "--goma-jsonstatus", |
| 280 "/path/to/tmp/json", | 280 "/path/to/tmp/json", |
| 281 "--goma-service-account-json-file", | 281 "--goma-service-account-json-file", |
| 282 "/creds/service_accounts/service-account-goma-client.json", | 282 "/creds/service_accounts/service-account-goma-client.json", |
| 283 "--mode", | 283 "--mode", |
| 284 "official", | 284 "official", |
| 285 "--goma-dir", | 285 "--goma-dir", |
| 286 "[CACHE]/cipd/goma", | 286 "[CACHE]/cipd/goma", |
| 287 "--goma-hermetic", | |
| 288 "fallback", | |
| 289 "--", | 287 "--", |
| 290 "chrome", | 288 "chrome", |
| 291 "chromium_builder_perf" | 289 "chromium_builder_perf" |
| 292 ], | 290 ], |
| 293 "env": { | 291 "env": { |
| 294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 295 }, | 293 }, |
| 296 "name": "compile", | 294 "name": "compile", |
| 297 "~followup_annotations": [ | 295 "~followup_annotations": [ |
| 298 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 810 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 808 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 811 }, | 809 }, |
| 812 "name": "sizes" | 810 "name": "sizes" |
| 813 }, | 811 }, |
| 814 { | 812 { |
| 815 "name": "$result", | 813 "name": "$result", |
| 816 "recipe_result": null, | 814 "recipe_result": null, |
| 817 "status_code": 0 | 815 "status_code": 0 |
| 818 } | 816 } |
| 819 ] | 817 ] |
| OLD | NEW |