All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH 00/36] Switch to Debian Bookworm
@ 2024-03-18 16:55 Anthony PERARD
  2024-03-18 16:55 ` [OSSTEST PATCH 01/36] production-config: Add bookworm debian install media filename Anthony PERARD
                   ` (38 more replies)
  0 siblings, 39 replies; 53+ messages in thread
From: Anthony PERARD @ 2024-03-18 16:55 UTC (permalink / raw)
  To: xen-devel; +Cc: Roger Pau Monne

Patch series available in this git branch:
https://xenbits.xen.org/git-http/people/aperard/osstest.git br.bookworm-v1

Hi,

I intend to push this series in two waves.

First, push up to commit "Temporally switch "qemu-mainline" branch to
Bookworm". This is to test that osstest still works fine if we need to use
"buster" for a branch. Also upstream QEMU doesn't build on buster anymore, so
I've included a commit to use bookworm for it.

Second, push the remaning two patches, at least a week later, which will switch
the default debian suite.

I did run many tests, but hopefully nothing breaks.

Cheers,

Anthony PERARD (36):
  production-config: Add bookworm debian install media filename
  ts-xen-build-prep: Only force git protocol v2 on buster
  mgi-common: Fix fetch_debian_package error message
  mg-debian-installer-update: Download non-free firmware from new repo.
  ts-host-install: fix ntp.conf path on bookworm
  ts-host-install: fix ntp server setting
  ts-host-install: Restart ntp service
  preseed_create: Use new "d-i grub-installer/update-nvram" for UEFI
    installation
  preseed_create: osstest-erase-other-disks: workaround creating
    /dev/sdXD files
  preseed_create: Workaround fail grub-install on arndale
  ts-host-install,preseed_create: Do lvm vgextend at install time
  di_installcmdline_core: Add link_wait_timeout to install cmdline
  Disable persistent net generator on Bookworm
  preseed_base, ts-host-install: Change NIC NamePolicy to "mac"
  ts-xen-build-prep: Change package selection for Bookworm
  bl_getmenu_open: Read grub.cfg as root
  target_editfile: Use the same user to retrieve and send
  ts-xen-install: remove "libc6-xen" package installation
  overlay-bookworm: Import grub's 20_linux_xen from Debian Bookworm
  overlay-bookworm: 20_linux_xen: Fix XSM entries generation
  ts-xtf-install: Install python symlink
  setupboot_grub2: Parse arm64 uefi grub verbes
  bookworm: Extend ARM clock workaround
  ts-nested-setup, setup l1 lvm volume groupe in guest
  ts-leak-check: add new name for udevd workers
  ts-debian-hvm-install: Allow udev failure in install media
  ts-debian-fixup: Fix nic names for bookworm
  ts-debian-install: keep avoiding to use pygrub
  ts-debian-hvm-install: Increase min guest ram size
  bookworm: Extend guest bootloader workaround
  ts-debian-*-install: Replace dots in hostnames by dashs
  ts-xen-install: Fix bridge setup, ask to copy MAC addr
  make-flight: Keep using buster for L2 guest in nested tests
  Temporally switch "qemu-mainline" branch to Bookworm
  Switch to Debian Bookworm as default suite
  make-hosts-flight: default to bookworm

 Osstest.pm                               |   2 +-
 Osstest/Debian.pm                        |  92 +++++-
 Osstest/TestSupport.pm                   |   4 +-
 make-flight                              |  16 +-
 make-hosts-flight                        |   2 +-
 mfi-common                               |   5 +-
 mg-debian-installer-update               |   9 +-
 mgi-common                               |   2 +-
 overlay-bookworm/etc/grub.d/20_linux_xen | 379 +++++++++++++++++++++++
 production-config                        |   2 +
 ts-debian-di-install                     |   4 +-
 ts-debian-fixup                          |  15 +
 ts-debian-hvm-install                    |  21 +-
 ts-debian-install                        |  17 +-
 ts-host-install                          |  42 ++-
 ts-leak-check                            |   1 +
 ts-nested-setup                          |  10 +-
 ts-xen-build-prep                        |  10 +-
 ts-xen-install                           |   5 +-
 ts-xtf-install                           |   6 +
 20 files changed, 591 insertions(+), 53 deletions(-)
 create mode 100755 overlay-bookworm/etc/grub.d/20_linux_xen

