| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.dynamorio", | 8 "client.dynamorio", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux-v8-dr", | 10 "linux-v8-dr", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "--src-dir", | 121 "--src-dir", |
| 122 "[SLAVE_BUILD]/v8", | 122 "[SLAVE_BUILD]/v8", |
| 123 "--goma-cache-dir", | 123 "--goma-cache-dir", |
| 124 "[GOMA_CACHE]", | 124 "[GOMA_CACHE]", |
| 125 "--build-tool", | 125 "--build-tool", |
| 126 "ninja", | 126 "ninja", |
| 127 "--compiler", | 127 "--compiler", |
| 128 "goma-clang", | 128 "goma-clang", |
| 129 "--goma-jsonstatus", | 129 "--goma-jsonstatus", |
| 130 "/path/to/tmp/json", | 130 "/path/to/tmp/json", |
| 131 "--goma-service-account-json-file", | |
| 132 "/creds/service_accounts/service-account-goma-client.json", | |
| 133 "--goma-dir", | 131 "--goma-dir", |
| 134 "[BUILD]/goma", | 132 "[BUILD]/goma", |
| 135 "--" | 133 "--" |
| 136 ], | 134 ], |
| 137 "cwd": "[SLAVE_BUILD]", | 135 "cwd": "[SLAVE_BUILD]", |
| 138 "name": "compile", | 136 "name": "compile", |
| 139 "~followup_annotations": [ | 137 "~followup_annotations": [ |
| 140 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 138 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 141 "@@@STEP_LOG_END@json.output (invalid)@@@" | 139 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 142 ] | 140 ] |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 220 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 223 "@@@STEP_LOG_END@durations@@@" | 221 "@@@STEP_LOG_END@durations@@@" |
| 224 ] | 222 ] |
| 225 }, | 223 }, |
| 226 { | 224 { |
| 227 "name": "$result", | 225 "name": "$result", |
| 228 "recipe_result": null, | 226 "recipe_result": null, |
| 229 "status_code": 0 | 227 "status_code": 0 |
| 230 } | 228 } |
| 231 ] | 229 ] |
| OLD | NEW |