[PATCH 2/3] Azure: Split sandbox and qemu test.py runs

Tom Rini trini at konsulko.com
Sun Sep 3 21:25:28 CEST 2023


On Sun, Sep 03, 2023 at 12:09:39PM -0600, Simon Glass wrote:
> Hi Tom,
> 
> On Fri, 1 Sept 2023 at 14:41, Tom Rini <trini at konsulko.com> wrote:
> >
> > Currently, most sandbox runs take a long time (due to running so many
> > tests) while QEMu based test.py runs are fairly short.  Split the
> > pipeline here so that we get more consistent average run times.
> >
> > Signed-off-by: Tom Rini <trini at konsulko.com>
> > ---
> >  .azure-pipelines.yml | 61 ++++++++++++++++++++++++++++++++------------
> >  1 file changed, 44 insertions(+), 17 deletions(-)
> 
> Reviewed-by: Simon Glass <sjg at chromium.org>
> 
> ...so far as I understand it...there seems to be a need to pass the
> argos to docker again.

There's not a clean way to re-use all of the logic we need prior to
docker run, or move it to another type of "task" (in Azure-speak).
There is a Docker task, and we could, I _think_ migrate the volume
options to that (but I'm not sure), but we couldn't handle the loopback
devices in that way.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20230903/dd812045/attachment.sig>


More information about the U-Boot mailing list