From: Tom Rini <trini@konsulko.com>
Date: Tue, 13 Sep 2022 12:59:11 +0000 (-0400)
Subject: Merge branch '2022-09-12-update-pytests-for-more-parellel-support' into next
X-Git-Tag: v2025.01-rc5-pxa1908~1263^2~21
X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/html/index.html?a=commitdiff_plain;h=aa2ef9f525a4d31ec3ae451b927cc714ba926157;p=u-boot.git

Merge branch '2022-09-12-update-pytests-for-more-parellel-support' into next

To quote the author:
This series makes a further attempt to get closer to having all tests
run in parallel. It introduces a new 'make pcheck' option which runs
tests in parallel, skipping those that are not compatible.

A number of fixes are included for existing tests. The vboot test is
updated to only run a single scenario in 'quick' mode.

This makes use of pytest's parallel-testing features. The resulting
times (including incremental building with LTO) on a 16-core machine are
as follows:

   make pcheck        - 1 minute 6 seconds
   make qcheck        - 3 minutes
   make check         - 5 minutes 15 seconds

Note that this is not a fair comparison, since 'make pcheck' omits a
number of tests, even more than 'make qcheck'.
---

aa2ef9f525a4d31ec3ae451b927cc714ba926157