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 "ChromiumOS Codesearch", | 10 "ChromiumOS Codesearch", |
(...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)@@@" |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 "~followup_annotations": [ | 357 "~followup_annotations": [ |
360 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" | 358 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" |
361 ] | 359 ] |
362 }, | 360 }, |
363 { | 361 { |
364 "name": "$result", | 362 "name": "$result", |
365 "recipe_result": null, | 363 "recipe_result": null, |
366 "status_code": 0 | 364 "status_code": 0 |
367 } | 365 } |
368 ] | 366 ] |
OLD | NEW |