All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH 00/16] Upgrade to Stretch
@ 2017-10-20 10:38 Wei Liu
  2017-10-20 10:38 ` [OSSTEST PATCH 01/16] XXX add a stretch config based on production-config Wei Liu
                   ` (17 more replies)
  0 siblings, 18 replies; 47+ messages in thread
From: Wei Liu @ 2017-10-20 10:38 UTC (permalink / raw)
  To: Xen-devel; +Cc: ian.jackson, Julien Grall, Wei Liu

Hi all

This series upgrades osstest to Debian Strech, which aims to:

1. Keep osstest up-to-date.
2. Enable us to collect aggregate gcov data (depends on newer gcc in Stretch).
3. Enable us to run (yet to be implemented) hypervisor fuzzer in the (distant)
   future (depends on newer gcc in Stretch).

There are a few issues:

1. Debian stock kernel has a bug that causes local migration fails.
2. Hosts merlot* don't work well even without xen:
   2.1 Sometimes they don't boot after debian-install.
   2.2 Sometimes they stall when installing packages, causing tests to time out.
   These aren't really related to Stretch.
3. The unstability with Arndale boards' nic is more prominent. Or worse -- they
   have become completely unusable. I don't have enough data yet. We might
   need to work around this, but I'm not sure how to do that yet.
4. Pvgrub1 won't work due to it is bitrot and can't deal with ext4 fs with
   64bit enabled.
5. Osstest currently doesn't have any ARM64 boxes, so I'm not sure if they
   will require any fixes.
6. Rumprun doesn't build due to its build system can't cope. This should be
   fixed in rumprun.

I have taken the following measures:

1. Mark merlot* unsuitable for Stretch (!suite-stretch) to avoid false
   positives during development.
2. Drop pvgrub1 tests.

Example flight:
http://logs.test-lab.xenproject.org/osstest/logs/114769/

Wei.

Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Julien Grall <julien.grall@arm.com>

Wei Liu (16):
  XXX add a stretch config based on production-config
  gitignore: ignore vim swap file
  ts-xen-build-prep: don't install w3c-dtd-xhtml for Stretch onward
  ts-xen-build-prep: install packages for stretch
  mg-debian-installer-update-all: put quotes around arguments
  ts-xen-install: install some packages on stretch
  Debian.pm: use sysvinit-core on stretch
  ts-leak-check: suppress systemd-shim, which leaks in stretch
  ts-host-install: don't use the new nic naming scheme
  ts-debian-fixup: remove extra= before appending our own
  ts-debian-fixup: use correct resume device
  make-flight: don't test pvgrub for Xen XXX
  ts-debian-hvm-install: disable new nic naming scheme
  ts-xen-build-prep: install e2fslibs-dev
  TestSupport: add dpkg option when installing packages
  ts-guests-nbd-mirror: make it work with stretch

 .gitignore                     |   1 +
 Osstest/Debian.pm              |   2 +-
 Osstest/TestSupport.pm         |   3 +-
 make-flight                    |  17 +++-
 mg-debian-installer-update     |   2 +-
 mg-debian-installer-update-all |   2 +-
 production-config-stretch      | 173 +++++++++++++++++++++++++++++++++++++++++
 ts-debian-fixup                |  14 ++++
 ts-debian-hvm-install          |  12 +++
 ts-guests-nbd-mirror           |  47 ++++++++++-
 ts-host-install                |   4 +
 ts-leak-check                  |   1 +
 ts-xen-build-prep              |  15 +++-
 ts-xen-install                 |   3 +
 14 files changed, 286 insertions(+), 10 deletions(-)
 create mode 100644 production-config-stretch

-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-10-25 16:36 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-20 10:38 [OSSTEST PATCH 00/16] Upgrade to Stretch Wei Liu
2017-10-20 10:38 ` [OSSTEST PATCH 01/16] XXX add a stretch config based on production-config Wei Liu
2017-10-20 10:54   ` Ian Jackson
2017-10-20 11:17     ` Wei Liu
2017-10-20 10:38 ` [OSSTEST PATCH 02/16] gitignore: ignore vim swap file Wei Liu
2017-10-20 10:53   ` Ian Jackson
2017-10-20 10:38 ` [OSSTEST PATCH 03/16] ts-xen-build-prep: don't install w3c-dtd-xhtml for Stretch onward Wei Liu
2017-10-20 10:50   ` Ian Jackson
2017-10-20 11:37     ` Wei Liu
2017-10-20 10:38 ` [OSSTEST PATCH 04/16] ts-xen-build-prep: install packages for stretch Wei Liu
2017-10-20 10:50   ` Ian Jackson
2017-10-20 10:38 ` [OSSTEST PATCH 05/16] mg-debian-installer-update-all: put quotes around arguments Wei Liu
2017-10-20 10:56   ` Ian Jackson
2017-10-20 10:38 ` [OSSTEST PATCH 06/16] ts-xen-install: install some packages on stretch Wei Liu
2017-10-20 10:38 ` [OSSTEST PATCH 07/16] Debian.pm: use sysvinit-core " Wei Liu
2017-10-20 10:57   ` Ian Jackson
2017-10-20 10:38 ` [OSSTEST PATCH 08/16] ts-leak-check: suppress systemd-shim, which leaks in stretch Wei Liu
2017-10-20 10:58   ` Ian Jackson
2017-10-20 10:38 ` [OSSTEST PATCH 09/16] ts-host-install: don't use the new nic naming scheme Wei Liu
2017-10-20 10:58   ` Ian Jackson
2017-10-20 10:38 ` [OSSTEST PATCH 10/16] ts-debian-fixup: remove extra= before appending our own Wei Liu
2017-10-20 11:03   ` Ian Jackson
2017-10-20 11:15     ` Wei Liu
2017-10-20 12:52       ` Ian Jackson
2017-10-20 13:09         ` Wei Liu
2017-10-20 10:38 ` [OSSTEST PATCH 11/16] ts-debian-fixup: use correct resume device Wei Liu
2017-10-20 11:05   ` Ian Jackson
2017-10-20 11:14     ` Wei Liu
2017-10-20 12:35       ` Ian Jackson
2017-10-20 13:17         ` Wei Liu
2017-10-20 13:20           ` Ian Jackson
2017-10-20 13:36             ` Wei Liu
2017-10-20 13:42               ` Ian Jackson
2017-10-20 14:56                 ` Wei Liu
2017-10-20 15:10                   ` Ian Jackson
2017-10-20 15:36                     ` Wei Liu
2017-10-20 10:38 ` [OSSTEST PATCH 12/16] make-flight: don't test pvgrub for Xen XXX Wei Liu
2017-10-20 10:38 ` [OSSTEST PATCH 13/16] ts-debian-hvm-install: disable new nic naming scheme Wei Liu
2017-10-20 11:01   ` Ian Jackson
2017-10-20 10:38 ` [OSSTEST PATCH 14/16] ts-xen-build-prep: install e2fslibs-dev Wei Liu
2017-10-20 10:38 ` [OSSTEST PATCH 15/16] TestSupport: add dpkg option when installing packages Wei Liu
2017-10-20 10:38 ` [OSSTEST PATCH 16/16] ts-guests-nbd-mirror: make it work with stretch Wei Liu
2017-10-20 11:09   ` Ian Jackson
2017-10-20 11:24     ` Wei Liu
2017-10-20 11:31       ` Wei Liu
2017-10-25 13:41 ` [OSSTEST PATCH 00/16] Upgrade to Stretch Wei Liu
2017-10-25 16:36 ` Wei Liu

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.