mbox series

[0/2] CI improvements

Message ID 20221117161643.3351-1-michal.orzel@amd.com (mailing list archive)
Headers show
Series CI improvements | expand

Message

Michal Orzel Nov. 17, 2022, 4:16 p.m. UTC
This patch series moves the installation of packages at runtime from the test
scripts into the respective containers.

This series is based on the CI next branch:
https://gitlab.com/xen-project/people/sstabellini/xen/-/tree/next

Michal Orzel (2):
  automation: Install packages required by tests in containers
  automation: Remove installation of packages from test scripts

 automation/build/debian/stretch.dockerfile          | 3 +++
 automation/build/debian/unstable-arm64v8.dockerfile | 7 +++++++
 automation/scripts/qemu-alpine-x86_64.sh            | 4 ----
 automation/scripts/qemu-smoke-dom0-arm32.sh         | 8 --------
 automation/scripts/qemu-smoke-dom0-arm64.sh         | 9 ---------
 automation/scripts/qemu-smoke-dom0less-arm64.sh     | 9 ---------
 6 files changed, 10 insertions(+), 30 deletions(-)