mbox series

[v3,0/3] Various improvements of the Isar testsuite

Message ID 20260813064321.3762064-1-felix.moessbauer@siemens.com
Headers show
Series Various improvements of the Isar testsuite | expand

Message

MOESSBAUER, Felix Aug. 13, 2026, 6:43 a.m. UTC
Changes since v2:

- re-order mipsel_bullseye to account for hidden test -> run dependencies

Changes since v1:

- drop previous p3 (nocross -> alltargets), this will be reworked
  in a dedicated series
- move qemumipsel-bullseye to dedicated test that is skipped in rootless mode
  (the @skipUnless decorator cannot be used as it has no access to the params)
- build all test that are not explicitly marked as non-cross under cross

Felix Moessbauer (3):
  testsuite: compress sdk with zstd to speedup dev test
  testsuite: disable qemumipsel-bullseye tests in rootless mode
  testsuite: only build no-cross test class without cross

 testsuite/citest.py | 41 ++++++++++++++++++++++++++++++-----------
 1 file changed, 30 insertions(+), 11 deletions(-)

Comments

Zhihang Wei Aug. 14, 2026, 2:51 p.m. UTC | #1
Applied to next, thanks.

Zhihang

On 8/13/26 08:43, Felix Moessbauer wrote:
> Changes since v2:
>
> - re-order mipsel_bullseye to account for hidden test -> run dependencies
>
> Changes since v1:
>
> - drop previous p3 (nocross -> alltargets), this will be reworked
>    in a dedicated series
> - move qemumipsel-bullseye to dedicated test that is skipped in rootless mode
>    (the @skipUnless decorator cannot be used as it has no access to the params)
> - build all test that are not explicitly marked as non-cross under cross
>
> Felix Moessbauer (3):
>    testsuite: compress sdk with zstd to speedup dev test
>    testsuite: disable qemumipsel-bullseye tests in rootless mode
>    testsuite: only build no-cross test class without cross
>
>   testsuite/citest.py | 41 ++++++++++++++++++++++++++++++-----------
>   1 file changed, 30 insertions(+), 11 deletions(-)
>