the following patch was just integrated into master: commit 047c2f44b00c49f32d7eb7eb111d83dee882218f Author: Martin Roth martinroth@google.com Date: Wed Dec 14 10:16:26 2016 -0700
util/abuild: Print list of failed boards at the end of the abuild
When running abuild outside of jenkins, because all of the builds are printed intermixed, it's easy to miss when a board has failed the build by looking at the output. This saves a list of failed builds and prints the list at the end of the run.
- Add a command line option to mark when abuild is being called recursively. - Add all failed builds to a list. - Print the list when a non-recursive abuild run exits.
Change-Id: Icb40ed8083a57bbcde49297d2b0814f98dcbb6c8 Signed-off-by: Martin Roth martinroth@google.com Reviewed-on: https://review.coreboot.org/17890 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber nico.h@gmx.de
See https://review.coreboot.org/17890 for details.
-gerrit