
21 Oct
2024
21 Oct
'24
4:33 p.m.
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?
--
Tom