From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dario Faggioli Subject: [PATCH] OSSTest: stop testing SEDF at all Date: Tue, 30 Jun 2015 19:36:59 +0200 Message-ID: <1435685819.25170.318.camel@citrix.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4885634862852987268==" Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z9zT1-0001mT-EA for xen-devel@lists.xenproject.org; Tue, 30 Jun 2015 17:37:07 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen-devel@lists.xenproject.org" Cc: "Ian.Jackson" , Ian Campbell , George Dunlap List-Id: xen-devel@lists.xenproject.org --===============4885634862852987268== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-LtwLTDIa6peOXvpd4zXK" --=-LtwLTDIa6peOXvpd4zXK Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable SEDF has been broken and unmaintained at least until Xen 4.2, and most likely even before! Tests are failing without anyonce caring, and yet we're keeping using test resources for them. Let's stop doing this! Signed-off-by: Dario Faggioli --- diff --git a/allow.all b/allow.all index 88a3038..8067d5e 100644 --- a/allow.all +++ b/allow.all @@ -1,4 +1,3 @@ -test-@@-sedf@@ test-@@-rtds@@ build-@@ logs-capture@@ test-@@-pcipt@@ diff --git a/make-flight b/make-flight index 31cb942..c763ce9 100755 --- a/make-flight +++ b/make-flight @@ -274,21 +274,6 @@ do_hvm_rhel6_tests () { done } =20 -do_sedf_tests () { - if [ $xenarch !=3D $dom0arch -o x$test_sedf !=3D xy ]; then - return - fi - - for pin in '' -pin; do - job_create_test test-$xenarch$kern-$dom0arch-xl-sedf$pin \ - test-debian xl $xenarch $dom0arch \ - guests_vcpus=3D4 \ - xen_boot_append=3D"sched=3Dsedf loglvl=3Dall ${pin:+dom0_vcpus= _pin}" \ - linux_boot_append=3D'loglevel=3D9 debug' \ - $debian_runvars all_hostflags=3D$most_hostflags - done -} - do_credit2_tests () { if [ $xenarch !=3D $dom0arch ]; then return @@ -374,19 +359,18 @@ test_matrix_do_one () { =20 do_multivcpu_tests =20 - # RTDS came in 4.4, while SEDF is going away in 4.6 + # RTDS came in 4.5 case "$xenbranch" in - xen-3.*-testing) test_sedf=3Dy; test_rtds=3Dn ;; - xen-4.0-testing) test_sedf=3Dy; test_rtds=3Dn ;; - xen-4.1-testing) test_sedf=3Dy; test_rtds=3Dn ;; - xen-4.2-testing) test_sedf=3Dy; test_rtds=3Dn ;; - xen-4.3-testing) test_sedf=3Dy; test_rtds=3Dn ;; - xen-4.4-testing) test_sedf=3Dy; test_rtds=3Dn ;; - xen-4.5-testing) test_sedf=3Dy; test_rtds=3Dy ;; - *) test_sedf=3Dn; test_rtds=3Dy ;; + xen-3.*-testing) test_rtds=3Dn ;; + xen-4.0-testing) test_rtds=3Dn ;; + xen-4.1-testing) test_rtds=3Dn ;; + xen-4.2-testing) test_rtds=3Dn ;; + xen-4.3-testing) test_rtds=3Dn ;; + xen-4.4-testing) test_rtds=3Dn ;; + xen-4.5-testing) test_rtds=3Dy ;; + *) test_rtds=3Dy ;; esac =20 - do_sedf_tests do_rtds_tests do_credit2_tests =20 --=20 <> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, http://about.me/dario.faggioli Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK) --=-LtwLTDIa6peOXvpd4zXK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlWS07sACgkQk4XaBE3IOsTaYQCgk3JQ45S9PYiVtDQfWd3Sot5y TOMAn2dUdu97ZtbELEK4FcmuaphrUAyF =eck+ -----END PGP SIGNATURE----- --=-LtwLTDIa6peOXvpd4zXK-- --===============4885634862852987268== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --===============4885634862852987268==--