public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/6] Unify build and run test cases
@ 2022-02-22  7:12 Anton Mikanovich
  2022-02-22  7:12 ` [PATCH 1/6] CI: Reorganize testsuite folders Anton Mikanovich
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Anton Mikanovich @ 2022-02-22  7:12 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

Make both build and start_vm CI tests run from one entry point to be
able to manage CI in more flexible way.
Also move QEMU boot logs into subdir to not flood ./build.

Anton Mikanovich (6):
  CI: Reorganize testsuite folders
  CI: Migrate all tests to one location
  CI: Adopt vm_start test logging
  CI: Do not run QEMU start tests from Gitlab
  CI: Rename build_test.py to citest.py
  CI: Change QEMU boot logs format

 .gitlab-ci.yml                                |   4 +-
 scripts/ci_build.sh                           |  12 +-
 scripts/vm_smoke_test                         |   4 +-
 testsuite/README.md                           |  26 +++-
 testsuite/build_test/run_fast.sh              |   3 -
 testsuite/build_test/run_full.sh              |   3 -
 testsuite/{build_test => }/cibase.py          |   4 +-
 testsuite/{build_test => }/cibuilder.py       |  80 ++++++++++-
 .../{build_test/build_test.py => citest.py}   |  46 ++++++
 testsuite/{ => keys}/base-apt/test_priv.key   |   0
 testsuite/{ => keys}/base-apt/test_pub.key    |   0
 testsuite/vm_boot_test/run_fast.sh            |   3 -
 testsuite/vm_boot_test/run_full.sh            |   3 -
 testsuite/vm_boot_test/vm_boot_test.py        | 133 ------------------
 14 files changed, 164 insertions(+), 157 deletions(-)
 delete mode 100755 testsuite/build_test/run_fast.sh
 delete mode 100755 testsuite/build_test/run_full.sh
 rename testsuite/{build_test => }/cibase.py (97%)
 mode change 100644 => 100755
 rename testsuite/{build_test => }/cibuilder.py (69%)
 mode change 100644 => 100755
 rename testsuite/{build_test/build_test.py => citest.py} (87%)
 mode change 100644 => 100755
 rename testsuite/{ => keys}/base-apt/test_priv.key (100%)
 rename testsuite/{ => keys}/base-apt/test_pub.key (100%)
 delete mode 100755 testsuite/vm_boot_test/run_fast.sh
 delete mode 100755 testsuite/vm_boot_test/run_full.sh
 delete mode 100644 testsuite/vm_boot_test/vm_boot_test.py

-- 
2.25.1


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

end of thread, other threads:[~2022-02-22  7:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22  7:12 [PATCH 0/6] Unify build and run test cases Anton Mikanovich
2022-02-22  7:12 ` [PATCH 1/6] CI: Reorganize testsuite folders Anton Mikanovich
2022-02-22  7:12 ` [PATCH 2/6] CI: Migrate all tests to one location Anton Mikanovich
2022-02-22  7:12 ` [PATCH 3/6] CI: Adopt vm_start test logging Anton Mikanovich
2022-02-22  7:12 ` [PATCH 4/6] CI: Do not run QEMU start tests from Gitlab Anton Mikanovich
2022-02-22  7:12 ` [PATCH 5/6] CI: Rename build_test.py to citest.py Anton Mikanovich
2022-02-22  7:12 ` [PATCH 6/6] CI: Change QEMU boot logs format Anton Mikanovich

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