[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [linux-linus test] 106009: regressions - trouble: blocked/broken/fail/pass
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@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |