| 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_ubsan", | 7 "[BUILDER_CACHE]/linux_ubsan", |
| 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 "/creds/service_accounts/service-account-goma-client.json", | 247 "/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": "/creds/service_accounts/service-account
-goma-client.json" | 255 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-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 }, |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 ], | 674 ], |
| 676 "cwd": "[BUILDER_CACHE]/linux_ubsan", | 675 "cwd": "[BUILDER_CACHE]/linux_ubsan", |
| 677 "name": "webrtc_nonparallel_tests" | 676 "name": "webrtc_nonparallel_tests" |
| 678 }, | 677 }, |
| 679 { | 678 { |
| 680 "name": "$result", | 679 "name": "$result", |
| 681 "recipe_result": null, | 680 "recipe_result": null, |
| 682 "status_code": 0 | 681 "status_code": 0 |
| 683 } | 682 } |
| 684 ] | 683 ] |
| OLD | NEW |