| 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]\\win_clang_rel", | 7 "[BUILDER_CACHE]\\win_clang_rel", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 "--compiler", | 242 "--compiler", |
| 243 "goma-clang", | 243 "goma-clang", |
| 244 "--goma-jsonstatus", | 244 "--goma-jsonstatus", |
| 245 "/path/to/tmp/json", | 245 "/path/to/tmp/json", |
| 246 "--goma-service-account-json-file", | 246 "--goma-service-account-json-file", |
| 247 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 247 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 248 "--goma-dir", | 248 "--goma-dir", |
| 249 "[CACHE]\\cipd\\goma", | 249 "[CACHE]\\cipd\\goma", |
| 250 "--goma-fail-fast", | 250 "--goma-fail-fast", |
| 251 "--goma-disable-local-fallback", | 251 "--goma-disable-local-fallback", |
| 252 "--", | 252 "--" |
| 253 "All" | |
| 254 ], | 253 ], |
| 255 "env": { | 254 "env": { |
| 256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 255 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 257 }, | 256 }, |
| 258 "name": "compile", | 257 "name": "compile", |
| 259 "~followup_annotations": [ | 258 "~followup_annotations": [ |
| 260 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 259 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 261 "@@@STEP_LOG_END@json.output (invalid)@@@" | 260 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 262 ] | 261 ] |
| 263 }, | 262 }, |
| 264 { | 263 { |
| 265 "name": "$result", | 264 "name": "$result", |
| 266 "recipe_result": null, | 265 "recipe_result": null, |
| 267 "status_code": 0 | 266 "status_code": 0 |
| 268 } | 267 } |
| 269 ] | 268 ] |
| OLD | NEW |