
Hi Tom,
On Mon, Oct 21, 2024, 16:33 Tom Rini trini@konsulko.com wrote:
On Mon, Oct 21, 2024 at 03:44:49PM +0200, Simon Glass wrote:
Something this breaks, so add a test to keep it working. Since sandbox enables a lot of options, it is a good board to use.
Signed-off-by: Simon Glass sjg@chromium.org
.azure-pipelines.yml | 8 ++++++++ .gitlab-ci.yml | 11 +++++++++++ 2 files changed, 19 insertions(+)
I don't like this because "sandbox" is one of the longest run-time build options due to all of the tests it runs. And given how we break down the jobs this will make a further bottleneck. Can we just disable CMDLINE in one of the existing sandbox defconfigs instead please? Perhaps sandbox_spl since that only does SPL related pytests?
Actually we do boot into U-Boot proper as some tests need to check that SPL did the right thing.
Note that this patch doesn't run any tests at all. It just tries to build sandbox without CMDLINE
Regards, Simon