mbox series

[v2,0/2] automation: introduce static heap and shared memory tests

Message ID 20230316091224.338620-1-jiamei.xie@arm.com (mailing list archive)
Headers show
Series automation: introduce static heap and shared memory tests | expand

Message

Jiamei Xie March 16, 2023, 9:12 a.m. UTC
Hi all,

This patch series introduces test jobs for static heap and shared memory.

Changes from v1:
 - Change MEMORY_END to 0x50000000 for all test cases.
 - Update commit message.
 - Move the second domU creation to the general ImageBuilder script

Jiamei Xie (1):
  automation: arm64: Create test jobs for testing static heap on qemu

jiamei.xie (1):
  automation: arm64: Create test jobs for testing static shared memory
    on qemu

 automation/gitlab-ci/build.yaml               | 18 +++++++
 automation/gitlab-ci/test.yaml                | 32 ++++++++++++
 .../scripts/qemu-smoke-dom0less-arm64.sh      | 50 ++++++++++++++++++-
 3 files changed, 99 insertions(+), 1 deletion(-)