commit | b49bfe735237f26c80edf6d6ab5c45580c222f5d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 18 09:42:51 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 10 21:28:57 2020 -0400 |
tree | fbdfbe55c89ce39161b656d1b7916b7fd03ae56c | |
parent | 9e589c066a6c9ae5eda34045825c79c738e4ad32 [diff] |
travis/gitlab/azure: Use --board buildman flag with test.py The current method of selecting the board to build with test.py is a bit error-prone, e.g. with "^sandbox$" it actually builds 5 boards (all of those in the sandbox architecture). Use the (newish) --board flag instead, to get the same result. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>