mbox series

[0/5] testing/next: docker, ansible

Message ID 20230307143819.510186-1-alex.bennee@linaro.org
Headers show
Series testing/next: docker, ansible | expand

Message

Alex Bennée March 7, 2023, 2:38 p.m. UTC
A quick fix to docker which should help layer re-use. I was also
trying to get the KVM version of the boot_linux.py tests running on
the centos8-stream machine so we could disable the TCG equivalents.
Unfortunately this doesn't help as the TCG versions exercise both the
fdc emulation and the out-of-kernel APIC emulation. We may not care
too much about the fdc coverage but it would be awesome if we could
find a better way of exercising the x86 interrupt controller code than
running a very slow distro boot.

Alex Bennée (4):
  tests/docker: all add DOCKER_BUILDKIT to RUNC environment
  scripts/ci: add libslirp-devel to build-environment
  scripts/ci: update gitlab-runner playbook to handle CentOS
  gitlab: update centos-8-stream job

Marcin Juszkiewicz (1):
  tests/avocado: update AArch64 tests to Alpine 3.17.2

 .../custom-runners/centos-stream-8-x86_64.yml | 18 ++++++-----------
 .../org.centos/stream/8/build-environment.yml |  1 +
 scripts/ci/setup/gitlab-runner.yml            | 20 +++++++++++++++++--
 tests/avocado/machine_aarch64_virt.py         |  8 ++++----
 tests/docker/Makefile.include                 |  2 +-
 5 files changed, 30 insertions(+), 19 deletions(-)