| 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", |
| 206 "--goma-dir", | 208 "--goma-dir", |
| 207 "[BUILD]/goma", | 209 "[BUILD]/goma", |
| 208 "--", | 210 "--", |
| 209 "All" | 211 "All" |
| 210 ], | 212 ], |
| 211 "cwd": "[SLAVE_BUILD]", | 213 "cwd": "[SLAVE_BUILD]", |
| 212 "name": "compile", | 214 "name": "compile", |
| 213 "~followup_annotations": [ | 215 "~followup_annotations": [ |
| 214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 216 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 215 "@@@STEP_LOG_END@json.output (invalid)@@@" | 217 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 "~followup_annotations": [ | 354 "~followup_annotations": [ |
| 353 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" | 355 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" |
| 354 ] | 356 ] |
| 355 }, | 357 }, |
| 356 { | 358 { |
| 357 "name": "$result", | 359 "name": "$result", |
| 358 "recipe_result": null, | 360 "recipe_result": null, |
| 359 "status_code": 0 | 361 "status_code": 0 |
| 360 } | 362 } |
| 361 ] | 363 ] |
| OLD | NEW |