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 "chromium.infra.cron", | 8 "chromium.infra.cron", |
9 "--builder", | 9 "--builder", |
10 "Chromium Linux Codesearch Builder", | 10 "Chromium Linux Codesearch Builder", |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 "--goma-cache-dir", | 196 "--goma-cache-dir", |
197 "[GOMA_CACHE]", | 197 "[GOMA_CACHE]", |
198 "--build-args", | 198 "--build-args", |
199 "-k 0", | 199 "-k 0", |
200 "--build-tool", | 200 "--build-tool", |
201 "ninja", | 201 "ninja", |
202 "--compiler", | 202 "--compiler", |
203 "goma-clang", | 203 "goma-clang", |
204 "--goma-jsonstatus", | 204 "--goma-jsonstatus", |
205 "/path/to/tmp/json", | 205 "/path/to/tmp/json", |
206 "--goma-service-account-json-file", | |
207 "/creds/service_accounts/service-account-goma-client.json", | |
208 "--goma-dir", | 206 "--goma-dir", |
209 "[BUILD]/goma", | 207 "[BUILD]/goma", |
210 "--", | 208 "--", |
211 "All" | 209 "All" |
212 ], | 210 ], |
213 "cwd": "[SLAVE_BUILD]", | 211 "cwd": "[SLAVE_BUILD]", |
214 "name": "compile", | 212 "name": "compile", |
215 "~followup_annotations": [ | 213 "~followup_annotations": [ |
216 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
217 "@@@STEP_LOG_END@json.output (invalid)@@@" | 215 "@@@STEP_LOG_END@json.output (invalid)@@@" |
218 ] | 216 ] |
219 }, | 217 }, |
220 { | 218 { |
221 "name": "$result", | 219 "name": "$result", |
222 "recipe_result": null, | 220 "recipe_result": null, |
223 "status_code": 0 | 221 "status_code": 0 |
224 } | 222 } |
225 ] | 223 ] |
OLD | NEW |