| 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_compile_rel", | 7 "[BUILDER_CACHE]/linux_compile_rel", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 "--compiler", | 220 "--compiler", |
| 221 "goma", | 221 "goma", |
| 222 "--goma-jsonstatus", | 222 "--goma-jsonstatus", |
| 223 "/path/to/tmp/json", | 223 "/path/to/tmp/json", |
| 224 "--goma-service-account-json-file", | 224 "--goma-service-account-json-file", |
| 225 "/creds/service_accounts/service-account-goma-client.json", | 225 "/creds/service_accounts/service-account-goma-client.json", |
| 226 "--goma-dir", | 226 "--goma-dir", |
| 227 "[CACHE]/cipd/goma", | 227 "[CACHE]/cipd/goma", |
| 228 "--goma-fail-fast", | 228 "--goma-fail-fast", |
| 229 "--goma-disable-local-fallback", | 229 "--goma-disable-local-fallback", |
| 230 "--", | 230 "--" |
| 231 "All" | |
| 232 ], | 231 ], |
| 233 "env": { | 232 "env": { |
| 234 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 233 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 235 }, | 234 }, |
| 236 "name": "compile", | 235 "name": "compile", |
| 237 "~followup_annotations": [ | 236 "~followup_annotations": [ |
| 238 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 237 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 239 "@@@STEP_LOG_END@json.output (invalid)@@@" | 238 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 240 ] | 239 ] |
| 241 }, | 240 }, |
| 242 { | 241 { |
| 243 "name": "$result", | 242 "name": "$result", |
| 244 "recipe_result": null, | 243 "recipe_result": null, |
| 245 "status_code": 0 | 244 "status_code": 0 |
| 246 } | 245 } |
| 247 ] | 246 ] |
| OLD | NEW |