On Mon, Apr 17, 2023 at 9:43 AM Alex Bennée <alex.ben...@linaro.org> wrote: > > This is the current state of my testing tree. It contains a few > patches that didn't make it into 8.0 and more testing fixes including > a bump to the avocado release including Thomas' --max-parallel-tasks > hack to avoid running the tests in parallel. So far it doesn't look > like its causing any problems although I am seeing some timeouts on > the BSDs.
Oh, looks like you answered my question here. OK then! > > The following patches need review: > > tests/avocado: use the new snapshots for testing > tests/requirements.txt: bump up avocado-framework version to 101.0 (0 acks, 1 > sobs, 1 tbs) > > Alex Bennée (2): > tests/avocado: use the new snapshots for testing > qemu-options: finesse the recommendations around -blockdev > > Kautuk Consul (1): > tests/requirements.txt: bump up avocado-framework version to 101.0 > > Philippe Mathieu-Daudé (1): > tests/avocado: Add set of boot tests on SBSA-ref > > Thomas Huth (2): > gitlab-ci: Avoid to re-run "configure" in the device-crash-test jobs > scripts/device-crash-test: Add a parameter to run with TCG only > > MAINTAINERS | 1 + > .gitlab-ci.d/buildtest.yml | 6 +- > qemu-options.hx | 24 +++- > scripts/device-crash-test | 4 +- > tests/Makefile.include | 18 ++- > tests/avocado/machine_aarch64_sbsaref.py | 158 +++++++++++++++++++++ > tests/avocado/tuxrun_baselines.py | 170 +++++++++++++++++++---- > tests/requirements.txt | 2 +- > 8 files changed, 343 insertions(+), 40 deletions(-) > create mode 100644 tests/avocado/machine_aarch64_sbsaref.py > > -- > 2.39.2 >