mbox series

[00/23] Additional CI improvements

Message ID 20240325155540.4162990-1-amikan@ilbers.de
Headers show
Series Additional CI improvements | expand

Message

Anton Mikanovich March 25, 2024, 3:55 p.m. UTC
This patchset accumulates testsuite fixes and improvements in the
following main ways:
- Migration of full testsuite to cross building
- Target lists update
- Speedup overall CI execution
- Improve testsuite naming
- Make output log lines shorter
- Improve startvm errors handling
- Increase startvm test coverage
- Add an ability to check all the possible targets
- Improve Avocado tags usage
- Code cleanup

The main change here is a new Standard testsuite to be placed between
fast and old full testsuites.

Anton Mikanovich (23):
  CI: Introduce Standard CI for cross building
  CI: Rename cross to fast
  CI: Rename nocross to full
  CI: Remove test keyword from class names
  CI: Rename base test cases
  CI: Remove cleanup before nocross build
  CI: Update default target to bookworm
  CI: Remove duplicated targets
  CI: Run startvm for all qemu targets
  CI: Fix errors reporting during startvm
  CI: Remove logging hack for job.log
  CI: Do not lost errors on failed processes
  CI: Remove container package list hack from testsuite
  CI: Minimize debsrc_cache checking
  CI: Minimize kselftest checking
  CI: Do not include testsuites into each other
  CI: Mark some single testcases with tags
  CI: Execute startvm testcases after building
  CI: Fix missing endline in generated config
  CI: Remove absolute path to citest.py
  CI: Create avocado.conf inside build_dir
  CI: Set also cache dir for Avocado
  CI: Add make world test case

 .gitignore                       |   2 +-
 meta-isar/conf/local.conf.sample |   4 +
 meta-test/conf/local.conf.sample |   3 +
 scripts/ci_build.sh              |  24 +-
 testsuite/cibuilder.py           |  86 +++--
 testsuite/citest.py              | 608 ++++++++++++++++++++++++-------
 testsuite/data/targets.yml       | 118 ++++++
 testsuite/utils/targets_gen.py   |  27 ++
 8 files changed, 692 insertions(+), 180 deletions(-)
 create mode 100644 testsuite/data/targets.yml
 create mode 100755 testsuite/utils/targets_gen.py