-- 
Anthony PERARD



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

end of thread, other threads:[~2024-04-19  8:50 UTC | newest]

Thread overview: 53+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-18 16:55 [OSSTEST PATCH 00/36] Switch to Debian Bookworm Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 01/36] production-config: Add bookworm debian install media filename Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 02/36] ts-xen-build-prep: Only force git protocol v2 on buster Anthony PERARD
2024-03-20 15:20   ` Roger Pau Monné
2024-03-20 16:34     ` Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 03/36] mgi-common: Fix fetch_debian_package error message Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 04/36] mg-debian-installer-update: Download non-free firmware from new repo Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 05/36] ts-host-install: fix ntp.conf path on bookworm Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 06/36] ts-host-install: fix ntp server setting Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 07/36] ts-host-install: Restart ntp service Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 08/36] preseed_create: Use new "d-i grub-installer/update-nvram" for UEFI installation Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 09/36] preseed_create: osstest-erase-other-disks: workaround creating /dev/sdXD files Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 10/36] preseed_create: Workaround fail grub-install on arndale Anthony PERARD
2024-03-20 16:38   ` Roger Pau Monné
2024-03-26 12:28     ` Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 11/36] ts-host-install,preseed_create: Do lvm vgextend at install time Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 12/36] di_installcmdline_core: Add link_wait_timeout to install cmdline Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 13/36] Disable persistent net generator on Bookworm Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 14/36] preseed_base, ts-host-install: Change NIC NamePolicy to "mac" Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 15/36] ts-xen-build-prep: Change package selection for Bookworm Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 16/36] bl_getmenu_open: Read grub.cfg as root Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 17/36] target_editfile: Use the same user to retrieve and send Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 18/36] ts-xen-install: remove "libc6-xen" package installation Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 19/36] overlay-bookworm: Import grub's 20_linux_xen from Debian Bookworm Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 20/36] overlay-bookworm: 20_linux_xen: Fix XSM entries generation Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 21/36] ts-xtf-install: Install python symlink Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 22/36] setupboot_grub2: Parse arm64 uefi grub verbes Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 23/36] bookworm: Extend ARM clock workaround Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 24/36] ts-nested-setup, setup l1 lvm volume groupe in guest Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 25/36] ts-leak-check: add new name for udevd workers Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 26/36] ts-debian-hvm-install: Allow udev failure in install media Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 27/36] ts-debian-fixup: Fix nic names for bookworm Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 28/36] ts-debian-install: keep avoiding to use pygrub Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 29/36] ts-debian-hvm-install: Increase min guest ram size Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 30/36] bookworm: Extend guest bootloader workaround Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 31/36] ts-debian-*-install: Replace dots in hostnames by dashs Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 32/36] ts-xen-install: Fix bridge setup, ask to copy MAC addr Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 33/36] make-flight: Keep using buster for L2 guest in nested tests Anthony PERARD
2024-03-20 17:24   ` Roger Pau Monné
2024-03-26 12:36     ` Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 34/36] Temporally switch "qemu-mainline" branch to Bookworm Anthony PERARD
2024-03-20 17:25   ` Roger Pau Monné
2024-03-26 12:30     ` Anthony PERARD
2024-03-18 16:55 ` [OSSTEST PATCH 35/36] Switch to Debian Bookworm as default suite Anthony PERARD
2024-03-20 17:26   ` Roger Pau Monné
2024-03-18 16:55 ` [OSSTEST PATCH 36/36] make-hosts-flight: default to bookworm Anthony PERARD
2024-03-20 17:28 ` [OSSTEST PATCH 00/36] Switch to Debian Bookworm Roger Pau Monné
2024-03-28 17:54 ` Anthony PERARD
2024-04-05 15:54   ` Anthony PERARD
2024-04-08  9:29     ` Anthony PERARD
2024-04-19  8:34       ` Anthony PERARD
2024-04-19  8:50         ` Roger Pau Monné
2024-04-02 10:08 ` [OSSTEST PATCH 37/36] production-config: Set Bookworm's debian-installer version Anthony PERARD

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.