| 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.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux - debug builder", | 10 "V8 Linux - debug builder", |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 "--src-dir", | 143 "--src-dir", |
| 144 "[SLAVE_BUILD]/v8", | 144 "[SLAVE_BUILD]/v8", |
| 145 "--goma-cache-dir", | 145 "--goma-cache-dir", |
| 146 "[GOMA_CACHE]", | 146 "[GOMA_CACHE]", |
| 147 "--build-tool", | 147 "--build-tool", |
| 148 "ninja", | 148 "ninja", |
| 149 "--compiler", | 149 "--compiler", |
| 150 "goma-clang", | 150 "goma-clang", |
| 151 "--goma-jsonstatus", | 151 "--goma-jsonstatus", |
| 152 "/path/to/tmp/json", | 152 "/path/to/tmp/json", |
| 153 "--goma-service-account-json-file", | |
| 154 "/creds/service_accounts/service-account-goma-client.json", | |
| 155 "--goma-dir", | 153 "--goma-dir", |
| 156 "[BUILD]/goma", | 154 "[BUILD]/goma", |
| 157 "--" | 155 "--" |
| 158 ], | 156 ], |
| 159 "cwd": "[SLAVE_BUILD]", | 157 "cwd": "[SLAVE_BUILD]", |
| 160 "name": "compile", | 158 "name": "compile", |
| 161 "~followup_annotations": [ | 159 "~followup_annotations": [ |
| 162 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 160 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 163 "@@@STEP_LOG_END@json.output (invalid)@@@" | 161 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 164 ] | 162 ] |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 "~followup_annotations": [ | 402 "~followup_annotations": [ |
| 405 "@@@STEP_TEXT@V8 Linux - debug<br />V8 Linux - debug - avx2<br />V8 Linux
- debug - code serializer<br />V8 Linux - debug - greedy allocator<br />V8 Linux
- debug - isolates<br />V8 Linux - debug - nosse3<br />V8 Linux - debug - nosse
4<br />V8 Linux - gc stress@@@" | 403 "@@@STEP_TEXT@V8 Linux - debug<br />V8 Linux - debug - avx2<br />V8 Linux
- debug - code serializer<br />V8 Linux - debug - greedy allocator<br />V8 Linux
- debug - isolates<br />V8 Linux - debug - nosse3<br />V8 Linux - debug - nosse
4<br />V8 Linux - gc stress@@@" |
| 406 ] | 404 ] |
| 407 }, | 405 }, |
| 408 { | 406 { |
| 409 "name": "$result", | 407 "name": "$result", |
| 410 "recipe_result": null, | 408 "recipe_result": null, |
| 411 "status_code": 0 | 409 "status_code": 0 |
| 412 } | 410 } |
| 413 ] | 411 ] |
| OLD | NEW |