All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add driver domains test
@ 2025-12-04 16:53 Marek Marczykowski-Górecki
  2025-12-04 16:53 ` [PATCH v3 2/4] CI: Add driver domains tests Marek Marczykowski-Górecki
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Marek Marczykowski-Górecki @ 2025-12-04 16:53 UTC (permalink / raw)
  To: xen-devel; +Cc: Marek Marczykowski-Górecki

This is intended to detect issues like recent xl devd crash in domU.

Pipeline:
https://gitlab.com/xen-project/people/marmarek/xen/-/pipelines/2196576805

I did checked that indeed it fails with the fix reverted - that's why the
Debian patch - Alpine version did not detected that regression.

Requires debian in test-artifacts repo - patch series sent separately.

Marek Marczykowski-Górecki (4):
  automation: switch to alpine:3.22
  CI: Add driver domains tests
  CI: Add configure --enable-systemd for full build
  CI: Run driver domains test on Debian too

 automation/build/alpine/3.18-arm64v8.dockerfile |  51 +------
 automation/build/alpine/3.18.dockerfile         |  52 +------
 automation/build/alpine/3.22-arm64v8.dockerfile |  51 ++++++-
 automation/build/alpine/3.22.dockerfile         |  52 ++++++-
 automation/build/debian/13-x86_64.dockerfile    |   4 +-
 automation/gitlab-ci/build.yaml                 |  44 ++---
 automation/gitlab-ci/test.yaml                  | 125 ++++++++------
 automation/scripts/build                        |   3 +-
 automation/scripts/containerize                 |   4 +-
 automation/scripts/qemu-driverdomains-x86_64.sh | 152 +++++++++++++++++-
 10 files changed, 362 insertions(+), 176 deletions(-)
 delete mode 100644 automation/build/alpine/3.18-arm64v8.dockerfile
 delete mode 100644 automation/build/alpine/3.18.dockerfile
 create mode 100644 automation/build/alpine/3.22-arm64v8.dockerfile
 create mode 100644 automation/build/alpine/3.22.dockerfile
 create mode 100755 automation/scripts/qemu-driverdomains-x86_64.sh

base-commit: 62bd4c2a8ee809c181d47098583270dc9db9300e
-- 
git-series 0.9.1


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

end of thread, other threads:[~2025-12-04 23:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-04 16:53 [PATCH v3 0/4] Add driver domains test Marek Marczykowski-Górecki
2025-12-04 16:53 ` [PATCH v3 2/4] CI: Add driver domains tests Marek Marczykowski-Górecki
2025-12-04 16:53 ` [PATCH v3 3/4] CI: Add configure --enable-systemd for full build Marek Marczykowski-Górecki
2025-12-04 21:54   ` Andrew Cooper
2025-12-04 23:11     ` Marek Marczykowski-Górecki
2025-12-04 23:17       ` Andrew Cooper
2025-12-04 23:18         ` Marek Marczykowski-Górecki
2025-12-04 16:53 ` [PATCH v3 4/4] CI: Run driver domains test on Debian too Marek Marczykowski-Górecki
2025-12-04 21:50 ` [PATCH v3 1/4] automation: switch to alpine:3.22 Andrew Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.