From: Ian Campbell <ian.campbell@citrix.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: xen-devel@lists.xen.org
Subject: Re: [OSSTEST v6 10/24] distros: add support for installing Debian PV guests via d-i, flight and jobs
Date: Tue, 12 May 2015 16:40:48 +0100 [thread overview]
Message-ID: <1431445248.8263.187.camel@citrix.com> (raw)
In-Reply-To: <21842.7041.710082.685833@mariner.uk.xensource.com>
On Tue, 2015-05-12 at 16:25 +0100, Ian Jackson wrote:
> Ian Campbell writes ("[OSSTEST v6 10/24] distros: add support for installing Debian PV guests via d-i, flight and jobs"):
> > This patch introduces ts-debian-di-install which can install Debian
> > from a netboot (PXE) debian installer image. By default it installs
> > from the d-i image used by osstest (using the special Xen PV guest
> > enabled flavour where necessary) but it can also install the current
> > release versions from Squeeze onwards (up to and including Sid) and
> > the d-i daily builds. This is controlled by runvars {Guest}_diver =
> > osstest|current and {Guest}_dist = squeeze|...|sid. The resulting
> > guests boot the distro kernel using pygrub (pvgrub will follow).
>
> Shouldn't <GUEST>_dist be called <GUEST>_suite (which is probably
> already set in various places) ?
Hrm, yes I think so.
Note that "set in various places" doesn't help here since our aim is to
enumerate all the versions, not just use the one from the config. But I
can at least use consistent naming for sure.
> > The distros flights differ substantially from the existing flights.
> > Introduce make-distros-flight using the functionality previously
> > refactored into mfi-common. The new flight tests all versions of
> > Debian from Squeeze onward as an amd64, i386 and armhf guests (armhf
> > from Jessie onwards only) using the usual smoke tests.
>
> Do you have an output from mg-show-flight-runvars you could share with
> us ?
>From a random (bt fairly recent) adhoc flight 37300 (sorted by job
name). Looks like the results are still at
http://www.chiark.greenend.org.uk/~xensrcts/logs/37300/ too
NB this would be from the end of the series not this exact point.
build-amd64 arch amd64
build-amd64 enable_ovmf true
build-amd64 enable_xend false
build-amd64 enable_xsm false
build-amd64 host_hostflags share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
build-amd64-libvirt arch amd64
build-amd64-libvirt buildjob build-amd64
build-amd64-libvirt host_hostflags share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
build-amd64-libvirt revision_libvirt 63a368012df8009023dc63b2b2a58f1ca2668f97
build-amd64-libvirt tree_libvirt git://xenbits.xen.org/libvirt.git
build-amd64-libvirt tree_xen git://xenbits.xen.org/xen.git
build-amd64-pvops arch amd64
build-amd64-pvops host_hostflags share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
build-amd64-pvops kconfighow xen-enable-xen-config
build-amd64-pvops revision_linux 8a5f782c33c04ea5c9b3ca6fb32d6039e2e5c0c9
build-amd64-pvops revision_linuxfirmware c530a75c1e6a472b0eb9558310b518f0dfcd8860
build-amd64-pvops tree_linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git
build-amd64-pvops tree_linux git://xenbits.xen.org/linux-pvops.git
build-amd64-pvops treevcs_linux git
build-amd64 revision_ovmf
build-amd64 revision_qemu
build-amd64 revision_qemuu 727b998448e852a5e8eb570ac3a259ef62fbdacb
build-amd64 revision_seabios
build-amd64 revision_xen 123c7793797502b222300eb710cd3873dcca41ee
build-amd64 tree_ovmf
build-amd64 tree_qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git
build-amd64 tree_qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
build-amd64 tree_seabios
build-amd64 tree_xen git://xenbits.xen.org/xen.git
build-armhf arch armhf
build-armhf enable_ovmf true
build-armhf enable_xend false
build-armhf enable_xsm false
build-armhf host_hostflags share-build-wheezy-armhf,arch-armhf,suite-wheezy,purpose-build
build-armhf-libvirt arch armhf
build-armhf-libvirt buildjob build-armhf
build-armhf-libvirt host_hostflags share-build-wheezy-armhf,arch-armhf,suite-wheezy,purpose-build
build-armhf-libvirt revision_libvirt 63a368012df8009023dc63b2b2a58f1ca2668f97
build-armhf-libvirt tree_libvirt git://xenbits.xen.org/libvirt.git
build-armhf-libvirt tree_xen git://xenbits.xen.org/xen.git
build-armhf-pvops arch armhf
build-armhf-pvops host_hostflags share-build-wheezy-armhf,arch-armhf,suite-wheezy,purpose-build
build-armhf-pvops kconfighow xen-enable-xen-config
build-armhf-pvops kconfig_override_y CONFIG_EXT4_FS
build-armhf-pvops revision_linux ec18c9fc039971041d854e0d58551f1f1a32ff8f
build-armhf-pvops revision_linuxfirmware c530a75c1e6a472b0eb9558310b518f0dfcd8860
build-armhf-pvops tree_linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git
build-armhf-pvops tree_linux git://xenbits.xen.org/linux-pvops.git
build-armhf-pvops treevcs_linux git
build-armhf revision_ovmf
build-armhf revision_qemu
build-armhf revision_qemuu 727b998448e852a5e8eb570ac3a259ef62fbdacb
build-armhf revision_seabios
build-armhf revision_xen 123c7793797502b222300eb710cd3873dcca41ee
build-armhf tree_ovmf
build-armhf tree_qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git
build-armhf tree_qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
build-armhf tree_seabios
build-armhf tree_xen git://xenbits.xen.org/xen.git
build-i386 arch i386
build-i386 enable_ovmf true
build-i386 enable_xend false
build-i386 enable_xsm false
build-i386 host_hostflags share-build-wheezy-i386,arch-i386,suite-wheezy,purpose-build
build-i386-libvirt arch i386
build-i386-libvirt buildjob build-i386
build-i386-libvirt host_hostflags share-build-wheezy-i386,arch-i386,suite-wheezy,purpose-build
build-i386-libvirt revision_libvirt 63a368012df8009023dc63b2b2a58f1ca2668f97
build-i386-libvirt tree_libvirt git://xenbits.xen.org/libvirt.git
build-i386-libvirt tree_xen git://xenbits.xen.org/xen.git
build-i386-pvops arch i386
build-i386-pvops host_hostflags share-build-wheezy-i386,arch-i386,suite-wheezy,purpose-build
build-i386-pvops kconfighow xen-enable-xen-config
build-i386-pvops revision_linux 8a5f782c33c04ea5c9b3ca6fb32d6039e2e5c0c9
build-i386-pvops revision_linuxfirmware c530a75c1e6a472b0eb9558310b518f0dfcd8860
build-i386-pvops tree_linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git
build-i386-pvops tree_linux git://xenbits.xen.org/linux-pvops.git
build-i386-pvops treevcs_linux git
build-i386 revision_ovmf
build-i386 revision_qemu
build-i386 revision_qemuu 727b998448e852a5e8eb570ac3a259ef62fbdacb
build-i386 revision_seabios
build-i386 revision_xen 123c7793797502b222300eb710cd3873dcca41ee
build-i386 tree_ovmf
build-i386 tree_qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git
build-i386 tree_qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
build-i386 tree_seabios
build-i386 tree_xen git://xenbits.xen.org/xen.git
test-amd64-amd64-amd64-current-netinst-pygrub all_hostflags arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-amd64-amd64-current-netinst-pygrub arch amd64
test-amd64-amd64-amd64-current-netinst-pygrub buildjob build-amd64
test-amd64-amd64-amd64-current-netinst-pygrub debian_arch amd64
test-amd64-amd64-amd64-current-netinst-pygrub debian_bootloader pygrub
test-amd64-amd64-amd64-current-netinst-pygrub debian_cd current
test-amd64-amd64-amd64-current-netinst-pygrub debian_method netinst
test-amd64-amd64-amd64-current-netinst-pygrub kernbuildjob build-amd64-pvops
test-amd64-amd64-amd64-current-netinst-pygrub kernkind pvops
test-amd64-amd64-amd64-current-netinst-pygrub toolstack xl
test-amd64-amd64-amd64-current-netinst-pygrub xenbuildjob build-amd64
test-amd64-amd64-amd64-daily-netboot-pvgrub all_hostflags arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-amd64-amd64-daily-netboot-pvgrub arch amd64
test-amd64-amd64-amd64-daily-netboot-pvgrub buildjob build-amd64
test-amd64-amd64-amd64-daily-netboot-pvgrub debian_arch amd64
test-amd64-amd64-amd64-daily-netboot-pvgrub debian_bootloader pvgrub
test-amd64-amd64-amd64-daily-netboot-pvgrub debian_dist daily
test-amd64-amd64-amd64-daily-netboot-pvgrub debian_diver current
test-amd64-amd64-amd64-daily-netboot-pvgrub debian_method netboot
test-amd64-amd64-amd64-daily-netboot-pvgrub kernbuildjob build-amd64-pvops
test-amd64-amd64-amd64-daily-netboot-pvgrub kernkind pvops
test-amd64-amd64-amd64-daily-netboot-pvgrub toolstack xl
test-amd64-amd64-amd64-daily-netboot-pvgrub xenbuildjob build-amd64
test-amd64-amd64-amd64-jessie-netboot-pvgrub all_hostflags arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-amd64-amd64-jessie-netboot-pvgrub arch amd64
test-amd64-amd64-amd64-jessie-netboot-pvgrub buildjob build-amd64
test-amd64-amd64-amd64-jessie-netboot-pvgrub debian_arch amd64
test-amd64-amd64-amd64-jessie-netboot-pvgrub debian_bootloader pvgrub
test-amd64-amd64-amd64-jessie-netboot-pvgrub debian_dist jessie
test-amd64-amd64-amd64-jessie-netboot-pvgrub debian_diver current
test-amd64-amd64-amd64-jessie-netboot-pvgrub debian_method netboot
test-amd64-amd64-amd64-jessie-netboot-pvgrub kernbuildjob build-amd64-pvops
test-amd64-amd64-amd64-jessie-netboot-pvgrub kernkind pvops
test-amd64-amd64-amd64-jessie-netboot-pvgrub toolstack xl
test-amd64-amd64-amd64-jessie-netboot-pvgrub xenbuildjob build-amd64
test-amd64-amd64-amd64-sid-netboot-pygrub all_hostflags arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-amd64-amd64-sid-netboot-pygrub arch amd64
test-amd64-amd64-amd64-sid-netboot-pygrub buildjob build-amd64
test-amd64-amd64-amd64-sid-netboot-pygrub debian_arch amd64
test-amd64-amd64-amd64-sid-netboot-pygrub debian_bootloader pygrub
test-amd64-amd64-amd64-sid-netboot-pygrub debian_dist sid
test-amd64-amd64-amd64-sid-netboot-pygrub debian_diver current
test-amd64-amd64-amd64-sid-netboot-pygrub debian_method netboot
test-amd64-amd64-amd64-sid-netboot-pygrub kernbuildjob build-amd64-pvops
test-amd64-amd64-amd64-sid-netboot-pygrub kernkind pvops
test-amd64-amd64-amd64-sid-netboot-pygrub toolstack xl
test-amd64-amd64-amd64-sid-netboot-pygrub xenbuildjob build-amd64
test-amd64-amd64-amd64-squeeze-netboot-pygrub all_hostflags arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-amd64-amd64-squeeze-netboot-pygrub arch amd64
test-amd64-amd64-amd64-squeeze-netboot-pygrub buildjob build-amd64
test-amd64-amd64-amd64-squeeze-netboot-pygrub debian_arch amd64
test-amd64-amd64-amd64-squeeze-netboot-pygrub debian_bootloader pygrub
test-amd64-amd64-amd64-squeeze-netboot-pygrub debian_dist squeeze
test-amd64-amd64-amd64-squeeze-netboot-pygrub debian_diver current
test-amd64-amd64-amd64-squeeze-netboot-pygrub debian_method netboot
test-amd64-amd64-amd64-squeeze-netboot-pygrub kernbuildjob build-amd64-pvops
test-amd64-amd64-amd64-squeeze-netboot-pygrub kernkind pvops
test-amd64-amd64-amd64-squeeze-netboot-pygrub toolstack xl
test-amd64-amd64-amd64-squeeze-netboot-pygrub xenbuildjob build-amd64
test-amd64-amd64-amd64-weekly-netinst-pygrub all_hostflags arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-amd64-amd64-weekly-netinst-pygrub arch amd64
test-amd64-amd64-amd64-weekly-netinst-pygrub buildjob build-amd64
test-amd64-amd64-amd64-weekly-netinst-pygrub debian_arch amd64
test-amd64-amd64-amd64-weekly-netinst-pygrub debian_bootloader pygrub
test-amd64-amd64-amd64-weekly-netinst-pygrub debian_cd weekly
test-amd64-amd64-amd64-weekly-netinst-pygrub debian_method netinst
test-amd64-amd64-amd64-weekly-netinst-pygrub kernbuildjob build-amd64-pvops
test-amd64-amd64-amd64-weekly-netinst-pygrub kernkind pvops
test-amd64-amd64-amd64-weekly-netinst-pygrub toolstack xl
test-amd64-amd64-amd64-weekly-netinst-pygrub xenbuildjob build-amd64
test-amd64-amd64-amd64-wheezy-netboot-pvgrub all_hostflags arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-amd64-amd64-wheezy-netboot-pvgrub arch amd64
test-amd64-amd64-amd64-wheezy-netboot-pvgrub buildjob build-amd64
test-amd64-amd64-amd64-wheezy-netboot-pvgrub debian_arch amd64
test-amd64-amd64-amd64-wheezy-netboot-pvgrub debian_bootloader pvgrub
test-amd64-amd64-amd64-wheezy-netboot-pvgrub debian_dist wheezy
test-amd64-amd64-amd64-wheezy-netboot-pvgrub debian_diver current
test-amd64-amd64-amd64-wheezy-netboot-pvgrub debian_method netboot
test-amd64-amd64-amd64-wheezy-netboot-pvgrub kernbuildjob build-amd64-pvops
test-amd64-amd64-amd64-wheezy-netboot-pvgrub kernkind pvops
test-amd64-amd64-amd64-wheezy-netboot-pvgrub toolstack xl
test-amd64-amd64-amd64-wheezy-netboot-pvgrub xenbuildjob build-amd64
test-amd64-amd64-i386-current-netinst-pygrub all_hostflags arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-amd64-i386-current-netinst-pygrub arch amd64
test-amd64-amd64-i386-current-netinst-pygrub buildjob build-amd64
test-amd64-amd64-i386-current-netinst-pygrub debian_arch i386
test-amd64-amd64-i386-current-netinst-pygrub debian_bootloader pygrub
test-amd64-amd64-i386-current-netinst-pygrub debian_cd current
test-amd64-amd64-i386-current-netinst-pygrub debian_method netinst
test-amd64-amd64-i386-current-netinst-pygrub kernbuildjob build-amd64-pvops
test-amd64-amd64-i386-current-netinst-pygrub kernkind pvops
test-amd64-amd64-i386-current-netinst-pygrub toolstack xl
test-amd64-amd64-i386-current-netinst-pygrub xenbuildjob build-amd64
test-amd64-amd64-i386-daily-netboot-pygrub all_hostflags arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-amd64-i386-daily-netboot-pygrub arch amd64
test-amd64-amd64-i386-daily-netboot-pygrub buildjob build-amd64
test-amd64-amd64-i386-daily-netboot-pygrub debian_arch i386
test-amd64-amd64-i386-daily-netboot-pygrub debian_bootloader pygrub
test-amd64-amd64-i386-daily-netboot-pygrub debian_dist daily
test-amd64-amd64-i386-daily-netboot-pygrub debian_diver current
test-amd64-amd64-i386-daily-netboot-pygrub debian_method netboot
test-amd64-amd64-i386-daily-netboot-pygrub kernbuildjob build-amd64-pvops
test-amd64-amd64-i386-daily-netboot-pygrub kernkind pvops
test-amd64-amd64-i386-daily-netboot-pygrub toolstack xl
test-amd64-amd64-i386-daily-netboot-pygrub xenbuildjob build-amd64
test-amd64-amd64-i386-jessie-netboot-pygrub all_hostflags arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-amd64-i386-jessie-netboot-pygrub arch amd64
test-amd64-amd64-i386-jessie-netboot-pygrub buildjob build-amd64
test-amd64-amd64-i386-jessie-netboot-pygrub debian_arch i386
test-amd64-amd64-i386-jessie-netboot-pygrub debian_bootloader pygrub
test-amd64-amd64-i386-jessie-netboot-pygrub debian_dist jessie
test-amd64-amd64-i386-jessie-netboot-pygrub debian_diver current
test-amd64-amd64-i386-jessie-netboot-pygrub debian_method netboot
test-amd64-amd64-i386-jessie-netboot-pygrub kernbuildjob build-amd64-pvops
test-amd64-amd64-i386-jessie-netboot-pygrub kernkind pvops
test-amd64-amd64-i386-jessie-netboot-pygrub toolstack xl
test-amd64-amd64-i386-jessie-netboot-pygrub xenbuildjob build-amd64
test-amd64-amd64-i386-sid-netboot-pvgrub all_hostflags arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-amd64-i386-sid-netboot-pvgrub arch amd64
test-amd64-amd64-i386-sid-netboot-pvgrub buildjob build-amd64
test-amd64-amd64-i386-sid-netboot-pvgrub debian_arch i386
test-amd64-amd64-i386-sid-netboot-pvgrub debian_bootloader pvgrub
test-amd64-amd64-i386-sid-netboot-pvgrub debian_dist sid
test-amd64-amd64-i386-sid-netboot-pvgrub debian_diver current
test-amd64-amd64-i386-sid-netboot-pvgrub debian_method netboot
test-amd64-amd64-i386-sid-netboot-pvgrub kernbuildjob build-amd64-pvops
test-amd64-amd64-i386-sid-netboot-pvgrub kernkind pvops
test-amd64-amd64-i386-sid-netboot-pvgrub toolstack xl
test-amd64-amd64-i386-sid-netboot-pvgrub xenbuildjob build-amd64
test-amd64-amd64-i386-squeeze-netboot-pygrub all_hostflags arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-amd64-i386-squeeze-netboot-pygrub arch amd64
test-amd64-amd64-i386-squeeze-netboot-pygrub buildjob build-amd64
test-amd64-amd64-i386-squeeze-netboot-pygrub debian_arch i386
test-amd64-amd64-i386-squeeze-netboot-pygrub debian_bootloader pygrub
test-amd64-amd64-i386-squeeze-netboot-pygrub debian_dist squeeze
test-amd64-amd64-i386-squeeze-netboot-pygrub debian_diver current
test-amd64-amd64-i386-squeeze-netboot-pygrub debian_method netboot
test-amd64-amd64-i386-squeeze-netboot-pygrub kernbuildjob build-amd64-pvops
test-amd64-amd64-i386-squeeze-netboot-pygrub kernkind pvops
test-amd64-amd64-i386-squeeze-netboot-pygrub toolstack xl
test-amd64-amd64-i386-squeeze-netboot-pygrub xenbuildjob build-amd64
test-amd64-amd64-i386-weekly-netinst-pygrub all_hostflags arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-amd64-i386-weekly-netinst-pygrub arch amd64
test-amd64-amd64-i386-weekly-netinst-pygrub buildjob build-amd64
test-amd64-amd64-i386-weekly-netinst-pygrub debian_arch i386
test-amd64-amd64-i386-weekly-netinst-pygrub debian_bootloader pygrub
test-amd64-amd64-i386-weekly-netinst-pygrub debian_cd weekly
test-amd64-amd64-i386-weekly-netinst-pygrub debian_method netinst
test-amd64-amd64-i386-weekly-netinst-pygrub kernbuildjob build-amd64-pvops
test-amd64-amd64-i386-weekly-netinst-pygrub kernkind pvops
test-amd64-amd64-i386-weekly-netinst-pygrub toolstack xl
test-amd64-amd64-i386-weekly-netinst-pygrub xenbuildjob build-amd64
test-amd64-amd64-i386-wheezy-netboot-pygrub all_hostflags arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-amd64-i386-wheezy-netboot-pygrub arch amd64
test-amd64-amd64-i386-wheezy-netboot-pygrub buildjob build-amd64
test-amd64-amd64-i386-wheezy-netboot-pygrub debian_arch i386
test-amd64-amd64-i386-wheezy-netboot-pygrub debian_bootloader pygrub
test-amd64-amd64-i386-wheezy-netboot-pygrub debian_dist wheezy
test-amd64-amd64-i386-wheezy-netboot-pygrub debian_diver current
test-amd64-amd64-i386-wheezy-netboot-pygrub debian_method netboot
test-amd64-amd64-i386-wheezy-netboot-pygrub kernbuildjob build-amd64-pvops
test-amd64-amd64-i386-wheezy-netboot-pygrub kernkind pvops
test-amd64-amd64-i386-wheezy-netboot-pygrub toolstack xl
test-amd64-amd64-i386-wheezy-netboot-pygrub xenbuildjob build-amd64
test-amd64-i386-amd64-current-netinst-pygrub all_hostflags arch-i386,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-i386-amd64-current-netinst-pygrub arch i386
test-amd64-i386-amd64-current-netinst-pygrub buildjob build-i386
test-amd64-i386-amd64-current-netinst-pygrub debian_arch amd64
test-amd64-i386-amd64-current-netinst-pygrub debian_bootloader pygrub
test-amd64-i386-amd64-current-netinst-pygrub debian_cd current
test-amd64-i386-amd64-current-netinst-pygrub debian_method netinst
test-amd64-i386-amd64-current-netinst-pygrub kernbuildjob build-i386-pvops
test-amd64-i386-amd64-current-netinst-pygrub kernkind pvops
test-amd64-i386-amd64-current-netinst-pygrub toolstack xl
test-amd64-i386-amd64-current-netinst-pygrub xenbuildjob build-amd64
test-amd64-i386-amd64-daily-netboot-pygrub all_hostflags arch-i386,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-i386-amd64-daily-netboot-pygrub arch i386
test-amd64-i386-amd64-daily-netboot-pygrub buildjob build-i386
test-amd64-i386-amd64-daily-netboot-pygrub debian_arch amd64
test-amd64-i386-amd64-daily-netboot-pygrub debian_bootloader pygrub
test-amd64-i386-amd64-daily-netboot-pygrub debian_dist daily
test-amd64-i386-amd64-daily-netboot-pygrub debian_diver current
test-amd64-i386-amd64-daily-netboot-pygrub debian_method netboot
test-amd64-i386-amd64-daily-netboot-pygrub kernbuildjob build-i386-pvops
test-amd64-i386-amd64-daily-netboot-pygrub kernkind pvops
test-amd64-i386-amd64-daily-netboot-pygrub toolstack xl
test-amd64-i386-amd64-daily-netboot-pygrub xenbuildjob build-amd64
test-amd64-i386-amd64-jessie-netboot-pygrub all_hostflags arch-i386,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-i386-amd64-jessie-netboot-pygrub arch i386
test-amd64-i386-amd64-jessie-netboot-pygrub buildjob build-i386
test-amd64-i386-amd64-jessie-netboot-pygrub debian_arch amd64
test-amd64-i386-amd64-jessie-netboot-pygrub debian_bootloader pygrub
test-amd64-i386-amd64-jessie-netboot-pygrub debian_dist jessie
test-amd64-i386-amd64-jessie-netboot-pygrub debian_diver current
test-amd64-i386-amd64-jessie-netboot-pygrub debian_method netboot
test-amd64-i386-amd64-jessie-netboot-pygrub kernbuildjob build-i386-pvops
test-amd64-i386-amd64-jessie-netboot-pygrub kernkind pvops
test-amd64-i386-amd64-jessie-netboot-pygrub toolstack xl
test-amd64-i386-amd64-jessie-netboot-pygrub xenbuildjob build-amd64
test-amd64-i386-amd64-sid-netboot-pygrub all_hostflags arch-i386,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-i386-amd64-sid-netboot-pygrub arch i386
test-amd64-i386-amd64-sid-netboot-pygrub buildjob build-i386
test-amd64-i386-amd64-sid-netboot-pygrub debian_arch amd64
test-amd64-i386-amd64-sid-netboot-pygrub debian_bootloader pygrub
test-amd64-i386-amd64-sid-netboot-pygrub debian_dist sid
test-amd64-i386-amd64-sid-netboot-pygrub debian_diver current
test-amd64-i386-amd64-sid-netboot-pygrub debian_method netboot
test-amd64-i386-amd64-sid-netboot-pygrub kernbuildjob build-i386-pvops
test-amd64-i386-amd64-sid-netboot-pygrub kernkind pvops
test-amd64-i386-amd64-sid-netboot-pygrub toolstack xl
test-amd64-i386-amd64-sid-netboot-pygrub xenbuildjob build-amd64
test-amd64-i386-amd64-squeeze-netboot-pygrub all_hostflags arch-i386,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-i386-amd64-squeeze-netboot-pygrub arch i386
test-amd64-i386-amd64-squeeze-netboot-pygrub buildjob build-i386
test-amd64-i386-amd64-squeeze-netboot-pygrub debian_arch amd64
test-amd64-i386-amd64-squeeze-netboot-pygrub debian_bootloader pygrub
test-amd64-i386-amd64-squeeze-netboot-pygrub debian_dist squeeze
test-amd64-i386-amd64-squeeze-netboot-pygrub debian_diver current
test-amd64-i386-amd64-squeeze-netboot-pygrub debian_method netboot
test-amd64-i386-amd64-squeeze-netboot-pygrub kernbuildjob build-i386-pvops
test-amd64-i386-amd64-squeeze-netboot-pygrub kernkind pvops
test-amd64-i386-amd64-squeeze-netboot-pygrub toolstack xl
test-amd64-i386-amd64-squeeze-netboot-pygrub xenbuildjob build-amd64
test-amd64-i386-amd64-weekly-netinst-pygrub all_hostflags arch-i386,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-i386-amd64-weekly-netinst-pygrub arch i386
test-amd64-i386-amd64-weekly-netinst-pygrub buildjob build-i386
test-amd64-i386-amd64-weekly-netinst-pygrub debian_arch amd64
test-amd64-i386-amd64-weekly-netinst-pygrub debian_bootloader pygrub
test-amd64-i386-amd64-weekly-netinst-pygrub debian_cd weekly
test-amd64-i386-amd64-weekly-netinst-pygrub debian_method netinst
test-amd64-i386-amd64-weekly-netinst-pygrub kernbuildjob build-i386-pvops
test-amd64-i386-amd64-weekly-netinst-pygrub kernkind pvops
test-amd64-i386-amd64-weekly-netinst-pygrub toolstack xl
test-amd64-i386-amd64-weekly-netinst-pygrub xenbuildjob build-amd64
test-amd64-i386-amd64-wheezy-netboot-pygrub all_hostflags arch-i386,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-i386-amd64-wheezy-netboot-pygrub arch i386
test-amd64-i386-amd64-wheezy-netboot-pygrub buildjob build-i386
test-amd64-i386-amd64-wheezy-netboot-pygrub debian_arch amd64
test-amd64-i386-amd64-wheezy-netboot-pygrub debian_bootloader pygrub
test-amd64-i386-amd64-wheezy-netboot-pygrub debian_dist wheezy
test-amd64-i386-amd64-wheezy-netboot-pygrub debian_diver current
test-amd64-i386-amd64-wheezy-netboot-pygrub debian_method netboot
test-amd64-i386-amd64-wheezy-netboot-pygrub kernbuildjob build-i386-pvops
test-amd64-i386-amd64-wheezy-netboot-pygrub kernkind pvops
test-amd64-i386-amd64-wheezy-netboot-pygrub toolstack xl
test-amd64-i386-amd64-wheezy-netboot-pygrub xenbuildjob build-amd64
test-amd64-i386-i386-current-netinst-pygrub all_hostflags arch-i386,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-i386-i386-current-netinst-pygrub arch i386
test-amd64-i386-i386-current-netinst-pygrub buildjob build-i386
test-amd64-i386-i386-current-netinst-pygrub debian_arch i386
test-amd64-i386-i386-current-netinst-pygrub debian_bootloader pygrub
test-amd64-i386-i386-current-netinst-pygrub debian_cd current
test-amd64-i386-i386-current-netinst-pygrub debian_method netinst
test-amd64-i386-i386-current-netinst-pygrub kernbuildjob build-i386-pvops
test-amd64-i386-i386-current-netinst-pygrub kernkind pvops
test-amd64-i386-i386-current-netinst-pygrub toolstack xl
test-amd64-i386-i386-current-netinst-pygrub xenbuildjob build-amd64
test-amd64-i386-i386-daily-netboot-pvgrub all_hostflags arch-i386,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-i386-i386-daily-netboot-pvgrub arch i386
test-amd64-i386-i386-daily-netboot-pvgrub buildjob build-i386
test-amd64-i386-i386-daily-netboot-pvgrub debian_arch i386
test-amd64-i386-i386-daily-netboot-pvgrub debian_bootloader pvgrub
test-amd64-i386-i386-daily-netboot-pvgrub debian_dist daily
test-amd64-i386-i386-daily-netboot-pvgrub debian_diver current
test-amd64-i386-i386-daily-netboot-pvgrub debian_method netboot
test-amd64-i386-i386-daily-netboot-pvgrub kernbuildjob build-i386-pvops
test-amd64-i386-i386-daily-netboot-pvgrub kernkind pvops
test-amd64-i386-i386-daily-netboot-pvgrub toolstack xl
test-amd64-i386-i386-daily-netboot-pvgrub xenbuildjob build-amd64
test-amd64-i386-i386-jessie-netboot-pvgrub all_hostflags arch-i386,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-i386-i386-jessie-netboot-pvgrub arch i386
test-amd64-i386-i386-jessie-netboot-pvgrub buildjob build-i386
test-amd64-i386-i386-jessie-netboot-pvgrub debian_arch i386
test-amd64-i386-i386-jessie-netboot-pvgrub debian_bootloader pvgrub
test-amd64-i386-i386-jessie-netboot-pvgrub debian_dist jessie
test-amd64-i386-i386-jessie-netboot-pvgrub debian_diver current
test-amd64-i386-i386-jessie-netboot-pvgrub debian_method netboot
test-amd64-i386-i386-jessie-netboot-pvgrub kernbuildjob build-i386-pvops
test-amd64-i386-i386-jessie-netboot-pvgrub kernkind pvops
test-amd64-i386-i386-jessie-netboot-pvgrub toolstack xl
test-amd64-i386-i386-jessie-netboot-pvgrub xenbuildjob build-amd64
test-amd64-i386-i386-sid-netboot-pygrub all_hostflags arch-i386,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-i386-i386-sid-netboot-pygrub arch i386
test-amd64-i386-i386-sid-netboot-pygrub buildjob build-i386
test-amd64-i386-i386-sid-netboot-pygrub debian_arch i386
test-amd64-i386-i386-sid-netboot-pygrub debian_bootloader pygrub
test-amd64-i386-i386-sid-netboot-pygrub debian_dist sid
test-amd64-i386-i386-sid-netboot-pygrub debian_diver current
test-amd64-i386-i386-sid-netboot-pygrub debian_method netboot
test-amd64-i386-i386-sid-netboot-pygrub kernbuildjob build-i386-pvops
test-amd64-i386-i386-sid-netboot-pygrub kernkind pvops
test-amd64-i386-i386-sid-netboot-pygrub toolstack xl
test-amd64-i386-i386-sid-netboot-pygrub xenbuildjob build-amd64
test-amd64-i386-i386-squeeze-netboot-pygrub all_hostflags arch-i386,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-i386-i386-squeeze-netboot-pygrub arch i386
test-amd64-i386-i386-squeeze-netboot-pygrub buildjob build-i386
test-amd64-i386-i386-squeeze-netboot-pygrub debian_arch i386
test-amd64-i386-i386-squeeze-netboot-pygrub debian_bootloader pygrub
test-amd64-i386-i386-squeeze-netboot-pygrub debian_dist squeeze
test-amd64-i386-i386-squeeze-netboot-pygrub debian_diver current
test-amd64-i386-i386-squeeze-netboot-pygrub debian_method netboot
test-amd64-i386-i386-squeeze-netboot-pygrub kernbuildjob build-i386-pvops
test-amd64-i386-i386-squeeze-netboot-pygrub kernkind pvops
test-amd64-i386-i386-squeeze-netboot-pygrub toolstack xl
test-amd64-i386-i386-squeeze-netboot-pygrub xenbuildjob build-amd64
test-amd64-i386-i386-weekly-netinst-pygrub all_hostflags arch-i386,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-i386-i386-weekly-netinst-pygrub arch i386
test-amd64-i386-i386-weekly-netinst-pygrub buildjob build-i386
test-amd64-i386-i386-weekly-netinst-pygrub debian_arch i386
test-amd64-i386-i386-weekly-netinst-pygrub debian_bootloader pygrub
test-amd64-i386-i386-weekly-netinst-pygrub debian_cd weekly
test-amd64-i386-i386-weekly-netinst-pygrub debian_method netinst
test-amd64-i386-i386-weekly-netinst-pygrub kernbuildjob build-i386-pvops
test-amd64-i386-i386-weekly-netinst-pygrub kernkind pvops
test-amd64-i386-i386-weekly-netinst-pygrub toolstack xl
test-amd64-i386-i386-weekly-netinst-pygrub xenbuildjob build-amd64
test-amd64-i386-i386-wheezy-netboot-pvgrub all_hostflags arch-i386,arch-xen-amd64,suite-wheezy,purpose-test
test-amd64-i386-i386-wheezy-netboot-pvgrub arch i386
test-amd64-i386-i386-wheezy-netboot-pvgrub buildjob build-i386
test-amd64-i386-i386-wheezy-netboot-pvgrub debian_arch i386
test-amd64-i386-i386-wheezy-netboot-pvgrub debian_bootloader pvgrub
test-amd64-i386-i386-wheezy-netboot-pvgrub debian_dist wheezy
test-amd64-i386-i386-wheezy-netboot-pvgrub debian_diver current
test-amd64-i386-i386-wheezy-netboot-pvgrub debian_method netboot
test-amd64-i386-i386-wheezy-netboot-pvgrub kernbuildjob build-i386-pvops
test-amd64-i386-i386-wheezy-netboot-pvgrub kernkind pvops
test-amd64-i386-i386-wheezy-netboot-pvgrub toolstack xl
test-amd64-i386-i386-wheezy-netboot-pvgrub xenbuildjob build-amd64
test-armhf-armhf-armhf-daily-netboot-pygrub all_hostflags arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test
test-armhf-armhf-armhf-daily-netboot-pygrub arch armhf
test-armhf-armhf-armhf-daily-netboot-pygrub buildjob build-armhf
test-armhf-armhf-armhf-daily-netboot-pygrub debian_arch armhf
test-armhf-armhf-armhf-daily-netboot-pygrub debian_bootloader pygrub
test-armhf-armhf-armhf-daily-netboot-pygrub debian_dist daily
test-armhf-armhf-armhf-daily-netboot-pygrub debian_diver current
test-armhf-armhf-armhf-daily-netboot-pygrub debian_method netboot
test-armhf-armhf-armhf-daily-netboot-pygrub kernbuildjob build-armhf-pvops
test-armhf-armhf-armhf-daily-netboot-pygrub kernkind pvops
test-armhf-armhf-armhf-daily-netboot-pygrub toolstack xl
test-armhf-armhf-armhf-daily-netboot-pygrub xenbuildjob build-armhf
test-armhf-armhf-armhf-jessie-netboot-pygrub all_hostflags arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test
test-armhf-armhf-armhf-jessie-netboot-pygrub arch armhf
test-armhf-armhf-armhf-jessie-netboot-pygrub buildjob build-armhf
test-armhf-armhf-armhf-jessie-netboot-pygrub debian_arch armhf
test-armhf-armhf-armhf-jessie-netboot-pygrub debian_bootloader pygrub
test-armhf-armhf-armhf-jessie-netboot-pygrub debian_dist jessie
test-armhf-armhf-armhf-jessie-netboot-pygrub debian_diver current
test-armhf-armhf-armhf-jessie-netboot-pygrub debian_method netboot
test-armhf-armhf-armhf-jessie-netboot-pygrub kernbuildjob build-armhf-pvops
test-armhf-armhf-armhf-jessie-netboot-pygrub kernkind pvops
test-armhf-armhf-armhf-jessie-netboot-pygrub toolstack xl
test-armhf-armhf-armhf-jessie-netboot-pygrub xenbuildjob build-armhf
test-armhf-armhf-armhf-sid-netboot-pygrub all_hostflags arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test
test-armhf-armhf-armhf-sid-netboot-pygrub arch armhf
test-armhf-armhf-armhf-sid-netboot-pygrub buildjob build-armhf
test-armhf-armhf-armhf-sid-netboot-pygrub debian_arch armhf
test-armhf-armhf-armhf-sid-netboot-pygrub debian_bootloader pygrub
test-armhf-armhf-armhf-sid-netboot-pygrub debian_dist sid
test-armhf-armhf-armhf-sid-netboot-pygrub debian_diver current
test-armhf-armhf-armhf-sid-netboot-pygrub debian_method netboot
test-armhf-armhf-armhf-sid-netboot-pygrub kernbuildjob build-armhf-pvops
test-armhf-armhf-armhf-sid-netboot-pygrub kernkind pvops
test-armhf-armhf-armhf-sid-netboot-pygrub toolstack xl
test-armhf-armhf-armhf-sid-netboot-pygrub xenbuildjob build-armhf
next prev parent reply other threads:[~2015-05-12 15:40 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-06 9:46 [PATCH OSSTEST v5 00/24] add distro domU testing flight Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 01/24] TestSupport: Add helper to fetch a URL on a host Ian Campbell
2015-05-12 15:08 ` Ian Jackson
2015-05-12 15:17 ` Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 02/24] TestSupport: allow caller of prepareguest_part_xencfg to specify viftype Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 03/24] create_webfile: Support use with guests as well as hosts Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 04/24] Debian: refactor code to add preseed commands to the preseed file Ian Campbell
2015-05-12 15:11 ` Ian Jackson
2015-05-06 9:56 ` [OSSTEST v6 05/24] Debian: refactor preseeding of .ssh directories Ian Campbell
2015-05-12 15:13 ` Ian Jackson
2015-05-06 9:56 ` [OSSTEST v6 06/24] Debian: Refactor installation of overlays, so it can be used for guests too Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 07/24] Debian: add preseed_create_guest helper Ian Campbell
2015-05-12 15:16 ` Ian Jackson
2015-05-12 15:22 ` Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 08/24] ts-debian-hvm-install: Only apply EFI workaround for Wheezy Ian Campbell
2015-05-12 15:17 ` Ian Jackson
2015-05-06 9:56 ` [OSSTEST v6 09/24] make-flight: Handle $BUILD_LVEXTEND_MAX in mfi-common:create_build_jobs() Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 10/24] distros: add support for installing Debian PV guests via d-i, flight and jobs Ian Campbell
2015-05-12 15:25 ` Ian Jackson
2015-05-12 15:40 ` Ian Campbell [this message]
2015-05-12 16:08 ` Ian Jackson
2015-05-06 9:56 ` [OSSTEST v6 11/24] distros: support booting Debian PV (d-i installed) guests with pvgrub Ian Campbell
2015-05-12 15:32 ` Ian Jackson
2015-05-06 9:56 ` [OSSTEST v6 12/24] distros: Support pvgrub for Wheezy too Ian Campbell
2015-05-12 15:35 ` Ian Jackson
2015-05-12 15:49 ` Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 13/24] distros: support PV guest install from Debian netinst media Ian Campbell
2015-05-12 15:52 ` Ian Jackson
2015-05-12 16:14 ` Ian Jackson
2015-05-13 9:16 ` Ian Campbell
2015-05-13 9:06 ` Ian Campbell
2015-05-14 18:01 ` Ian Jackson
2015-05-15 8:58 ` Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 14/24] Test pygrub and pvgrub on the regular flights Ian Campbell
2015-05-12 15:54 ` Ian Jackson
2015-05-13 9:11 ` Ian Campbell
2015-05-14 17:58 ` Ian Jackson
2015-05-06 9:56 ` [OSSTEST v6 15/24] distros: add branch infrastructure Ian Campbell
2015-05-12 16:03 ` Ian Jackson
2015-05-13 9:12 ` Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 16/24] distros: Run a flight over the weekend Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 17/24] Debian: Handle lack of bootloader support in d-i on ARM Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 18/24] ts-debian-di-install: Refactor root_disk specification Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 19/24] make-flight: refactor PV debian tests Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 20/24] Add testing of non-LVM/phy disk backends Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 21/24] mfi-common: Allow make-*flight to filter the set of build jobs to include Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 22/24] make-distros-flight: don't bother building for XSM Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 23/24] distros: email only me on play flights Ian Campbell
2015-05-06 9:56 ` [OSSTEST v6 24/24] ts-debian-di-install: Use ftp.debian.org directly Ian Campbell
2015-05-06 9:57 ` [PATCH OSSTEST v5 00/24] add distro domU testing flight Ian Campbell
2015-05-12 16:06 ` Ian Jackson
2015-05-13 9:19 ` Ian Campbell
2015-05-13 16:09 ` Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1431445248.8263.187.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.