Attention is currently required from: Martin L Roth, Maxim Polyakov, ron minnich.
Hello build bot (Jenkins), Martin L Roth, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59958
to look at the new patch set (#14).
Change subject: util/docker/coreboot.org-status: Rewrite parser ......................................................................
util/docker/coreboot.org-status: Rewrite parser
The current tool is a shell script that mixes data collection and HTML generation and is generally a pain to work with. It takes 15 minutes to run.
The new tool is written in go, collects all data first, then generates the output HTML from the data and a single template, and finishes in 10 seconds.
The goal in this version is to produce output as similar as possible to the output of the shell script. Some difference will remain because the shell script returns some trash data whose reproduction would require more effort than is worth.
Change-Id: I4fab86d24088e4f9eff434c21ce9caa077f3f9e2 Signed-off-by: Patrick Georgi pgeorgi@google.com --- A util/docker/coreboot.org-status/board-status.html/.gitignore A util/docker/coreboot.org-status/board-status.html/boards.go A util/docker/coreboot.org-status/board-status.html/go.mod A util/docker/coreboot.org-status/board-status.html/go.sum A util/docker/coreboot.org-status/board-status.html/logs.go A util/docker/coreboot.org-status/board-status.html/status-to-html.go A util/docker/coreboot.org-status/board-status.html/templates/board-status.html A util/docker/coreboot.org-status/board-status.html/types.go 8 files changed, 1,060 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/59958/14