From: Boris Ostrovsky <boris.ostrovsky@oracle.com>
To: osstest service owner <osstest-admin@xenproject.org>,
xen-devel@lists.xensource.com,
Ian Jackson <ian.jackson@eu.citrix.com>
Subject: Re: [linux-linus test] 106009: regressions - trouble: blocked/broken/fail/pass
Date: Fri, 24 Feb 2017 09:34:30 -0500 [thread overview]
Message-ID: <acf47736-3c23-50fc-3022-e28d09c1f63b@oracle.com> (raw)
In-Reply-To: <osstest-106009-mainreport@xen.org>
On 02/23/2017 08:20 PM, osstest service owner wrote:
> flight 106009 linux-linus real [real]
> http://logs.test-lab.xenproject.org/osstest/logs/106009/
>
> Regressions :-(
>
> Tests which did not succeed and are blocking,
> including tests which could not be run:
> test-amd64-i386-xl-qemuu-ovmf-amd64 3 host-install(3) broken REGR. vs. 59254
> test-amd64-i386-xl-qemut-debianhvm-amd64 3 host-install(3) broken REGR. vs. 59254
> test-amd64-amd64-xl-pvh-intel 11 guest-start fail REGR. vs. 59254
Ian,
Can you change PVH test to use
device_model_version="none"
instead of
pvh=1
I think this needs something like
diff --git a/make-flight b/make-flight
index f513b80..604b96b 100755
--- a/make-flight
+++ b/make-flight
@@ -646,7 +646,7 @@ test_matrix_do_one () {
*) test_xend=n ;;
esac
- # PVH tests for versions >= 4.5 only
+ # PVH tests for versions >= 4.9 only
case "$xenbranch" in
xen-3.*-testing) test_pvh=n ;;
xen-4.0-testing) test_pvh=n ;;
@@ -654,6 +654,10 @@ test_matrix_do_one () {
xen-4.2-testing) test_pvh=n ;;
xen-4.3-testing) test_pvh=n ;;
xen-4.4-testing) test_pvh=n ;;
+ xen-4.5-testing) test_pvh=n ;;
+ xen-4.6-testing) test_pvh=n ;;
+ xen-4.7-testing) test_pvh=n ;;
+ xen-4.8-testing) test_pvh=n ;;
*) test_pvh=y ;;
esac
@@ -738,7 +742,7 @@ test_matrix_do_one () {
# which would need looking at.
fi
- if [ x$test_pvh = xy -a $xenarch = amd64 -a $dom0arch = amd64 ]; then
+ if [ x$test_pvh = xy -a $xenarch = amd64 ]; then
for cpuvendor in amd intel; do
diff --git a/ts-debian-fixup b/ts-debian-fixup
index cc779a3..f869c2c 100755
--- a/ts-debian-fixup
+++ b/ts-debian-fixup
@@ -136,7 +136,8 @@ sub otherfixupcfg () {
my $pvh = guest_var($gho,'pvh',undef);
if ($pvh) {
$cfg =~ s/^pvh\b.*//mg;
- $cfg .= "\npvh=$pvh\n";
+ $cfg .= "\nbuilder='hvm'\n"
+ $cfg .= "\ndevice_model_version='none'\n"
}
# PCI passthrough
-boris
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2017-02-24 14:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-24 1:20 [linux-linus test] 106009: regressions - trouble: blocked/broken/fail/pass osstest service owner
2017-02-24 14:34 ` Boris Ostrovsky [this message]
2017-02-24 15:27 ` Ian Jackson
2017-02-24 16:23 ` Roger Pau Monne
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=acf47736-3c23-50fc-3022-e28d09c1f63b@oracle.com \
--to=boris.ostrovsky@oracle.com \
--cc=ian.jackson@eu.citrix.com \
--cc=osstest-admin@xenproject.org \
--cc=xen-devel@lists.xensource.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).