mbox series

[0/3] automation: dom0less arm32 testing

Message ID 20230213142210.11728-1-michal.orzel@amd.com (mailing list archive)
Headers show
Series automation: dom0less arm32 testing | expand

Message

Michal Orzel Feb. 13, 2023, 2:22 p.m. UTC
This patch series aims at improving the arm32 CI testing by introducing
the true dom0less-based tests that do not require dom0 with a toolstack.
It creates a foundation for further test expansion.

Michal Orzel (3):
  automation: Add arm32 dom0less testing
  automation: Add a static memory allocation test on arm32
  automation: Add a gzip compressed kernel image test on arm32

 automation/gitlab-ci/build.yaml               |  20 +++
 automation/gitlab-ci/test.yaml                |  48 +++++++
 .../scripts/qemu-smoke-dom0less-arm32.sh      | 119 ++++++++++++++++++
 3 files changed, 187 insertions(+)
 create mode 100755 automation/scripts/qemu-smoke-dom0less-arm32.sh