| 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 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_mac_dbg", | 10 "v8_mac_dbg", |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 "--src-dir", | 149 "--src-dir", |
| 150 "[SLAVE_BUILD]/v8", | 150 "[SLAVE_BUILD]/v8", |
| 151 "--goma-cache-dir", | 151 "--goma-cache-dir", |
| 152 "[GOMA_CACHE]", | 152 "[GOMA_CACHE]", |
| 153 "--build-tool", | 153 "--build-tool", |
| 154 "ninja", | 154 "ninja", |
| 155 "--compiler", | 155 "--compiler", |
| 156 "goma-clang", | 156 "goma-clang", |
| 157 "--goma-jsonstatus", | 157 "--goma-jsonstatus", |
| 158 "/path/to/tmp/json", | 158 "/path/to/tmp/json", |
| 159 "--goma-service-account-json-file", |
| 160 "/creds/service_accounts/service-account-goma-client.json", |
| 159 "--goma-dir", | 161 "--goma-dir", |
| 160 "[BUILD]/goma", | 162 "[BUILD]/goma", |
| 161 "--goma-fail-fast", | 163 "--goma-fail-fast", |
| 162 "--goma-disable-local-fallback", | 164 "--goma-disable-local-fallback", |
| 163 "--" | 165 "--" |
| 164 ], | 166 ], |
| 165 "cwd": "[SLAVE_BUILD]", | 167 "cwd": "[SLAVE_BUILD]", |
| 166 "name": "compile", | 168 "name": "compile", |
| 167 "~followup_annotations": [ | 169 "~followup_annotations": [ |
| 168 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 170 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 923 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 925 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 924 "@@@STEP_LOG_END@durations@@@" | 926 "@@@STEP_LOG_END@durations@@@" |
| 925 ] | 927 ] |
| 926 }, | 928 }, |
| 927 { | 929 { |
| 928 "name": "$result", | 930 "name": "$result", |
| 929 "recipe_result": null, | 931 "recipe_result": null, |
| 930 "status_code": 0 | 932 "status_code": 0 |
| 931 } | 933 } |
| 932 ] | 934 ] |
| OLD | NEW |