All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/12] Changes for several CI improvements
@ 2025-12-04 16:37 Marek Marczykowski-Górecki
  2025-12-04 16:37 ` [PATCH v2 02/12] Switch Linux builds to use Alpine 3.22 container Marek Marczykowski-Górecki
                   ` (11 more replies)
  0 siblings, 12 replies; 28+ messages in thread
From: Marek Marczykowski-Górecki @ 2025-12-04 16:37 UTC (permalink / raw)
  To: xen-devel
  Cc: Andrew Cooper, Stefano Stabellini, Roger Pau Monné,
	Marek Marczykowski-Górecki

- Alpine update
- Debian trixie
- Linux stubdom
- test arbitrary linux branch

Technically, the last patch isn't strictly required, but it eases debugging.

Green pipeline: https://gitlab.com/xen-project/people/marmarek/test-artifacts/-/pipelines/2196630637

Marek Marczykowski-Górecki (12):
  Add Alpine 3.22 containers
  Switch Linux builds to use Alpine 3.22 container
  Add debian rootfs artifact
  Add linux-6.12.60-x86_64
  Enable CONFIG_USB_RTL8152 in kernel for hw12 runner
  Include git in the ARM64 build container too
  Support building arbitrary Linux branch/tag/commit
  Save Linux config to artifacts too
  Add linux-stubdom dependencies
  Prepare grub for booting x86_64 HVM domU from a disk
  Prepare grub for booting x86_64 HVM domU from a cdrom
  Setup ssh access to test systems

 .gitlab-ci.yml                             | 53 ++++++++++++-
 containerize                               |  4 +-
 images/alpine/3.18-arm64-build.dockerfile  |  1 +-
 images/alpine/3.22-arm64-base.dockerfile   |  6 +-
 images/alpine/3.22-arm64-build.dockerfile  | 31 ++++++++-
 images/alpine/3.22-x86_64-base.dockerfile  |  6 +-
 images/alpine/3.22-x86_64-build.dockerfile | 43 ++++++++++-
 images/debian/13-x86_64-base.dockerfile    |  4 +-
 scripts/alpine-rootfs.sh                   | 22 +++++-
 scripts/build-linux.sh                     | 21 +++--
 scripts/debian-rootfs.sh                   | 95 +++++++++++++++++++++++-
 11 files changed, 279 insertions(+), 7 deletions(-)
 create mode 100644 images/alpine/3.22-arm64-base.dockerfile
 create mode 100644 images/alpine/3.22-arm64-build.dockerfile
 create mode 100644 images/alpine/3.22-x86_64-base.dockerfile
 create mode 100644 images/alpine/3.22-x86_64-build.dockerfile
 create mode 100644 images/debian/13-x86_64-base.dockerfile
 create mode 100755 scripts/debian-rootfs.sh

base-commit: 76894a5929bc604fb5bdb4aff2f94a6a9df68cdb
-- 
git-series 0.9.1


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

end of thread, other threads:[~2025-12-12 21:34 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-04 16:37 [PATCH v2 00/12] Changes for several CI improvements Marek Marczykowski-Górecki
2025-12-04 16:37 ` [PATCH v2 02/12] Switch Linux builds to use Alpine 3.22 container Marek Marczykowski-Górecki
2025-12-12 21:15   ` Andrew Cooper
2025-12-12 21:34     ` Marek Marczykowski-Górecki
2025-12-04 16:37 ` [PATCH v2 04/12] Add linux-6.12.60-x86_64 Marek Marczykowski-Górecki
2025-12-10  0:17   ` Stefano Stabellini
2025-12-04 16:37 ` [PATCH v2 05/12] Enable CONFIG_USB_RTL8152 in kernel for hw12 runner Marek Marczykowski-Górecki
2025-12-10  0:18   ` Stefano Stabellini
2025-12-04 16:37 ` [PATCH v2 06/12] Include git in the ARM64 build container too Marek Marczykowski-Górecki
2025-12-10  0:20   ` Stefano Stabellini
2025-12-04 16:37 ` [PATCH v2 07/12] Support building arbitrary Linux branch/tag/commit Marek Marczykowski-Górecki
2025-12-10  0:29   ` Stefano Stabellini
2025-12-10  2:03     ` Marek Marczykowski-Górecki
2025-12-10 20:33       ` Stefano Stabellini
2025-12-04 16:37 ` [PATCH v2 08/12] Save Linux config to artifacts too Marek Marczykowski-Górecki
2025-12-10  0:29   ` Stefano Stabellini
2025-12-04 16:37 ` [PATCH v2 09/12] Add linux-stubdom dependencies Marek Marczykowski-Górecki
2025-12-04 16:38 ` [PATCH v2 10/12] Prepare grub for booting x86_64 HVM domU from a disk Marek Marczykowski-Górecki
2025-12-10  0:41   ` Stefano Stabellini
2025-12-04 16:38 ` [PATCH v2 11/12] Prepare grub for booting x86_64 HVM domU from a cdrom Marek Marczykowski-Górecki
2025-12-04 16:38 ` [PATCH v2 12/12] Setup ssh access to test systems Marek Marczykowski-Górecki
2025-12-10  0:36   ` Stefano Stabellini
2025-12-05  7:34 ` [PATCH v2 00/12] Changes for several CI improvements Jan Beulich
2025-12-05  9:51   ` Marek Marczykowski-Górecki
2025-12-05  9:59     ` Jan Beulich
2025-12-05 10:44       ` Juergen Gross
     [not found] ` <08274c26cc710d3bfa87a66431f441b5703df272.1764866136.git-series.marmarek@invisiblethingslab.com>
2025-12-12 21:12   ` [PATCH v2 01/12] Add Alpine 3.22 containers Andrew Cooper
2025-12-12 21:32     ` Marek Marczykowski-Górecki

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.