| 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_drmemory_light", | 7 "[BUILDER_CACHE]\\win_drmemory_light", |
| 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 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 225 "C:\\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": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 233 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-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 }, |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 734 ], | 733 ], |
| 735 "cwd": "[BUILDER_CACHE]\\win_drmemory_light", | 734 "cwd": "[BUILDER_CACHE]\\win_drmemory_light", |
| 736 "name": "webrtc_nonparallel_tests" | 735 "name": "webrtc_nonparallel_tests" |
| 737 }, | 736 }, |
| 738 { | 737 { |
| 739 "name": "$result", | 738 "name": "$result", |
| 740 "recipe_result": null, | 739 "recipe_result": null, |
| 741 "status_code": 0 | 740 "status_code": 0 |
| 742 } | 741 } |
| 743 ] | 742 ] |
| OLD | NEW |