[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [xen-unstable test] 164237: regressions - FAIL
Ian Jackson writes ("Re: [xen-unstable test] 164237: regressions - FAIL"): > I will (1) drop this test and (2) force push staging in the meantime. Force pushed xen-unstable staging. osstest commit is below. Ian. >From 8dee6e333622d830b7a9373989f63b526a85cd94 Mon Sep 17 00:00:00 2001 From: Ian Jackson <iwj@xxxxxxxxxxxxxx> Date: Thu, 19 Aug 2021 13:46:21 +0100 Subject: [OSSTEST PATCH] make-flight: Drop pvgrub (pvgrub1) tests This is obsolete. In 2017 in 6abb2f113025 we wrote: A consequence is that this test will test jessie forever. Eventually jessie will rot so badly that this test fails and then we will no longer be testing pvgrub1. Hopefully by then no-one will be using it. This has now occurred. I have verified with OSSTEST_CONFIG=standalone-config-example eatmydata ./standalone-generate-dump-flight-runvars that the only change is to drop jobs test-amd64-amd64-*-pvgrub. CC: Jan Beulich <jbeulich@xxxxxxxx> CC: Juergen Gross <jgross@xxxxxxxx> CC: Jan Beulich <jbeulich@xxxxxxxx> Signed-off-by: Ian Jackson <iwj@xxxxxxxxxxxxxx> --- make-flight | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/make-flight b/make-flight index fb38bc50..e0d11c80 100755 --- a/make-flight +++ b/make-flight @@ -598,30 +598,6 @@ do_pygrub_tests () { all_hostflags=$most_hostflags } -do_pvgrub_tests () { - if [ $xenarch != amd64 -o $dom0arch != amd64 -o "$kern" != "" ]; then - return - fi - - job_create_test test-$xenarch$kern-$dom0arch-amd64-pvgrub \ - test-debian-di xl $xenarch $dom0arch \ - debian_arch=amd64 \ - debian_suite=jessie \ - debian_di_version=`getconfig_TftpDiVersion_suite jessie` \ - debian_method=netboot \ - debian_bootloader=pvgrub \ - all_hostflags=$most_hostflags \ - - job_create_test test-$xenarch$kern-$dom0arch-i386-pvgrub \ - test-debian-di xl $xenarch $dom0arch \ - debian_arch=i386 \ - debian_suite=jessie \ - debian_di_version=`getconfig_TftpDiVersion_suite jessie` \ - debian_method=netboot \ - debian_bootloader=pvgrub \ - all_hostflags=$most_hostflags -} - do_pv_debian_test_one () { testname=$1; shift recipe_sfx=$1; shift @@ -945,7 +921,6 @@ test_matrix_do_one () { #do_passthrough_tests do_pygrub_tests - do_pvgrub_tests do_shadow_tests -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |