public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 00/23] Additional CI improvements
@ 2024-03-25 15:55 Anton Mikanovich
  2024-03-25 15:55 ` [PATCH 01/23] CI: Introduce Standard CI for cross building Anton Mikanovich
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: Anton Mikanovich @ 2024-03-25 15:55 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

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

-- 
2.34.1


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2024-03-25 15:56 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-25 15:55 [PATCH 00/23] Additional CI improvements Anton Mikanovich
2024-03-25 15:55 ` [PATCH 01/23] CI: Introduce Standard CI for cross building Anton Mikanovich
2024-03-25 15:55 ` [PATCH 02/23] CI: Rename cross to fast Anton Mikanovich
2024-03-25 15:55 ` [PATCH 03/23] CI: Rename nocross to full Anton Mikanovich
2024-03-25 15:55 ` [PATCH 04/23] CI: Remove test keyword from class names Anton Mikanovich
2024-03-25 15:55 ` [PATCH 05/23] CI: Rename base test cases Anton Mikanovich
2024-03-25 15:55 ` [PATCH 06/23] CI: Remove cleanup before nocross build Anton Mikanovich
2024-03-25 15:55 ` [PATCH 07/23] CI: Update default target to bookworm Anton Mikanovich
2024-03-25 15:55 ` [PATCH 08/23] CI: Remove duplicated targets Anton Mikanovich
2024-03-25 15:55 ` [PATCH 09/23] CI: Run startvm for all qemu targets Anton Mikanovich
2024-03-25 15:55 ` [PATCH 10/23] CI: Fix errors reporting during startvm Anton Mikanovich
2024-03-25 15:55 ` [PATCH 11/23] CI: Remove logging hack for job.log Anton Mikanovich
2024-03-25 15:55 ` [PATCH 12/23] CI: Do not lost errors on failed processes Anton Mikanovich
2024-03-25 15:55 ` [PATCH 13/23] CI: Remove container package list hack from testsuite Anton Mikanovich
2024-03-25 15:55 ` [PATCH 14/23] CI: Minimize debsrc_cache checking Anton Mikanovich
2024-03-25 15:55 ` [PATCH 15/23] CI: Minimize kselftest checking Anton Mikanovich
2024-03-25 15:55 ` [PATCH 16/23] CI: Do not include testsuites into each other Anton Mikanovich
2024-03-25 15:55 ` [PATCH 17/23] CI: Mark some single testcases with tags Anton Mikanovich
2024-03-25 15:55 ` [PATCH 18/23] CI: Execute startvm testcases after building Anton Mikanovich
2024-03-25 15:55 ` [PATCH 19/23] CI: Fix missing endline in generated config Anton Mikanovich
2024-03-25 15:55 ` [PATCH 20/23] CI: Remove absolute path to citest.py Anton Mikanovich
2024-03-25 15:55 ` [PATCH 21/23] CI: Create avocado.conf inside build_dir Anton Mikanovich
2024-03-25 15:55 ` [PATCH 22/23] CI: Set also cache dir for Avocado Anton Mikanovich
2024-03-25 15:55 ` [PATCH 23/23] CI: Add make world test case Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox