| 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_MSan", | 7 "[BUILDER_CACHE]/Linux_MSan", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 "--goma-deps-cache-dir", | 234 "--goma-deps-cache-dir", |
| 235 "[GOMA_DEPS_CACHE]", | 235 "[GOMA_DEPS_CACHE]", |
| 236 "--compiler", | 236 "--compiler", |
| 237 "goma-clang", | 237 "goma-clang", |
| 238 "--goma-jsonstatus", | 238 "--goma-jsonstatus", |
| 239 "/path/to/tmp/json", | 239 "/path/to/tmp/json", |
| 240 "--goma-service-account-json-file", | 240 "--goma-service-account-json-file", |
| 241 "/creds/service_accounts/service-account-goma-client.json", | 241 "/creds/service_accounts/service-account-goma-client.json", |
| 242 "--goma-dir", | 242 "--goma-dir", |
| 243 "[CACHE]/cipd/goma", | 243 "[CACHE]/cipd/goma", |
| 244 "--", | 244 "--" |
| 245 "All" | |
| 246 ], | 245 ], |
| 247 "env": { | 246 "env": { |
| 248 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 249 }, | 248 }, |
| 250 "name": "compile", | 249 "name": "compile", |
| 251 "~followup_annotations": [ | 250 "~followup_annotations": [ |
| 252 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 251 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 253 "@@@STEP_LOG_END@json.output (invalid)@@@" | 252 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 254 ] | 253 ] |
| 255 }, | 254 }, |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 686 ], | 685 ], |
| 687 "cwd": "[BUILDER_CACHE]/Linux_MSan", | 686 "cwd": "[BUILDER_CACHE]/Linux_MSan", |
| 688 "name": "webrtc_nonparallel_tests" | 687 "name": "webrtc_nonparallel_tests" |
| 689 }, | 688 }, |
| 690 { | 689 { |
| 691 "name": "$result", | 690 "name": "$result", |
| 692 "recipe_result": null, | 691 "recipe_result": null, |
| 693 "status_code": 0 | 692 "status_code": 0 |
| 694 } | 693 } |
| 695 ] | 694 ] |
| OLD | NEW |