buildman: Update the TODO items

A few of these have been done. Drop those and add some new ideas.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2020-04-09 15:08:54 -06:00
parent 113a8a5ff3
commit a38930e227

View file

@ -1232,12 +1232,16 @@ Some options you might like are:
TODO TODO
==== ====
This has mostly be written in my spare time as a response to my difficulties Many improvements have been made over the years. There is still quite a bit of
in testing large series of patches. Apart from tidying up there is quite a scope for more though, e.g.:
bit of scope for improvement. Things like better error diffs and easier
access to log files. Also it would be nice if buildman could 'hunt' for - easier access to log files
problems, perhaps by building a few boards for each arch, or checking - 'hunting' for problems, perhaps by building a few boards for each arch, or
commits for changed files and building only boards which use those files. checking commits for changed files and building only boards which use those
files
- using the same git repo for all threads instead of cloning it. Currently
it uses about 500MB per thread, so on a 64-thread machine this is 32GB for
the build.
Credits Credits
@ -1253,3 +1257,4 @@ sjg@chromium.org
Halloween 2012 Halloween 2012
Updated 12-12-12 Updated 12-12-12
Updated 23-02-13 Updated 23-02-13
Updated 09-04-20