All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH TEST-ARTEFACTS v2 0/7] Rootfs/argo cleanup and microcode support
@ 2025-04-14 10:18 Andrew Cooper
  2025-04-14 10:18 ` [PATCH v2 1/7] Rename and adjust x86 containers Andrew Cooper
                   ` (6 more replies)
  0 siblings, 7 replies; 22+ messages in thread
From: Andrew Cooper @ 2025-04-14 10:18 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Anthony PERARD, Stefano Stabellini, Michal Orzel,
	Doug Goldstein, Marek Marczykowski-Górecki, Jason Andryuk,
	Daniel P . Smith

This series supersedes the others posted.  Only minor changes from before; see
patches for details.

See the companion Xen series for the testing using these new artefacts.

Andrew Cooper (7):
  Rename and adjust x86 containers
  Overhaul how Argo is built and packged
  Rework rootfs generation to make a cpio archive
  Shrink the rootfs substantially
  Adjust directory layout for rootfs.cpio.gz
  Provide an ARM64 rootfs too
  Package microcode for the x86 hardware runners

 .gitlab-ci.yml                                | 26 ++++-
 containerize                                  |  5 +-
 images/alpine/3.18-arm64-base.dockerfile      |  6 ++
 images/alpine/3.18-x86_64-base.dockerfile     |  6 ++
 ...ockerfile => 3.18-x86_64-build.dockerfile} | 35 ++++---
 images/alpine/x86_64-rootfs.dockerfile        |  4 -
 scripts/alpine-rootfs.sh                      | 95 +++++++++++++++++++
 scripts/build-argo.sh                         | 67 +++++++++++++
 scripts/build-linux.sh                        |  8 +-
 scripts/x86-microcode.sh                      | 42 ++++++++
 scripts/x86_64-rootfs-alpine.sh               | 60 ------------
 11 files changed, 272 insertions(+), 82 deletions(-)
 create mode 100644 images/alpine/3.18-arm64-base.dockerfile
 create mode 100644 images/alpine/3.18-x86_64-base.dockerfile
 rename images/alpine/{x86_64-build.dockerfile => 3.18-x86_64-build.dockerfile} (51%)
 delete mode 100644 images/alpine/x86_64-rootfs.dockerfile
 create mode 100755 scripts/alpine-rootfs.sh
 create mode 100755 scripts/build-argo.sh
 create mode 100755 scripts/x86-microcode.sh
 delete mode 100755 scripts/x86_64-rootfs-alpine.sh

-- 
2.39.5



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

end of thread, other threads:[~2025-04-16 10:21 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-14 10:18 [PATCH TEST-ARTEFACTS v2 0/7] Rootfs/argo cleanup and microcode support Andrew Cooper
2025-04-14 10:18 ` [PATCH v2 1/7] Rename and adjust x86 containers Andrew Cooper
2025-04-14 11:12   ` Marek Marczykowski-Górecki
2025-04-14 10:18 ` [PATCH v2 2/7] Overhaul how Argo is built and packged Andrew Cooper
2025-04-14 10:35   ` Marek Marczykowski-Górecki
2025-04-14 10:38     ` Andrew Cooper
2025-04-14 10:55   ` Daniel P. Smith
2025-04-15 23:48   ` Stefano Stabellini
2025-04-16 10:15     ` Andrew Cooper
2025-04-16 10:21       ` Marek Marczykowski-Górecki
2025-04-14 10:18 ` [PATCH v2 3/7] Rework rootfs generation to make a cpio archive Andrew Cooper
2025-04-14 11:15   ` Marek Marczykowski-Górecki
2025-04-14 10:18 ` [PATCH v2 4/7] Shrink the rootfs substantially Andrew Cooper
2025-04-14 11:25   ` Marek Marczykowski-Górecki
2025-04-14 11:35     ` Andrew Cooper
2025-04-14 11:52   ` [PATCH v2.1 " Andrew Cooper
2025-04-14 14:22     ` Marek Marczykowski-Górecki
2025-04-14 10:18 ` [PATCH v2 5/7] Adjust directory layout for rootfs.cpio.gz Andrew Cooper
2025-04-14 14:21   ` Marek Marczykowski-Górecki
2025-04-14 10:18 ` [PATCH v2 6/7] Provide an ARM64 rootfs too Andrew Cooper
2025-04-14 14:23   ` Marek Marczykowski-Górecki
2025-04-14 10:18 ` [PATCH v2 7/7] Package microcode for the x86 hardware runners 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.