All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS
@ 2015-06-26 10:58 Dario Faggioli
  2015-06-26 11:08 ` Ian Campbell
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Dario Faggioli @ 2015-06-26 10:58 UTC (permalink / raw)
  To: xen-devel; +Cc: Wei Liu, Meng Xu, Ian Jackson, Ian Campbell


[-- Attachment #1.1.1: Type: text/plain, Size: 3189 bytes --]

the SEDF scheduler is about to be deprecated and go
away (see [1]). OTOH, the RTDS scheduler is here to
stay.

It therefore makes sense to stop smoke testing the
former in favour of the latter. Note that the
-sedf-pin jobs where only added in order to try to
debug a long standing issue with SEDF; it is not
necessary to have anything like that for RTDS.

For now, as RTDS is still marked as experimental,
test failures are allowed, as it is for SEDF.

Also, RTDS was introduced in Xen 4.5, so add the
test only for the relevant brnaches. Similarly,
SEDF is removed in Xen 4.6, so keep testing it in
older branches.

[1] http://lists.xen.org/archives/html/xen-devel/2015-05/msg02874.html
---
Attached, a diff (between before and after applying
the patch) of the output of:
./standalone-generate-dump-flight-runvars xen-unstable xen-4.5-testing xen-4.4-testing xen-4.3-testing

v1 was here:
http://lists.xenproject.org/archives/html/xen-devel/2015-05/msg03050.html

Changes from v1:
 * gate the new test (and the disabling of the
   old one) on the actual Xen version

diff --git a/allow.all b/allow.all
index f0bbdd3..88a3038 100644
--- a/allow.all
+++ b/allow.all
@@ -1,4 +1,5 @@
 test-@@-sedf@@
+test-@@-rtds@@
 build-@@                        logs-capture@@
 test-@@-pcipt@@
 test-@@-qemuu-@@		guest-localmigrate
diff --git a/make-flight b/make-flight
index 78ace52..31cb942 100755
--- a/make-flight
+++ b/make-flight
@@ -275,7 +275,7 @@ do_hvm_rhel6_tests () {
 }
 
 do_sedf_tests () {
-  if [ $xenarch != $dom0arch ]; then
+  if [ $xenarch != $dom0arch -o x$test_sedf != xy ]; then
     return
   fi
 
@@ -300,6 +300,17 @@ do_credit2_tests () {
             $debian_runvars all_hostflags=$most_hostflags
 }
 
+do_rtds_tests () {
+  if [ $xenarch != $dom0arch -o x$test_rtds != xy ]; then
+    return
+  fi
+
+  job_create_test test-$xenarch$kern-$dom0arch-xl-rtds                \
+       test-debian xl $xenarch $dom0arch                              \
+            guests_vcpus=4 xen_boot_append='sched=rtds'               \
+            $debian_runvars all_hostflags=$most_hostflags
+}
+
 do_multivcpu_tests () {
   if [ $xenarch != $dom0arch ]; then
     return
@@ -362,7 +373,21 @@ test_matrix_do_one () {
   do_pv_debian_tests
 
   do_multivcpu_tests
+
+  # RTDS came in 4.4, while SEDF is going away in 4.6
+  case "$xenbranch" in
+  xen-3.*-testing) test_sedf=y; test_rtds=n ;;
+  xen-4.0-testing) test_sedf=y; test_rtds=n ;;
+  xen-4.1-testing) test_sedf=y; test_rtds=n ;;
+  xen-4.2-testing) test_sedf=y; test_rtds=n ;;
+  xen-4.3-testing) test_sedf=y; test_rtds=n ;;
+  xen-4.4-testing) test_sedf=y; test_rtds=n ;;
+  xen-4.5-testing) test_sedf=y; test_rtds=y ;;
+  *)               test_sedf=n; test_rtds=y ;;
+  esac
+
   do_sedf_tests
+  do_rtds_tests
   do_credit2_tests
 
   # No further arm tests at the moment

-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)

[-- Attachment #1.1.2: runvars-diff.nosedf --]
[-- Type: text/x-patch, Size: 60029 bytes --]

--- runvars-pre	2015-06-26 10:32:45.046204000 +0100
+++ runvars-post	2015-06-26 11:39:08.782689000 +0100
@@ -18,8 +18,7 @@
 xen-unstable               test-amd64-amd64-xl-qemuu-ovmf-amd64                  all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
 xen-unstable               test-amd64-amd64-xl-qemuu-win7-amd64                  all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
 xen-unstable               test-amd64-amd64-xl-qemuu-winxpsp3                    all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
-xen-unstable               test-amd64-amd64-xl-sedf                              all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test           
-xen-unstable               test-amd64-amd64-xl-sedf-pin                          all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test           
+xen-unstable               test-amd64-amd64-xl-rtds                              all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test           
 xen-unstable               test-amd64-amd64-xl-xsm                               all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test           
 xen-unstable               test-amd64-i386-freebsd10-amd64                       all_hostflags               arch-i386,arch-xen-amd64,suite-wheezy,purpose-test            
 xen-unstable               test-amd64-i386-freebsd10-i386                        all_hostflags               arch-i386,arch-xen-amd64,suite-wheezy,purpose-test            
@@ -50,8 +49,7 @@
 xen-unstable               test-armhf-armhf-xl                                   all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-unstable               test-armhf-armhf-xl-credit2                           all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-unstable               test-armhf-armhf-xl-multivcpu                         all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
-xen-unstable               test-armhf-armhf-xl-sedf                              all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
-xen-unstable               test-armhf-armhf-xl-sedf-pin                          all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
+xen-unstable               test-armhf-armhf-xl-rtds                              all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-unstable               test-armhf-armhf-xl-xsm                               all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-unstable               build-amd64                                           arch                        amd64                                                         
 xen-unstable               build-amd64-libvirt                                   arch                        amd64                                                         
@@ -88,8 +86,7 @@
 xen-unstable               test-amd64-amd64-xl-qemuu-ovmf-amd64                  arch                        amd64                                                         
 xen-unstable               test-amd64-amd64-xl-qemuu-win7-amd64                  arch                        amd64                                                         
 xen-unstable               test-amd64-amd64-xl-qemuu-winxpsp3                    arch                        amd64                                                         
-xen-unstable               test-amd64-amd64-xl-sedf                              arch                        amd64                                                         
-xen-unstable               test-amd64-amd64-xl-sedf-pin                          arch                        amd64                                                         
+xen-unstable               test-amd64-amd64-xl-rtds                              arch                        amd64                                                         
 xen-unstable               test-amd64-amd64-xl-xsm                               arch                        amd64                                                         
 xen-unstable               test-amd64-i386-freebsd10-amd64                       arch                        i386                                                          
 xen-unstable               test-amd64-i386-freebsd10-i386                        arch                        i386                                                          
@@ -120,8 +117,7 @@
 xen-unstable               test-armhf-armhf-xl                                   arch                        armhf                                                         
 xen-unstable               test-armhf-armhf-xl-credit2                           arch                        armhf                                                         
 xen-unstable               test-armhf-armhf-xl-multivcpu                         arch                        armhf                                                         
-xen-unstable               test-armhf-armhf-xl-sedf                              arch                        armhf                                                         
-xen-unstable               test-armhf-armhf-xl-sedf-pin                          arch                        armhf                                                         
+xen-unstable               test-armhf-armhf-xl-rtds                              arch                        armhf                                                         
 xen-unstable               test-armhf-armhf-xl-xsm                               arch                        armhf                                                         
 xen-unstable               test-amd64-amd64-xl-qemut-debianhvm-amd64             bios                        rombios                                                       
 xen-unstable               test-amd64-amd64-xl-qemut-debianhvm-amd64-xsm         bios                        rombios                                                       
@@ -175,8 +171,7 @@
 xen-unstable               test-amd64-amd64-xl-qemuu-ovmf-amd64                  buildjob                    build-amd64                                                   
 xen-unstable               test-amd64-amd64-xl-qemuu-win7-amd64                  buildjob                    build-amd64                                                   
 xen-unstable               test-amd64-amd64-xl-qemuu-winxpsp3                    buildjob                    build-amd64                                                   
-xen-unstable               test-amd64-amd64-xl-sedf                              buildjob                    build-amd64                                                   
-xen-unstable               test-amd64-amd64-xl-sedf-pin                          buildjob                    build-amd64                                                   
+xen-unstable               test-amd64-amd64-xl-rtds                              buildjob                    build-amd64                                                   
 xen-unstable               test-amd64-amd64-xl-xsm                               buildjob                    build-amd64-xsm                                               
 xen-unstable               test-amd64-i386-freebsd10-amd64                       buildjob                    build-i386                                                    
 xen-unstable               test-amd64-i386-freebsd10-i386                        buildjob                    build-i386                                                    
@@ -207,8 +202,7 @@
 xen-unstable               test-armhf-armhf-xl                                   buildjob                    build-armhf                                                   
 xen-unstable               test-armhf-armhf-xl-credit2                           buildjob                    build-armhf                                                   
 xen-unstable               test-armhf-armhf-xl-multivcpu                         buildjob                    build-armhf                                                   
-xen-unstable               test-armhf-armhf-xl-sedf                              buildjob                    build-armhf                                                   
-xen-unstable               test-armhf-armhf-xl-sedf-pin                          buildjob                    build-armhf                                                   
+xen-unstable               test-armhf-armhf-xl-rtds                              buildjob                    build-armhf                                                   
 xen-unstable               test-armhf-armhf-xl-xsm                               buildjob                    build-armhf-xsm                                               
 xen-unstable               test-amd64-amd64-libvirt                              debian_arch                 amd64                                                         
 xen-unstable               test-amd64-amd64-libvirt-xsm                          debian_arch                 amd64                                                         
@@ -218,8 +212,7 @@
 xen-unstable               test-amd64-amd64-xl-multivcpu                         debian_arch                 amd64                                                         
 xen-unstable               test-amd64-amd64-xl-pvh-amd                           debian_arch                 amd64                                                         
 xen-unstable               test-amd64-amd64-xl-pvh-intel                         debian_arch                 amd64                                                         
-xen-unstable               test-amd64-amd64-xl-sedf                              debian_arch                 amd64                                                         
-xen-unstable               test-amd64-amd64-xl-sedf-pin                          debian_arch                 amd64                                                         
+xen-unstable               test-amd64-amd64-xl-rtds                              debian_arch                 amd64                                                         
 xen-unstable               test-amd64-amd64-xl-xsm                               debian_arch                 amd64                                                         
 xen-unstable               test-amd64-i386-libvirt                               debian_arch                 i386                                                          
 xen-unstable               test-amd64-i386-libvirt-xsm                           debian_arch                 i386                                                          
@@ -231,8 +224,7 @@
 xen-unstable               test-armhf-armhf-xl                                   debian_arch                 armhf                                                         
 xen-unstable               test-armhf-armhf-xl-credit2                           debian_arch                 armhf                                                         
 xen-unstable               test-armhf-armhf-xl-multivcpu                         debian_arch                 armhf                                                         
-xen-unstable               test-armhf-armhf-xl-sedf                              debian_arch                 armhf                                                         
-xen-unstable               test-armhf-armhf-xl-sedf-pin                          debian_arch                 armhf                                                         
+xen-unstable               test-armhf-armhf-xl-rtds                              debian_arch                 armhf                                                         
 xen-unstable               test-armhf-armhf-xl-xsm                               debian_arch                 armhf                                                         
 xen-unstable               test-amd64-amd64-libvirt                              debian_kernkind             pvops                                                         
 xen-unstable               test-amd64-amd64-libvirt-xsm                          debian_kernkind             pvops                                                         
@@ -242,8 +234,7 @@
 xen-unstable               test-amd64-amd64-xl-multivcpu                         debian_kernkind             pvops                                                         
 xen-unstable               test-amd64-amd64-xl-pvh-amd                           debian_kernkind             pvops                                                         
 xen-unstable               test-amd64-amd64-xl-pvh-intel                         debian_kernkind             pvops                                                         
-xen-unstable               test-amd64-amd64-xl-sedf                              debian_kernkind             pvops                                                         
-xen-unstable               test-amd64-amd64-xl-sedf-pin                          debian_kernkind             pvops                                                         
+xen-unstable               test-amd64-amd64-xl-rtds                              debian_kernkind             pvops                                                         
 xen-unstable               test-amd64-amd64-xl-xsm                               debian_kernkind             pvops                                                         
 xen-unstable               test-amd64-i386-libvirt                               debian_kernkind             pvops                                                         
 xen-unstable               test-amd64-i386-libvirt-xsm                           debian_kernkind             pvops                                                         
@@ -255,8 +246,7 @@
 xen-unstable               test-armhf-armhf-xl                                   debian_kernkind             pvops                                                         
 xen-unstable               test-armhf-armhf-xl-credit2                           debian_kernkind             pvops                                                         
 xen-unstable               test-armhf-armhf-xl-multivcpu                         debian_kernkind             pvops                                                         
-xen-unstable               test-armhf-armhf-xl-sedf                              debian_kernkind             pvops                                                         
-xen-unstable               test-armhf-armhf-xl-sedf-pin                          debian_kernkind             pvops                                                         
+xen-unstable               test-armhf-armhf-xl-rtds                              debian_kernkind             pvops                                                         
 xen-unstable               test-armhf-armhf-xl-xsm                               debian_kernkind             pvops                                                         
 xen-unstable               test-amd64-amd64-xl-pvh-amd                           debian_pvh                  1                                                             
 xen-unstable               test-amd64-amd64-xl-pvh-intel                         debian_pvh                  1                                                             
@@ -350,14 +340,12 @@
 xen-unstable               test-amd64-i386-rumpuserxen-i386                      guests_rumpuserxenbuildjob  build-i386-rumpuserxen                                        
 xen-unstable               test-amd64-amd64-xl-credit2                           guests_vcpus                4                                                             
 xen-unstable               test-amd64-amd64-xl-multivcpu                         guests_vcpus                4                                                             
-xen-unstable               test-amd64-amd64-xl-sedf                              guests_vcpus                4                                                             
-xen-unstable               test-amd64-amd64-xl-sedf-pin                          guests_vcpus                4                                                             
+xen-unstable               test-amd64-amd64-xl-rtds                              guests_vcpus                4                                                             
 xen-unstable               test-amd64-i386-xl-qemut-winxpsp3-vcpus1              guests_vcpus                1                                                             
 xen-unstable               test-amd64-i386-xl-qemuu-winxpsp3-vcpus1              guests_vcpus                1                                                             
 xen-unstable               test-armhf-armhf-xl-credit2                           guests_vcpus                4                                                             
 xen-unstable               test-armhf-armhf-xl-multivcpu                         guests_vcpus                4                                                             
-xen-unstable               test-armhf-armhf-xl-sedf                              guests_vcpus                4                                                             
-xen-unstable               test-armhf-armhf-xl-sedf-pin                          guests_vcpus                4                                                             
+xen-unstable               test-armhf-armhf-xl-rtds                              guests_vcpus                4                                                             
 xen-unstable               build-amd64                                           host_hostflags              share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
 xen-unstable               build-amd64-libvirt                                   host_hostflags              share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
 xen-unstable               build-amd64-oldkern                                   host_hostflags              share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
@@ -399,8 +387,7 @@
 xen-unstable               test-amd64-amd64-xl-qemuu-ovmf-amd64                  kernbuildjob                build-amd64-pvops                                             
 xen-unstable               test-amd64-amd64-xl-qemuu-win7-amd64                  kernbuildjob                build-amd64-pvops                                             
 xen-unstable               test-amd64-amd64-xl-qemuu-winxpsp3                    kernbuildjob                build-amd64-pvops                                             
-xen-unstable               test-amd64-amd64-xl-sedf                              kernbuildjob                build-amd64-pvops                                             
-xen-unstable               test-amd64-amd64-xl-sedf-pin                          kernbuildjob                build-amd64-pvops                                             
+xen-unstable               test-amd64-amd64-xl-rtds                              kernbuildjob                build-amd64-pvops                                             
 xen-unstable               test-amd64-amd64-xl-xsm                               kernbuildjob                build-amd64-pvops                                             
 xen-unstable               test-amd64-i386-freebsd10-amd64                       kernbuildjob                build-i386-pvops                                              
 xen-unstable               test-amd64-i386-freebsd10-i386                        kernbuildjob                build-i386-pvops                                              
@@ -431,8 +418,7 @@
 xen-unstable               test-armhf-armhf-xl                                   kernbuildjob                build-armhf-pvops                                             
 xen-unstable               test-armhf-armhf-xl-credit2                           kernbuildjob                build-armhf-pvops                                             
 xen-unstable               test-armhf-armhf-xl-multivcpu                         kernbuildjob                build-armhf-pvops                                             
-xen-unstable               test-armhf-armhf-xl-sedf                              kernbuildjob                build-armhf-pvops                                             
-xen-unstable               test-armhf-armhf-xl-sedf-pin                          kernbuildjob                build-armhf-pvops                                             
+xen-unstable               test-armhf-armhf-xl-rtds                              kernbuildjob                build-armhf-pvops                                             
 xen-unstable               test-armhf-armhf-xl-xsm                               kernbuildjob                build-armhf-pvops                                             
 xen-unstable               test-amd64-amd64-libvirt                              kernkind                    pvops                                                         
 xen-unstable               test-amd64-amd64-libvirt-xsm                          kernkind                    pvops                                                         
@@ -453,8 +439,7 @@
 xen-unstable               test-amd64-amd64-xl-qemuu-ovmf-amd64                  kernkind                    pvops                                                         
 xen-unstable               test-amd64-amd64-xl-qemuu-win7-amd64                  kernkind                    pvops                                                         
 xen-unstable               test-amd64-amd64-xl-qemuu-winxpsp3                    kernkind                    pvops                                                         
-xen-unstable               test-amd64-amd64-xl-sedf                              kernkind                    pvops                                                         
-xen-unstable               test-amd64-amd64-xl-sedf-pin                          kernkind                    pvops                                                         
+xen-unstable               test-amd64-amd64-xl-rtds                              kernkind                    pvops                                                         
 xen-unstable               test-amd64-amd64-xl-xsm                               kernkind                    pvops                                                         
 xen-unstable               test-amd64-i386-freebsd10-amd64                       kernkind                    pvops                                                         
 xen-unstable               test-amd64-i386-freebsd10-i386                        kernkind                    pvops                                                         
@@ -485,8 +470,7 @@
 xen-unstable               test-armhf-armhf-xl                                   kernkind                    pvops                                                         
 xen-unstable               test-armhf-armhf-xl-credit2                           kernkind                    pvops                                                         
 xen-unstable               test-armhf-armhf-xl-multivcpu                         kernkind                    pvops                                                         
-xen-unstable               test-armhf-armhf-xl-sedf                              kernkind                    pvops                                                         
-xen-unstable               test-armhf-armhf-xl-sedf-pin                          kernkind                    pvops                                                         
+xen-unstable               test-armhf-armhf-xl-rtds                              kernkind                    pvops                                                         
 xen-unstable               test-armhf-armhf-xl-xsm                               kernkind                    pvops                                                         
 xen-unstable               build-amd64-oldkern                                   kimagefile                  vmlinux                                                       
 xen-unstable               build-i386-oldkern                                    kimagefile                  vmlinux                                                       
@@ -496,10 +480,6 @@
 xen-unstable               test-amd64-i386-libvirt-xsm                           libvirtbuildjob             build-i386-libvirt                                            
 xen-unstable               test-armhf-armhf-libvirt                              libvirtbuildjob             build-armhf-libvirt                                           
 xen-unstable               test-armhf-armhf-libvirt-xsm                          libvirtbuildjob             build-armhf-libvirt                                           
-xen-unstable               test-amd64-amd64-xl-sedf                              linux_boot_append           loglevel=9 debug                                              
-xen-unstable               test-amd64-amd64-xl-sedf-pin                          linux_boot_append           loglevel=9 debug                                              
-xen-unstable               test-armhf-armhf-xl-sedf                              linux_boot_append           loglevel=9 debug                                              
-xen-unstable               test-armhf-armhf-xl-sedf-pin                          linux_boot_append           loglevel=9 debug                                              
 xen-unstable               test-amd64-i386-qemut-rhel6hvm-amd                    redhat_image                rhel-server-6.1-i386-dvd.iso                                  
 xen-unstable               test-amd64-i386-qemut-rhel6hvm-intel                  redhat_image                rhel-server-6.1-i386-dvd.iso                                  
 xen-unstable               test-amd64-i386-qemuu-rhel6hvm-amd                    redhat_image                rhel-server-6.1-i386-dvd.iso                                  
@@ -574,8 +554,7 @@
 xen-unstable               test-amd64-amd64-xl-qemuu-ovmf-amd64                  toolstack                   xl                                                            
 xen-unstable               test-amd64-amd64-xl-qemuu-win7-amd64                  toolstack                   xl                                                            
 xen-unstable               test-amd64-amd64-xl-qemuu-winxpsp3                    toolstack                   xl                                                            
-xen-unstable               test-amd64-amd64-xl-sedf                              toolstack                   xl                                                            
-xen-unstable               test-amd64-amd64-xl-sedf-pin                          toolstack                   xl                                                            
+xen-unstable               test-amd64-amd64-xl-rtds                              toolstack                   xl                                                            
 xen-unstable               test-amd64-amd64-xl-xsm                               toolstack                   xl                                                            
 xen-unstable               test-amd64-i386-freebsd10-amd64                       toolstack                   xl                                                            
 xen-unstable               test-amd64-i386-freebsd10-i386                        toolstack                   xl                                                            
@@ -606,8 +585,7 @@
 xen-unstable               test-armhf-armhf-xl                                   toolstack                   xl                                                            
 xen-unstable               test-armhf-armhf-xl-credit2                           toolstack                   xl                                                            
 xen-unstable               test-armhf-armhf-xl-multivcpu                         toolstack                   xl                                                            
-xen-unstable               test-armhf-armhf-xl-sedf                              toolstack                   xl                                                            
-xen-unstable               test-armhf-armhf-xl-sedf-pin                          toolstack                   xl                                                            
+xen-unstable               test-armhf-armhf-xl-rtds                              toolstack                   xl                                                            
 xen-unstable               test-armhf-armhf-xl-xsm                               toolstack                   xl                                                            
 xen-unstable               build-amd64-libvirt                                   tree_libvirt                git://xenbits.xen.org/libvirt.git                             
 xen-unstable               build-armhf-libvirt                                   tree_libvirt                git://xenbits.xen.org/libvirt.git                             
@@ -689,11 +667,9 @@
 xen-unstable               test-amd64-i386-xl-qemuu-winxpsp3                     win_image                   winxpsp3.iso                                                  
 xen-unstable               test-amd64-i386-xl-qemuu-winxpsp3-vcpus1              win_image                   winxpsp3.iso                                                  
 xen-unstable               test-amd64-amd64-xl-credit2                           xen_boot_append             sched=credit2                                                 
-xen-unstable               test-amd64-amd64-xl-sedf                              xen_boot_append             sched=sedf loglvl=all                                         
-xen-unstable               test-amd64-amd64-xl-sedf-pin                          xen_boot_append             sched=sedf loglvl=all dom0_vcpus_pin                          
+xen-unstable               test-amd64-amd64-xl-rtds                              xen_boot_append             sched=rtds                                                    
 xen-unstable               test-armhf-armhf-xl-credit2                           xen_boot_append             sched=credit2                                                 
-xen-unstable               test-armhf-armhf-xl-sedf                              xen_boot_append             sched=sedf loglvl=all                                         
-xen-unstable               test-armhf-armhf-xl-sedf-pin                          xen_boot_append             sched=sedf loglvl=all dom0_vcpus_pin                          
+xen-unstable               test-armhf-armhf-xl-rtds                              xen_boot_append             sched=rtds                                                    
 xen-unstable               test-amd64-amd64-libvirt                              xenbuildjob                 build-amd64                                                   
 xen-unstable               test-amd64-amd64-libvirt-xsm                          xenbuildjob                 build-amd64-xsm                                               
 xen-unstable               test-amd64-amd64-pair                                 xenbuildjob                 build-amd64                                                   
@@ -713,8 +689,7 @@
 xen-unstable               test-amd64-amd64-xl-qemuu-ovmf-amd64                  xenbuildjob                 build-amd64                                                   
 xen-unstable               test-amd64-amd64-xl-qemuu-win7-amd64                  xenbuildjob                 build-amd64                                                   
 xen-unstable               test-amd64-amd64-xl-qemuu-winxpsp3                    xenbuildjob                 build-amd64                                                   
-xen-unstable               test-amd64-amd64-xl-sedf                              xenbuildjob                 build-amd64                                                   
-xen-unstable               test-amd64-amd64-xl-sedf-pin                          xenbuildjob                 build-amd64                                                   
+xen-unstable               test-amd64-amd64-xl-rtds                              xenbuildjob                 build-amd64                                                   
 xen-unstable               test-amd64-amd64-xl-xsm                               xenbuildjob                 build-amd64-xsm                                               
 xen-unstable               test-amd64-i386-freebsd10-amd64                       xenbuildjob                 build-amd64                                                   
 xen-unstable               test-amd64-i386-freebsd10-i386                        xenbuildjob                 build-amd64                                                   
@@ -745,8 +720,7 @@
 xen-unstable               test-armhf-armhf-xl                                   xenbuildjob                 build-armhf                                                   
 xen-unstable               test-armhf-armhf-xl-credit2                           xenbuildjob                 build-armhf                                                   
 xen-unstable               test-armhf-armhf-xl-multivcpu                         xenbuildjob                 build-armhf                                                   
-xen-unstable               test-armhf-armhf-xl-sedf                              xenbuildjob                 build-armhf                                                   
-xen-unstable               test-armhf-armhf-xl-sedf-pin                          xenbuildjob                 build-armhf                                                   
+xen-unstable               test-armhf-armhf-xl-rtds                              xenbuildjob                 build-armhf                                                   
 xen-unstable               test-armhf-armhf-xl-xsm                               xenbuildjob                 build-armhf-xsm                                               
 xen-unstable               test-amd64-amd64-rumpuserxen-amd64                    xenstorels_builtimage       :/usr/local/bin/xenstore                                      
 xen-unstable               test-amd64-i386-rumpuserxen-i386                      xenstorels_builtimage       :/usr/local/bin/xenstore                                      
@@ -767,6 +741,7 @@
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-win7-amd64      all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-winxpsp3        all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
+xen-4.5-testing            test-amd64-amd64-xl-rtds                  all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test           
 xen-4.5-testing            test-amd64-amd64-xl-sedf                  all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test           
 xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test           
 xen-4.5-testing            test-amd64-i386-freebsd10-amd64           all_hostflags               arch-i386,arch-xen-amd64,suite-wheezy,purpose-test            
@@ -792,6 +767,7 @@
 xen-4.5-testing            test-armhf-armhf-xl                       all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-4.5-testing            test-armhf-armhf-xl-credit2               all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
+xen-4.5-testing            test-armhf-armhf-xl-rtds                  all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-4.5-testing            test-armhf-armhf-xl-sedf                  all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-4.5-testing            build-amd64                               arch                        amd64                                                         
@@ -820,6 +796,7 @@
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      arch                        amd64                                                         
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-win7-amd64      arch                        amd64                                                         
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-winxpsp3        arch                        amd64                                                         
+xen-4.5-testing            test-amd64-amd64-xl-rtds                  arch                        amd64                                                         
 xen-4.5-testing            test-amd64-amd64-xl-sedf                  arch                        amd64                                                         
 xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              arch                        amd64                                                         
 xen-4.5-testing            test-amd64-i386-freebsd10-amd64           arch                        i386                                                          
@@ -845,6 +822,7 @@
 xen-4.5-testing            test-armhf-armhf-xl                       arch                        armhf                                                         
 xen-4.5-testing            test-armhf-armhf-xl-credit2               arch                        armhf                                                         
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             arch                        armhf                                                         
+xen-4.5-testing            test-armhf-armhf-xl-rtds                  arch                        armhf                                                         
 xen-4.5-testing            test-armhf-armhf-xl-sedf                  arch                        armhf                                                         
 xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              arch                        armhf                                                         
 xen-4.5-testing            test-amd64-amd64-xl-qemut-debianhvm-amd64 bios                        rombios                                                       
@@ -884,6 +862,7 @@
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      buildjob                    build-amd64                                                   
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-win7-amd64      buildjob                    build-amd64                                                   
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-winxpsp3        buildjob                    build-amd64                                                   
+xen-4.5-testing            test-amd64-amd64-xl-rtds                  buildjob                    build-amd64                                                   
 xen-4.5-testing            test-amd64-amd64-xl-sedf                  buildjob                    build-amd64                                                   
 xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              buildjob                    build-amd64                                                   
 xen-4.5-testing            test-amd64-i386-freebsd10-amd64           buildjob                    build-i386                                                    
@@ -909,6 +888,7 @@
 xen-4.5-testing            test-armhf-armhf-xl                       buildjob                    build-armhf                                                   
 xen-4.5-testing            test-armhf-armhf-xl-credit2               buildjob                    build-armhf                                                   
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             buildjob                    build-armhf                                                   
+xen-4.5-testing            test-armhf-armhf-xl-rtds                  buildjob                    build-armhf                                                   
 xen-4.5-testing            test-armhf-armhf-xl-sedf                  buildjob                    build-armhf                                                   
 xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              buildjob                    build-armhf                                                   
 xen-4.5-testing            test-amd64-amd64-libvirt                  debian_arch                 amd64                                                         
@@ -918,6 +898,7 @@
 xen-4.5-testing            test-amd64-amd64-xl-multivcpu             debian_arch                 amd64                                                         
 xen-4.5-testing            test-amd64-amd64-xl-pvh-amd               debian_arch                 amd64                                                         
 xen-4.5-testing            test-amd64-amd64-xl-pvh-intel             debian_arch                 amd64                                                         
+xen-4.5-testing            test-amd64-amd64-xl-rtds                  debian_arch                 amd64                                                         
 xen-4.5-testing            test-amd64-amd64-xl-sedf                  debian_arch                 amd64                                                         
 xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              debian_arch                 amd64                                                         
 xen-4.5-testing            test-amd64-i386-libvirt                   debian_arch                 i386                                                          
@@ -927,6 +908,7 @@
 xen-4.5-testing            test-armhf-armhf-xl                       debian_arch                 armhf                                                         
 xen-4.5-testing            test-armhf-armhf-xl-credit2               debian_arch                 armhf                                                         
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             debian_arch                 armhf                                                         
+xen-4.5-testing            test-armhf-armhf-xl-rtds                  debian_arch                 armhf                                                         
 xen-4.5-testing            test-armhf-armhf-xl-sedf                  debian_arch                 armhf                                                         
 xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              debian_arch                 armhf                                                         
 xen-4.5-testing            test-amd64-amd64-libvirt                  debian_kernkind             pvops                                                         
@@ -936,6 +918,7 @@
 xen-4.5-testing            test-amd64-amd64-xl-multivcpu             debian_kernkind             pvops                                                         
 xen-4.5-testing            test-amd64-amd64-xl-pvh-amd               debian_kernkind             pvops                                                         
 xen-4.5-testing            test-amd64-amd64-xl-pvh-intel             debian_kernkind             pvops                                                         
+xen-4.5-testing            test-amd64-amd64-xl-rtds                  debian_kernkind             pvops                                                         
 xen-4.5-testing            test-amd64-amd64-xl-sedf                  debian_kernkind             pvops                                                         
 xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              debian_kernkind             pvops                                                         
 xen-4.5-testing            test-amd64-i386-libvirt                   debian_kernkind             pvops                                                         
@@ -945,6 +928,7 @@
 xen-4.5-testing            test-armhf-armhf-xl                       debian_kernkind             pvops                                                         
 xen-4.5-testing            test-armhf-armhf-xl-credit2               debian_kernkind             pvops                                                         
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             debian_kernkind             pvops                                                         
+xen-4.5-testing            test-armhf-armhf-xl-rtds                  debian_kernkind             pvops                                                         
 xen-4.5-testing            test-armhf-armhf-xl-sedf                  debian_kernkind             pvops                                                         
 xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              debian_kernkind             pvops                                                         
 xen-4.5-testing            test-amd64-amd64-xl-pvh-amd               debian_pvh                  1                                                             
@@ -1004,12 +988,14 @@
 xen-4.5-testing            test-amd64-i386-rumpuserxen-i386          guests_rumpuserxenbuildjob  build-i386-rumpuserxen                                        
 xen-4.5-testing            test-amd64-amd64-xl-credit2               guests_vcpus                4                                                             
 xen-4.5-testing            test-amd64-amd64-xl-multivcpu             guests_vcpus                4                                                             
+xen-4.5-testing            test-amd64-amd64-xl-rtds                  guests_vcpus                4                                                             
 xen-4.5-testing            test-amd64-amd64-xl-sedf                  guests_vcpus                4                                                             
 xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              guests_vcpus                4                                                             
 xen-4.5-testing            test-amd64-i386-xl-qemut-winxpsp3-vcpus1  guests_vcpus                1                                                             
 xen-4.5-testing            test-amd64-i386-xl-qemuu-winxpsp3-vcpus1  guests_vcpus                1                                                             
 xen-4.5-testing            test-armhf-armhf-xl-credit2               guests_vcpus                4                                                             
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             guests_vcpus                4                                                             
+xen-4.5-testing            test-armhf-armhf-xl-rtds                  guests_vcpus                4                                                             
 xen-4.5-testing            test-armhf-armhf-xl-sedf                  guests_vcpus                4                                                             
 xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              guests_vcpus                4                                                             
 xen-4.5-testing            build-amd64                               host_hostflags              share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
@@ -1042,6 +1028,7 @@
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      kernbuildjob                build-amd64-pvops                                             
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-win7-amd64      kernbuildjob                build-amd64-pvops                                             
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-winxpsp3        kernbuildjob                build-amd64-pvops                                             
+xen-4.5-testing            test-amd64-amd64-xl-rtds                  kernbuildjob                build-amd64-pvops                                             
 xen-4.5-testing            test-amd64-amd64-xl-sedf                  kernbuildjob                build-amd64-pvops                                             
 xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              kernbuildjob                build-amd64-pvops                                             
 xen-4.5-testing            test-amd64-i386-freebsd10-amd64           kernbuildjob                build-i386-pvops                                              
@@ -1067,6 +1054,7 @@
 xen-4.5-testing            test-armhf-armhf-xl                       kernbuildjob                build-armhf-pvops                                             
 xen-4.5-testing            test-armhf-armhf-xl-credit2               kernbuildjob                build-armhf-pvops                                             
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             kernbuildjob                build-armhf-pvops                                             
+xen-4.5-testing            test-armhf-armhf-xl-rtds                  kernbuildjob                build-armhf-pvops                                             
 xen-4.5-testing            test-armhf-armhf-xl-sedf                  kernbuildjob                build-armhf-pvops                                             
 xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              kernbuildjob                build-armhf-pvops                                             
 xen-4.5-testing            test-amd64-amd64-libvirt                  kernkind                    pvops                                                         
@@ -1084,6 +1072,7 @@
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      kernkind                    pvops                                                         
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-win7-amd64      kernkind                    pvops                                                         
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-winxpsp3        kernkind                    pvops                                                         
+xen-4.5-testing            test-amd64-amd64-xl-rtds                  kernkind                    pvops                                                         
 xen-4.5-testing            test-amd64-amd64-xl-sedf                  kernkind                    pvops                                                         
 xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              kernkind                    pvops                                                         
 xen-4.5-testing            test-amd64-i386-freebsd10-amd64           kernkind                    pvops                                                         
@@ -1109,6 +1098,7 @@
 xen-4.5-testing            test-armhf-armhf-xl                       kernkind                    pvops                                                         
 xen-4.5-testing            test-armhf-armhf-xl-credit2               kernkind                    pvops                                                         
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             kernkind                    pvops                                                         
+xen-4.5-testing            test-armhf-armhf-xl-rtds                  kernkind                    pvops                                                         
 xen-4.5-testing            test-armhf-armhf-xl-sedf                  kernkind                    pvops                                                         
 xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              kernkind                    pvops                                                         
 xen-4.5-testing            test-amd64-amd64-libvirt                  libvirtbuildjob             build-amd64-libvirt                                           
@@ -1171,6 +1161,7 @@
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      toolstack                   xl                                                            
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-win7-amd64      toolstack                   xl                                                            
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-winxpsp3        toolstack                   xl                                                            
+xen-4.5-testing            test-amd64-amd64-xl-rtds                  toolstack                   xl                                                            
 xen-4.5-testing            test-amd64-amd64-xl-sedf                  toolstack                   xl                                                            
 xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              toolstack                   xl                                                            
 xen-4.5-testing            test-amd64-i386-freebsd10-amd64           toolstack                   xl                                                            
@@ -1196,6 +1187,7 @@
 xen-4.5-testing            test-armhf-armhf-xl                       toolstack                   xl                                                            
 xen-4.5-testing            test-armhf-armhf-xl-credit2               toolstack                   xl                                                            
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             toolstack                   xl                                                            
+xen-4.5-testing            test-armhf-armhf-xl-rtds                  toolstack                   xl                                                            
 xen-4.5-testing            test-armhf-armhf-xl-sedf                  toolstack                   xl                                                            
 xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              toolstack                   xl                                                            
 xen-4.5-testing            build-amd64-libvirt                       tree_libvirt                git://xenbits.xen.org/libvirt.git                             
@@ -1261,9 +1253,11 @@
 xen-4.5-testing            test-amd64-i386-xl-qemuu-winxpsp3         win_image                   winxpsp3.iso                                                  
 xen-4.5-testing            test-amd64-i386-xl-qemuu-winxpsp3-vcpus1  win_image                   winxpsp3.iso                                                  
 xen-4.5-testing            test-amd64-amd64-xl-credit2               xen_boot_append             sched=credit2                                                 
+xen-4.5-testing            test-amd64-amd64-xl-rtds                  xen_boot_append             sched=rtds                                                    
 xen-4.5-testing            test-amd64-amd64-xl-sedf                  xen_boot_append             sched=sedf loglvl=all                                         
 xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              xen_boot_append             sched=sedf loglvl=all dom0_vcpus_pin                          
 xen-4.5-testing            test-armhf-armhf-xl-credit2               xen_boot_append             sched=credit2                                                 
+xen-4.5-testing            test-armhf-armhf-xl-rtds                  xen_boot_append             sched=rtds                                                    
 xen-4.5-testing            test-armhf-armhf-xl-sedf                  xen_boot_append             sched=sedf loglvl=all                                         
 xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              xen_boot_append             sched=sedf loglvl=all dom0_vcpus_pin                          
 xen-4.5-testing            test-amd64-amd64-libvirt                  xenbuildjob                 build-amd64                                                   
@@ -1281,6 +1275,7 @@
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      xenbuildjob                 build-amd64                                                   
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-win7-amd64      xenbuildjob                 build-amd64                                                   
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-winxpsp3        xenbuildjob                 build-amd64                                                   
+xen-4.5-testing            test-amd64-amd64-xl-rtds                  xenbuildjob                 build-amd64                                                   
 xen-4.5-testing            test-amd64-amd64-xl-sedf                  xenbuildjob                 build-amd64                                                   
 xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              xenbuildjob                 build-amd64                                                   
 xen-4.5-testing            test-amd64-i386-freebsd10-amd64           xenbuildjob                 build-amd64                                                   
@@ -1306,6 +1301,7 @@
 xen-4.5-testing            test-armhf-armhf-xl                       xenbuildjob                 build-armhf                                                   
 xen-4.5-testing            test-armhf-armhf-xl-credit2               xenbuildjob                 build-armhf                                                   
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             xenbuildjob                 build-armhf                                                   
+xen-4.5-testing            test-armhf-armhf-xl-rtds                  xenbuildjob                 build-armhf                                                   
 xen-4.5-testing            test-armhf-armhf-xl-sedf                  xenbuildjob                 build-armhf                                                   
 xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              xenbuildjob                 build-armhf                                                   
 xen-4.5-testing            test-amd64-amd64-rumpuserxen-amd64        xenstorels_builtimage       :/usr/local/bin/xenstore                                      

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

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

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

* Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS
  2015-06-26 10:58 [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS Dario Faggioli
@ 2015-06-26 11:08 ` Ian Campbell
  2015-06-26 11:11   ` Dario Faggioli
  2015-06-26 12:02 ` Ian Jackson
  2015-06-27 19:05 ` [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS Meng Xu
  2 siblings, 1 reply; 17+ messages in thread
From: Ian Campbell @ 2015-06-26 11:08 UTC (permalink / raw)
  To: Dario Faggioli; +Cc: xen-devel, Meng Xu, Ian Jackson, Wei Liu

On Fri, 2015-06-26 at 12:58 +0200, Dario Faggioli wrote:
> the SEDF scheduler is about to be deprecated and go
> away (see [1]). OTOH, the RTDS scheduler is here to
> stay.
> 
> It therefore makes sense to stop smoke testing the
> former in favour of the latter. Note that the
> -sedf-pin jobs where only added in order to try to
> debug a long standing issue with SEDF; it is not
> necessary to have anything like that for RTDS.
> 
> For now, as RTDS is still marked as experimental,
> test failures are allowed, as it is for SEDF.
> 
> Also, RTDS was introduced in Xen 4.5, so add the
> test only for the relevant brnaches. Similarly,
> SEDF is removed in Xen 4.6, so keep testing it in
> older branches.
> 
> [1] http://lists.xen.org/archives/html/xen-devel/2015-05/msg02874.html

osstest needs an S-o-b too I'm afraid.

Otherwise LGTM, Acked-by: Ian Campbell <ian.campbell@citrix.com>

> ---
> Attached, a diff (between before and after applying
> the patch) of the output of:
> ./standalone-generate-dump-flight-runvars xen-unstable xen-4.5-testing xen-4.4-testing xen-4.3-testing
> 
> v1 was here:
> http://lists.xenproject.org/archives/html/xen-devel/2015-05/msg03050.html
> 
> Changes from v1:
>  * gate the new test (and the disabling of the
>    old one) on the actual Xen version
> 
> diff --git a/allow.all b/allow.all
> index f0bbdd3..88a3038 100644
> --- a/allow.all
> +++ b/allow.all
> @@ -1,4 +1,5 @@
>  test-@@-sedf@@
> +test-@@-rtds@@
>  build-@@                        logs-capture@@
>  test-@@-pcipt@@
>  test-@@-qemuu-@@		guest-localmigrate
> diff --git a/make-flight b/make-flight
> index 78ace52..31cb942 100755
> --- a/make-flight
> +++ b/make-flight
> @@ -275,7 +275,7 @@ do_hvm_rhel6_tests () {
>  }
>  
>  do_sedf_tests () {
> -  if [ $xenarch != $dom0arch ]; then
> +  if [ $xenarch != $dom0arch -o x$test_sedf != xy ]; then
>      return
>    fi
>  
> @@ -300,6 +300,17 @@ do_credit2_tests () {
>              $debian_runvars all_hostflags=$most_hostflags
>  }
>  
> +do_rtds_tests () {
> +  if [ $xenarch != $dom0arch -o x$test_rtds != xy ]; then
> +    return
> +  fi
> +
> +  job_create_test test-$xenarch$kern-$dom0arch-xl-rtds                \
> +       test-debian xl $xenarch $dom0arch                              \
> +            guests_vcpus=4 xen_boot_append='sched=rtds'               \
> +            $debian_runvars all_hostflags=$most_hostflags
> +}
> +
>  do_multivcpu_tests () {
>    if [ $xenarch != $dom0arch ]; then
>      return
> @@ -362,7 +373,21 @@ test_matrix_do_one () {
>    do_pv_debian_tests
>  
>    do_multivcpu_tests
> +
> +  # RTDS came in 4.4, while SEDF is going away in 4.6
> +  case "$xenbranch" in
> +  xen-3.*-testing) test_sedf=y; test_rtds=n ;;
> +  xen-4.0-testing) test_sedf=y; test_rtds=n ;;
> +  xen-4.1-testing) test_sedf=y; test_rtds=n ;;
> +  xen-4.2-testing) test_sedf=y; test_rtds=n ;;
> +  xen-4.3-testing) test_sedf=y; test_rtds=n ;;
> +  xen-4.4-testing) test_sedf=y; test_rtds=n ;;
> +  xen-4.5-testing) test_sedf=y; test_rtds=y ;;
> +  *)               test_sedf=n; test_rtds=y ;;
> +  esac
> +
>    do_sedf_tests
> +  do_rtds_tests
>    do_credit2_tests
>  
>    # No further arm tests at the moment
> 

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

* Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS
  2015-06-26 11:08 ` Ian Campbell
@ 2015-06-26 11:11   ` Dario Faggioli
  0 siblings, 0 replies; 17+ messages in thread
From: Dario Faggioli @ 2015-06-26 11:11 UTC (permalink / raw)
  To: Ian Campbell; +Cc: xen-devel, Meng Xu, Ian Jackson, Wei Liu


[-- Attachment #1.1: Type: text/plain, Size: 1662 bytes --]

On Fri, 2015-06-26 at 12:08 +0100, Ian Campbell wrote:
> On Fri, 2015-06-26 at 12:58 +0200, Dario Faggioli wrote:
> > the SEDF scheduler is about to be deprecated and go
> > away (see [1]). OTOH, the RTDS scheduler is here to
> > stay.
> > 
> > It therefore makes sense to stop smoke testing the
> > former in favour of the latter. Note that the
> > -sedf-pin jobs where only added in order to try to
> > debug a long standing issue with SEDF; it is not
> > necessary to have anything like that for RTDS.
> > 
> > For now, as RTDS is still marked as experimental,
> > test failures are allowed, as it is for SEDF.
> > 
> > Also, RTDS was introduced in Xen 4.5, so add the
> > test only for the relevant brnaches. Similarly,
> > SEDF is removed in Xen 4.6, so keep testing it in
> > older branches.
> > 
> > [1] http://lists.xen.org/archives/html/xen-devel/2015-05/msg02874.html
> 
> osstest needs an S-o-b too I'm afraid.
> 
Bah! How in h$%l did I manage to miss this!?! :-//

Would this work, or should I resend:
 Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>

In any case, really sorry for that! :-(

> Otherwise LGTM, Acked-by: Ian Campbell <ian.campbell@citrix.com>
> 
Thanks. I removed your Ack because, for gating it properly on the Xen
version, I ended up restructuring it quite fundamentally. Thanks for
looking at it again.

Regards,
Dario

-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

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

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

* Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS
  2015-06-26 10:58 [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS Dario Faggioli
  2015-06-26 11:08 ` Ian Campbell
@ 2015-06-26 12:02 ` Ian Jackson
  2015-06-26 13:43   ` Stop testing SEDF almost at all (at least until Xen 4.2) [was: Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS] Dario Faggioli
  2015-06-27 19:05 ` [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS Meng Xu
  2 siblings, 1 reply; 17+ messages in thread
From: Ian Jackson @ 2015-06-26 12:02 UTC (permalink / raw)
  To: Dario Faggioli; +Cc: xen-devel, Meng Xu, Wei Liu, Ian Campbell

Dario Faggioli writes ("[PATCH v2] OSSTest: stop testing SEDF, start testing RTDS"):
> the SEDF scheduler is about to be deprecated and go
> away (see [1]). OTOH, the RTDS scheduler is here to
> stay.
> 
> It therefore makes sense to stop smoke testing the
> former in favour of the latter. Note that the
> -sedf-pin jobs where only added in order to try to
> debug a long standing issue with SEDF; it is not
> necessary to have anything like that for RTDS.
> 
> For now, as RTDS is still marked as experimental,
> test failures are allowed, as it is for SEDF.
> 
> Also, RTDS was introduced in Xen 4.5, so add the
> test only for the relevant brnaches. Similarly,
> SEDF is removed in Xen 4.6, so keep testing it in
> older branches.

Thanks.

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

And I am about to apply it.

Ian.

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

* Stop testing SEDF almost at all (at least until Xen 4.2) [was: Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS]
  2015-06-26 12:02 ` Ian Jackson
@ 2015-06-26 13:43   ` Dario Faggioli
  2015-06-26 15:24     ` Ian Jackson
  0 siblings, 1 reply; 17+ messages in thread
From: Dario Faggioli @ 2015-06-26 13:43 UTC (permalink / raw)
  To: Ian Jackson; +Cc: George Dunlap, xen-devel, Meng Xu, Wei Liu, Ian Campbell


[-- Attachment #1.1.1: Type: text/plain, Size: 119273 bytes --]

[Adding George. Sorry George for not having added you to previous
emails]

On Fri, 2015-06-26 at 13:02 +0100, Ian Jackson wrote:
> Dario Faggioli writes ("[PATCH v2] OSSTest: stop testing SEDF, start testing RTDS"):
> > the SEDF scheduler is about to be deprecated and go
> > away (see [1]). OTOH, the RTDS scheduler is here to
> > stay.
> > 
> > It therefore makes sense to stop smoke testing the
> > former in favour of the latter. Note that the
> > -sedf-pin jobs where only added in order to try to
> > debug a long standing issue with SEDF; it is not
> > necessary to have anything like that for RTDS.
> > 
> > For now, as RTDS is still marked as experimental,
> > test failures are allowed, as it is for SEDF.
> > 
> > Also, RTDS was introduced in Xen 4.5, so add the
> > test only for the relevant brnaches. Similarly,
> > SEDF is removed in Xen 4.6, so keep testing it in
> > older branches.
> 
> Thanks.
> 
> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
> 
> And I am about to apply it.
> 
Thanks to you.

However, I honestly think that testing SEDF for earlier versions than
xen-unstable (at least until 4.2) is also just a waste of test
resources.

~4.2 time is when I joined this community, so I can't speak for before.
At that time, however, that scheduler was already broken and
unmaintained. There were failures already, that no one was
investigating, due to lack of interest. I thought about working on it,
but it never happened, due to the said lack of interest from the
community, as well as from any vendor or other interested party in
general.

The situation, since then (so, say, for 4.3 and 4.4), certainly did not
improve. The code did not get any love, and the tests continued to fail,
without anyone caring. From 4.5 (included) on, since we have RTDS,
interest is (if possible) even less!

As of now, we're running 2 tests (-sedf and -sedf-pin) on amd64 and the
same two on armhf. This may not be much, but is nevertheless time during
which the test lab could do more interesting and important things.

Therefore, I'd argue for the attached patch, as a follow up (this time,
_with_ a S-o-b! :-P).

A diff of the result of running the following command, unpathed and
patched, is shown below.

./standalone-generate-dump-flight-runvars xen-unstable xen-4.5-testing xen-4.4-testing xen-4.3-testing xen-4.2-testing xen-4.1-testing

Thanks and Regards,
Dario
---
dariof@hoopak:~/osstest.git$ diff -Nru runvars-pre runvars-post
--- runvars-pre	2015-06-26 14:22:56.458721000 +0100
+++ runvars-post	2015-06-26 13:54:59.700281000 +0100
@@ -741,8 +741,6 @@
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-win7-amd64      all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-winxpsp3        all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
 xen-4.5-testing            test-amd64-amd64-xl-rtds                  all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test           
-xen-4.5-testing            test-amd64-amd64-xl-sedf                  all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test           
-xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test           
 xen-4.5-testing            test-amd64-i386-freebsd10-amd64           all_hostflags               arch-i386,arch-xen-amd64,suite-wheezy,purpose-test            
 xen-4.5-testing            test-amd64-i386-freebsd10-i386            all_hostflags               arch-i386,arch-xen-amd64,suite-wheezy,purpose-test            
 xen-4.5-testing            test-amd64-i386-libvirt                   all_hostflags               arch-i386,arch-xen-amd64,suite-wheezy,purpose-test            
@@ -767,8 +765,6 @@
 xen-4.5-testing            test-armhf-armhf-xl-credit2               all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-4.5-testing            test-armhf-armhf-xl-rtds                  all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
-xen-4.5-testing            test-armhf-armhf-xl-sedf                  all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
-xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-4.5-testing            build-amd64                               arch                        amd64                                                         
 xen-4.5-testing            build-amd64-libvirt                       arch                        amd64                                                         
 xen-4.5-testing            build-amd64-pvops                         arch                        amd64                                                         
@@ -796,8 +792,6 @@
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-win7-amd64      arch                        amd64                                                         
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-winxpsp3        arch                        amd64                                                         
 xen-4.5-testing            test-amd64-amd64-xl-rtds                  arch                        amd64                                                         
-xen-4.5-testing            test-amd64-amd64-xl-sedf                  arch                        amd64                                                         
-xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              arch                        amd64                                                         
 xen-4.5-testing            test-amd64-i386-freebsd10-amd64           arch                        i386                                                          
 xen-4.5-testing            test-amd64-i386-freebsd10-i386            arch                        i386                                                          
 xen-4.5-testing            test-amd64-i386-libvirt                   arch                        i386                                                          
@@ -822,8 +816,6 @@
 xen-4.5-testing            test-armhf-armhf-xl-credit2               arch                        armhf                                                         
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             arch                        armhf                                                         
 xen-4.5-testing            test-armhf-armhf-xl-rtds                  arch                        armhf                                                         
-xen-4.5-testing            test-armhf-armhf-xl-sedf                  arch                        armhf                                                         
-xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              arch                        armhf                                                         
 xen-4.5-testing            test-amd64-amd64-xl-qemut-debianhvm-amd64 bios                        rombios                                                       
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-debianhvm-amd64 bios                        seabios                                                       
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      bios                        ovmf                                                          
@@ -862,8 +854,6 @@
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-win7-amd64      buildjob                    build-amd64                                                   
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-winxpsp3        buildjob                    build-amd64                                                   
 xen-4.5-testing            test-amd64-amd64-xl-rtds                  buildjob                    build-amd64                                                   
-xen-4.5-testing            test-amd64-amd64-xl-sedf                  buildjob                    build-amd64                                                   
-xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              buildjob                    build-amd64                                                   
 xen-4.5-testing            test-amd64-i386-freebsd10-amd64           buildjob                    build-i386                                                    
 xen-4.5-testing            test-amd64-i386-freebsd10-i386            buildjob                    build-i386                                                    
 xen-4.5-testing            test-amd64-i386-libvirt                   buildjob                    build-i386                                                    
@@ -888,8 +878,6 @@
 xen-4.5-testing            test-armhf-armhf-xl-credit2               buildjob                    build-armhf                                                   
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             buildjob                    build-armhf                                                   
 xen-4.5-testing            test-armhf-armhf-xl-rtds                  buildjob                    build-armhf                                                   
-xen-4.5-testing            test-armhf-armhf-xl-sedf                  buildjob                    build-armhf                                                   
-xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              buildjob                    build-armhf                                                   
 xen-4.5-testing            test-amd64-amd64-libvirt                  debian_arch                 amd64                                                         
 xen-4.5-testing            test-amd64-amd64-pair                     debian_arch                 amd64                                                         
 xen-4.5-testing            test-amd64-amd64-xl                       debian_arch                 amd64                                                         
@@ -898,8 +886,6 @@
 xen-4.5-testing            test-amd64-amd64-xl-pvh-amd               debian_arch                 amd64                                                         
 xen-4.5-testing            test-amd64-amd64-xl-pvh-intel             debian_arch                 amd64                                                         
 xen-4.5-testing            test-amd64-amd64-xl-rtds                  debian_arch                 amd64                                                         
-xen-4.5-testing            test-amd64-amd64-xl-sedf                  debian_arch                 amd64                                                         
-xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              debian_arch                 amd64                                                         
 xen-4.5-testing            test-amd64-i386-libvirt                   debian_arch                 i386                                                          
 xen-4.5-testing            test-amd64-i386-pair                      debian_arch                 i386                                                          
 xen-4.5-testing            test-amd64-i386-xl                        debian_arch                 i386                                                          
@@ -908,8 +894,6 @@
 xen-4.5-testing            test-armhf-armhf-xl-credit2               debian_arch                 armhf                                                         
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             debian_arch                 armhf                                                         
 xen-4.5-testing            test-armhf-armhf-xl-rtds                  debian_arch                 armhf                                                         
-xen-4.5-testing            test-armhf-armhf-xl-sedf                  debian_arch                 armhf                                                         
-xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              debian_arch                 armhf                                                         
 xen-4.5-testing            test-amd64-amd64-libvirt                  debian_kernkind             pvops                                                         
 xen-4.5-testing            test-amd64-amd64-pair                     debian_kernkind             pvops                                                         
 xen-4.5-testing            test-amd64-amd64-xl                       debian_kernkind             pvops                                                         
@@ -918,8 +902,6 @@
 xen-4.5-testing            test-amd64-amd64-xl-pvh-amd               debian_kernkind             pvops                                                         
 xen-4.5-testing            test-amd64-amd64-xl-pvh-intel             debian_kernkind             pvops                                                         
 xen-4.5-testing            test-amd64-amd64-xl-rtds                  debian_kernkind             pvops                                                         
-xen-4.5-testing            test-amd64-amd64-xl-sedf                  debian_kernkind             pvops                                                         
-xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              debian_kernkind             pvops                                                         
 xen-4.5-testing            test-amd64-i386-libvirt                   debian_kernkind             pvops                                                         
 xen-4.5-testing            test-amd64-i386-pair                      debian_kernkind             pvops                                                         
 xen-4.5-testing            test-amd64-i386-xl                        debian_kernkind             pvops                                                         
@@ -928,8 +910,6 @@
 xen-4.5-testing            test-armhf-armhf-xl-credit2               debian_kernkind             pvops                                                         
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             debian_kernkind             pvops                                                         
 xen-4.5-testing            test-armhf-armhf-xl-rtds                  debian_kernkind             pvops                                                         
-xen-4.5-testing            test-armhf-armhf-xl-sedf                  debian_kernkind             pvops                                                         
-xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              debian_kernkind             pvops                                                         
 xen-4.5-testing            test-amd64-amd64-xl-pvh-amd               debian_pvh                  1                                                             
 xen-4.5-testing            test-amd64-amd64-xl-pvh-intel             debian_pvh                  1                                                             
 xen-4.5-testing            test-amd64-amd64-xl-qemut-debianhvm-amd64 debianhvm_image             debian-7.2.0-amd64-CD-1.iso                                   
@@ -988,15 +968,11 @@
 xen-4.5-testing            test-amd64-amd64-xl-credit2               guests_vcpus                4                                                             
 xen-4.5-testing            test-amd64-amd64-xl-multivcpu             guests_vcpus                4                                                             
 xen-4.5-testing            test-amd64-amd64-xl-rtds                  guests_vcpus                4                                                             
-xen-4.5-testing            test-amd64-amd64-xl-sedf                  guests_vcpus                4                                                             
-xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              guests_vcpus                4                                                             
 xen-4.5-testing            test-amd64-i386-xl-qemut-winxpsp3-vcpus1  guests_vcpus                1                                                             
 xen-4.5-testing            test-amd64-i386-xl-qemuu-winxpsp3-vcpus1  guests_vcpus                1                                                             
 xen-4.5-testing            test-armhf-armhf-xl-credit2               guests_vcpus                4                                                             
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             guests_vcpus                4                                                             
 xen-4.5-testing            test-armhf-armhf-xl-rtds                  guests_vcpus                4                                                             
-xen-4.5-testing            test-armhf-armhf-xl-sedf                  guests_vcpus                4                                                             
-xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              guests_vcpus                4                                                             
 xen-4.5-testing            build-amd64                               host_hostflags              share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
 xen-4.5-testing            build-amd64-libvirt                       host_hostflags              share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
 xen-4.5-testing            build-amd64-pvops                         host_hostflags              share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
@@ -1028,8 +1004,6 @@
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-win7-amd64      kernbuildjob                build-amd64-pvops                                             
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-winxpsp3        kernbuildjob                build-amd64-pvops                                             
 xen-4.5-testing            test-amd64-amd64-xl-rtds                  kernbuildjob                build-amd64-pvops                                             
-xen-4.5-testing            test-amd64-amd64-xl-sedf                  kernbuildjob                build-amd64-pvops                                             
-xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              kernbuildjob                build-amd64-pvops                                             
 xen-4.5-testing            test-amd64-i386-freebsd10-amd64           kernbuildjob                build-i386-pvops                                              
 xen-4.5-testing            test-amd64-i386-freebsd10-i386            kernbuildjob                build-i386-pvops                                              
 xen-4.5-testing            test-amd64-i386-libvirt                   kernbuildjob                build-i386-pvops                                              
@@ -1054,8 +1028,6 @@
 xen-4.5-testing            test-armhf-armhf-xl-credit2               kernbuildjob                build-armhf-pvops                                             
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             kernbuildjob                build-armhf-pvops                                             
 xen-4.5-testing            test-armhf-armhf-xl-rtds                  kernbuildjob                build-armhf-pvops                                             
-xen-4.5-testing            test-armhf-armhf-xl-sedf                  kernbuildjob                build-armhf-pvops                                             
-xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              kernbuildjob                build-armhf-pvops                                             
 xen-4.5-testing            test-amd64-amd64-libvirt                  kernkind                    pvops                                                         
 xen-4.5-testing            test-amd64-amd64-pair                     kernkind                    pvops                                                         
 xen-4.5-testing            test-amd64-amd64-rumpuserxen-amd64        kernkind                    pvops                                                         
@@ -1072,8 +1044,6 @@
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-win7-amd64      kernkind                    pvops                                                         
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-winxpsp3        kernkind                    pvops                                                         
 xen-4.5-testing            test-amd64-amd64-xl-rtds                  kernkind                    pvops                                                         
-xen-4.5-testing            test-amd64-amd64-xl-sedf                  kernkind                    pvops                                                         
-xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              kernkind                    pvops                                                         
 xen-4.5-testing            test-amd64-i386-freebsd10-amd64           kernkind                    pvops                                                         
 xen-4.5-testing            test-amd64-i386-freebsd10-i386            kernkind                    pvops                                                         
 xen-4.5-testing            test-amd64-i386-libvirt                   kernkind                    pvops                                                         
@@ -1098,15 +1068,9 @@
 xen-4.5-testing            test-armhf-armhf-xl-credit2               kernkind                    pvops                                                         
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             kernkind                    pvops                                                         
 xen-4.5-testing            test-armhf-armhf-xl-rtds                  kernkind                    pvops                                                         
-xen-4.5-testing            test-armhf-armhf-xl-sedf                  kernkind                    pvops                                                         
-xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              kernkind                    pvops                                                         
 xen-4.5-testing            test-amd64-amd64-libvirt                  libvirtbuildjob             build-amd64-libvirt                                           
 xen-4.5-testing            test-amd64-i386-libvirt                   libvirtbuildjob             build-i386-libvirt                                            
 xen-4.5-testing            test-armhf-armhf-libvirt                  libvirtbuildjob             build-armhf-libvirt                                           
-xen-4.5-testing            test-amd64-amd64-xl-sedf                  linux_boot_append           loglevel=9 debug                                              
-xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              linux_boot_append           loglevel=9 debug                                              
-xen-4.5-testing            test-armhf-armhf-xl-sedf                  linux_boot_append           loglevel=9 debug                                              
-xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              linux_boot_append           loglevel=9 debug                                              
 xen-4.5-testing            test-amd64-i386-qemut-rhel6hvm-amd        redhat_image                rhel-server-6.1-i386-dvd.iso                                  
 xen-4.5-testing            test-amd64-i386-qemut-rhel6hvm-intel      redhat_image                rhel-server-6.1-i386-dvd.iso                                  
 xen-4.5-testing            test-amd64-i386-qemuu-rhel6hvm-amd        redhat_image                rhel-server-6.1-i386-dvd.iso                                  
@@ -1161,8 +1125,6 @@
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-win7-amd64      toolstack                   xl                                                            
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-winxpsp3        toolstack                   xl                                                            
 xen-4.5-testing            test-amd64-amd64-xl-rtds                  toolstack                   xl                                                            
-xen-4.5-testing            test-amd64-amd64-xl-sedf                  toolstack                   xl                                                            
-xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              toolstack                   xl                                                            
 xen-4.5-testing            test-amd64-i386-freebsd10-amd64           toolstack                   xl                                                            
 xen-4.5-testing            test-amd64-i386-freebsd10-i386            toolstack                   xl                                                            
 xen-4.5-testing            test-amd64-i386-libvirt                   toolstack                   libvirt                                                       
@@ -1187,8 +1149,6 @@
 xen-4.5-testing            test-armhf-armhf-xl-credit2               toolstack                   xl                                                            
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             toolstack                   xl                                                            
 xen-4.5-testing            test-armhf-armhf-xl-rtds                  toolstack                   xl                                                            
-xen-4.5-testing            test-armhf-armhf-xl-sedf                  toolstack                   xl                                                            
-xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              toolstack                   xl                                                            
 xen-4.5-testing            build-amd64-libvirt                       tree_libvirt                git://xenbits.xen.org/libvirt.git                             
 xen-4.5-testing            build-armhf-libvirt                       tree_libvirt                git://xenbits.xen.org/libvirt.git                             
 xen-4.5-testing            build-i386-libvirt                        tree_libvirt                git://xenbits.xen.org/libvirt.git                             
@@ -1253,12 +1213,8 @@
 xen-4.5-testing            test-amd64-i386-xl-qemuu-winxpsp3-vcpus1  win_image                   winxpsp3.iso                                                  
 xen-4.5-testing            test-amd64-amd64-xl-credit2               xen_boot_append             sched=credit2                                                 
 xen-4.5-testing            test-amd64-amd64-xl-rtds                  xen_boot_append             sched=rtds                                                    
-xen-4.5-testing            test-amd64-amd64-xl-sedf                  xen_boot_append             sched=sedf loglvl=all                                         
-xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              xen_boot_append             sched=sedf loglvl=all dom0_vcpus_pin                          
 xen-4.5-testing            test-armhf-armhf-xl-credit2               xen_boot_append             sched=credit2                                                 
 xen-4.5-testing            test-armhf-armhf-xl-rtds                  xen_boot_append             sched=rtds                                                    
-xen-4.5-testing            test-armhf-armhf-xl-sedf                  xen_boot_append             sched=sedf loglvl=all                                         
-xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              xen_boot_append             sched=sedf loglvl=all dom0_vcpus_pin                          
 xen-4.5-testing            test-amd64-amd64-libvirt                  xenbuildjob                 build-amd64                                                   
 xen-4.5-testing            test-amd64-amd64-pair                     xenbuildjob                 build-amd64                                                   
 xen-4.5-testing            test-amd64-amd64-rumpuserxen-amd64        xenbuildjob                 build-amd64                                                   
@@ -1275,8 +1231,6 @@
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-win7-amd64      xenbuildjob                 build-amd64                                                   
 xen-4.5-testing            test-amd64-amd64-xl-qemuu-winxpsp3        xenbuildjob                 build-amd64                                                   
 xen-4.5-testing            test-amd64-amd64-xl-rtds                  xenbuildjob                 build-amd64                                                   
-xen-4.5-testing            test-amd64-amd64-xl-sedf                  xenbuildjob                 build-amd64                                                   
-xen-4.5-testing            test-amd64-amd64-xl-sedf-pin              xenbuildjob                 build-amd64                                                   
 xen-4.5-testing            test-amd64-i386-freebsd10-amd64           xenbuildjob                 build-amd64                                                   
 xen-4.5-testing            test-amd64-i386-freebsd10-i386            xenbuildjob                 build-amd64                                                   
 xen-4.5-testing            test-amd64-i386-libvirt                   xenbuildjob                 build-amd64                                                   
@@ -1301,8 +1255,6 @@
 xen-4.5-testing            test-armhf-armhf-xl-credit2               xenbuildjob                 build-armhf                                                   
 xen-4.5-testing            test-armhf-armhf-xl-multivcpu             xenbuildjob                 build-armhf                                                   
 xen-4.5-testing            test-armhf-armhf-xl-rtds                  xenbuildjob                 build-armhf                                                   
-xen-4.5-testing            test-armhf-armhf-xl-sedf                  xenbuildjob                 build-armhf                                                   
-xen-4.5-testing            test-armhf-armhf-xl-sedf-pin              xenbuildjob                 build-armhf                                                   
 xen-4.5-testing            test-amd64-amd64-rumpuserxen-amd64        xenstorels_builtimage       :/usr/local/bin/xenstore                                      
 xen-4.5-testing            test-amd64-i386-rumpuserxen-i386          xenstorels_builtimage       :/usr/local/bin/xenstore                                      
 xen-4.5-testing            test-amd64-amd64-rumpuserxen-amd64        xenstorels_cmdline          ls -fp device                                                 
@@ -1321,8 +1273,6 @@
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-win7-amd64      all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-winxpsp3        all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
-xen-4.4-testing            test-amd64-amd64-xl-sedf                  all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test           
-xen-4.4-testing            test-amd64-amd64-xl-sedf-pin              all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test           
 xen-4.4-testing            test-amd64-i386-freebsd10-amd64           all_hostflags               arch-i386,arch-xen-amd64,suite-wheezy,purpose-test            
 xen-4.4-testing            test-amd64-i386-freebsd10-i386            all_hostflags               arch-i386,arch-xen-amd64,suite-wheezy,purpose-test            
 xen-4.4-testing            test-amd64-i386-libvirt                   all_hostflags               arch-i386,arch-xen-amd64,suite-wheezy,purpose-test            
@@ -1346,8 +1296,6 @@
 xen-4.4-testing            test-armhf-armhf-xl                       all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-4.4-testing            test-armhf-armhf-xl-credit2               all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-4.4-testing            test-armhf-armhf-xl-multivcpu             all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
-xen-4.4-testing            test-armhf-armhf-xl-sedf                  all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
-xen-4.4-testing            test-armhf-armhf-xl-sedf-pin              all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-4.4-testing            build-amd64                               arch                        amd64                                                         
 xen-4.4-testing            build-amd64-libvirt                       arch                        amd64                                                         
 xen-4.4-testing            build-amd64-pvops                         arch                        amd64                                                         
@@ -1375,8 +1323,6 @@
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      arch                        amd64                                                         
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-win7-amd64      arch                        amd64                                                         
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-winxpsp3        arch                        amd64                                                         
-xen-4.4-testing            test-amd64-amd64-xl-sedf                  arch                        amd64                                                         
-xen-4.4-testing            test-amd64-amd64-xl-sedf-pin              arch                        amd64                                                         
 xen-4.4-testing            test-amd64-i386-freebsd10-amd64           arch                        i386                                                          
 xen-4.4-testing            test-amd64-i386-freebsd10-i386            arch                        i386                                                          
 xen-4.4-testing            test-amd64-i386-libvirt                   arch                        i386                                                          
@@ -1400,8 +1346,6 @@
 xen-4.4-testing            test-armhf-armhf-xl                       arch                        armhf                                                         
 xen-4.4-testing            test-armhf-armhf-xl-credit2               arch                        armhf                                                         
 xen-4.4-testing            test-armhf-armhf-xl-multivcpu             arch                        armhf                                                         
-xen-4.4-testing            test-armhf-armhf-xl-sedf                  arch                        armhf                                                         
-xen-4.4-testing            test-armhf-armhf-xl-sedf-pin              arch                        armhf                                                         
 xen-4.4-testing            test-amd64-amd64-xl-qemut-debianhvm-amd64 bios                        rombios                                                       
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-debianhvm-amd64 bios                        seabios                                                       
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      bios                        ovmf                                                          
@@ -1440,8 +1384,6 @@
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      buildjob                    build-amd64                                                   
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-win7-amd64      buildjob                    build-amd64                                                   
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-winxpsp3        buildjob                    build-amd64                                                   
-xen-4.4-testing            test-amd64-amd64-xl-sedf                  buildjob                    build-amd64                                                   
-xen-4.4-testing            test-amd64-amd64-xl-sedf-pin              buildjob                    build-amd64                                                   
 xen-4.4-testing            test-amd64-i386-freebsd10-amd64           buildjob                    build-i386                                                    
 xen-4.4-testing            test-amd64-i386-freebsd10-i386            buildjob                    build-i386                                                    
 xen-4.4-testing            test-amd64-i386-libvirt                   buildjob                    build-i386                                                    
@@ -1465,16 +1407,12 @@
 xen-4.4-testing            test-armhf-armhf-xl                       buildjob                    build-armhf                                                   
 xen-4.4-testing            test-armhf-armhf-xl-credit2               buildjob                    build-armhf                                                   
 xen-4.4-testing            test-armhf-armhf-xl-multivcpu             buildjob                    build-armhf                                                   
-xen-4.4-testing            test-armhf-armhf-xl-sedf                  buildjob                    build-armhf                                                   
-xen-4.4-testing            test-armhf-armhf-xl-sedf-pin              buildjob                    build-armhf                                                   
 xen-4.4-testing            test-amd64-amd64-libvirt                  debian_arch                 amd64                                                         
 xen-4.4-testing            test-amd64-amd64-pair                     debian_arch                 amd64                                                         
 xen-4.4-testing            test-amd64-amd64-pv                       debian_arch                 amd64                                                         
 xen-4.4-testing            test-amd64-amd64-xl                       debian_arch                 amd64                                                         
 xen-4.4-testing            test-amd64-amd64-xl-credit2               debian_arch                 amd64                                                         
 xen-4.4-testing            test-amd64-amd64-xl-multivcpu             debian_arch                 amd64                                                         
-xen-4.4-testing            test-amd64-amd64-xl-sedf                  debian_arch                 amd64                                                         
-xen-4.4-testing            test-amd64-amd64-xl-sedf-pin              debian_arch                 amd64                                                         
 xen-4.4-testing            test-amd64-i386-libvirt                   debian_arch                 i386                                                          
 xen-4.4-testing            test-amd64-i386-pair                      debian_arch                 i386                                                          
 xen-4.4-testing            test-amd64-i386-pv                        debian_arch                 i386                                                          
@@ -1483,16 +1421,12 @@
 xen-4.4-testing            test-armhf-armhf-xl                       debian_arch                 armhf                                                         
 xen-4.4-testing            test-armhf-armhf-xl-credit2               debian_arch                 armhf                                                         
 xen-4.4-testing            test-armhf-armhf-xl-multivcpu             debian_arch                 armhf                                                         
-xen-4.4-testing            test-armhf-armhf-xl-sedf                  debian_arch                 armhf                                                         
-xen-4.4-testing            test-armhf-armhf-xl-sedf-pin              debian_arch                 armhf                                                         
 xen-4.4-testing            test-amd64-amd64-libvirt                  debian_kernkind             pvops                                                         
 xen-4.4-testing            test-amd64-amd64-pair                     debian_kernkind             pvops                                                         
 xen-4.4-testing            test-amd64-amd64-pv                       debian_kernkind             pvops                                                         
 xen-4.4-testing            test-amd64-amd64-xl                       debian_kernkind             pvops                                                         
 xen-4.4-testing            test-amd64-amd64-xl-credit2               debian_kernkind             pvops                                                         
 xen-4.4-testing            test-amd64-amd64-xl-multivcpu             debian_kernkind             pvops                                                         
-xen-4.4-testing            test-amd64-amd64-xl-sedf                  debian_kernkind             pvops                                                         
-xen-4.4-testing            test-amd64-amd64-xl-sedf-pin              debian_kernkind             pvops                                                         
 xen-4.4-testing            test-amd64-i386-libvirt                   debian_kernkind             pvops                                                         
 xen-4.4-testing            test-amd64-i386-pair                      debian_kernkind             pvops                                                         
 xen-4.4-testing            test-amd64-i386-pv                        debian_kernkind             pvops                                                         
@@ -1501,8 +1435,6 @@
 xen-4.4-testing            test-armhf-armhf-xl                       debian_kernkind             pvops                                                         
 xen-4.4-testing            test-armhf-armhf-xl-credit2               debian_kernkind             pvops                                                         
 xen-4.4-testing            test-armhf-armhf-xl-multivcpu             debian_kernkind             pvops                                                         
-xen-4.4-testing            test-armhf-armhf-xl-sedf                  debian_kernkind             pvops                                                         
-xen-4.4-testing            test-armhf-armhf-xl-sedf-pin              debian_kernkind             pvops                                                         
 xen-4.4-testing            test-amd64-amd64-xl-qemut-debianhvm-amd64 debianhvm_image             debian-7.2.0-amd64-CD-1.iso                                   
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-debianhvm-amd64 debianhvm_image             debian-7.2.0-amd64-CD-1.iso                                   
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      debianhvm_image             debian-7.2.0-amd64-CD-1.iso                                   
@@ -1561,14 +1493,10 @@
 xen-4.4-testing            test-amd64-i386-rumpuserxen-i386          guests_rumpuserxenbuildjob  build-i386-rumpuserxen                                        
 xen-4.4-testing            test-amd64-amd64-xl-credit2               guests_vcpus                4                                                             
 xen-4.4-testing            test-amd64-amd64-xl-multivcpu             guests_vcpus                4                                                             
-xen-4.4-testing            test-amd64-amd64-xl-sedf                  guests_vcpus                4                                                             
-xen-4.4-testing            test-amd64-amd64-xl-sedf-pin              guests_vcpus                4                                                             
 xen-4.4-testing            test-amd64-i386-xl-qemut-winxpsp3-vcpus1  guests_vcpus                1                                                             
 xen-4.4-testing            test-amd64-i386-xl-qemuu-winxpsp3-vcpus1  guests_vcpus                1                                                             
 xen-4.4-testing            test-armhf-armhf-xl-credit2               guests_vcpus                4                                                             
 xen-4.4-testing            test-armhf-armhf-xl-multivcpu             guests_vcpus                4                                                             
-xen-4.4-testing            test-armhf-armhf-xl-sedf                  guests_vcpus                4                                                             
-xen-4.4-testing            test-armhf-armhf-xl-sedf-pin              guests_vcpus                4                                                             
 xen-4.4-testing            build-amd64                               host_hostflags              share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
 xen-4.4-testing            build-amd64-libvirt                       host_hostflags              share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
 xen-4.4-testing            build-amd64-pvops                         host_hostflags              share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
@@ -1600,8 +1528,6 @@
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      kernbuildjob                build-amd64-pvops                                             
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-win7-amd64      kernbuildjob                build-amd64-pvops                                             
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-winxpsp3        kernbuildjob                build-amd64-pvops                                             
-xen-4.4-testing            test-amd64-amd64-xl-sedf                  kernbuildjob                build-amd64-pvops                                             
-xen-4.4-testing            test-amd64-amd64-xl-sedf-pin              kernbuildjob                build-amd64-pvops                                             
 xen-4.4-testing            test-amd64-i386-freebsd10-amd64           kernbuildjob                build-i386-pvops                                              
 xen-4.4-testing            test-amd64-i386-freebsd10-i386            kernbuildjob                build-i386-pvops                                              
 xen-4.4-testing            test-amd64-i386-libvirt                   kernbuildjob                build-i386-pvops                                              
@@ -1625,8 +1551,6 @@
 xen-4.4-testing            test-armhf-armhf-xl                       kernbuildjob                build-armhf-pvops                                             
 xen-4.4-testing            test-armhf-armhf-xl-credit2               kernbuildjob                build-armhf-pvops                                             
 xen-4.4-testing            test-armhf-armhf-xl-multivcpu             kernbuildjob                build-armhf-pvops                                             
-xen-4.4-testing            test-armhf-armhf-xl-sedf                  kernbuildjob                build-armhf-pvops                                             
-xen-4.4-testing            test-armhf-armhf-xl-sedf-pin              kernbuildjob                build-armhf-pvops                                             
 xen-4.4-testing            test-amd64-amd64-libvirt                  kernkind                    pvops                                                         
 xen-4.4-testing            test-amd64-amd64-pair                     kernkind                    pvops                                                         
 xen-4.4-testing            test-amd64-amd64-pv                       kernkind                    pvops                                                         
@@ -1641,8 +1565,6 @@
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      kernkind                    pvops                                                         
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-win7-amd64      kernkind                    pvops                                                         
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-winxpsp3        kernkind                    pvops                                                         
-xen-4.4-testing            test-amd64-amd64-xl-sedf                  kernkind                    pvops                                                         
-xen-4.4-testing            test-amd64-amd64-xl-sedf-pin              kernkind                    pvops                                                         
 xen-4.4-testing            test-amd64-i386-freebsd10-amd64           kernkind                    pvops                                                         
 xen-4.4-testing            test-amd64-i386-freebsd10-i386            kernkind                    pvops                                                         
 xen-4.4-testing            test-amd64-i386-libvirt                   kernkind                    pvops                                                         
@@ -1666,15 +1588,9 @@
 xen-4.4-testing            test-armhf-armhf-xl                       kernkind                    pvops                                                         
 xen-4.4-testing            test-armhf-armhf-xl-credit2               kernkind                    pvops                                                         
 xen-4.4-testing            test-armhf-armhf-xl-multivcpu             kernkind                    pvops                                                         
-xen-4.4-testing            test-armhf-armhf-xl-sedf                  kernkind                    pvops                                                         
-xen-4.4-testing            test-armhf-armhf-xl-sedf-pin              kernkind                    pvops                                                         
 xen-4.4-testing            test-amd64-amd64-libvirt                  libvirtbuildjob             build-amd64-libvirt                                           
 xen-4.4-testing            test-amd64-i386-libvirt                   libvirtbuildjob             build-i386-libvirt                                            
 xen-4.4-testing            test-armhf-armhf-libvirt                  libvirtbuildjob             build-armhf-libvirt                                           
-xen-4.4-testing            test-amd64-amd64-xl-sedf                  linux_boot_append           loglevel=9 debug                                              
-xen-4.4-testing            test-amd64-amd64-xl-sedf-pin              linux_boot_append           loglevel=9 debug                                              
-xen-4.4-testing            test-armhf-armhf-xl-sedf                  linux_boot_append           loglevel=9 debug                                              
-xen-4.4-testing            test-armhf-armhf-xl-sedf-pin              linux_boot_append           loglevel=9 debug                                              
 xen-4.4-testing            test-amd64-i386-qemut-rhel6hvm-amd        redhat_image                rhel-server-6.1-i386-dvd.iso                                  
 xen-4.4-testing            test-amd64-i386-qemut-rhel6hvm-intel      redhat_image                rhel-server-6.1-i386-dvd.iso                                  
 xen-4.4-testing            test-amd64-i386-qemuu-rhel6hvm-amd        redhat_image                rhel-server-6.1-i386-dvd.iso                                  
@@ -1733,8 +1649,6 @@
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      toolstack                   xl                                                            
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-win7-amd64      toolstack                   xl                                                            
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-winxpsp3        toolstack                   xl                                                            
-xen-4.4-testing            test-amd64-amd64-xl-sedf                  toolstack                   xl                                                            
-xen-4.4-testing            test-amd64-amd64-xl-sedf-pin              toolstack                   xl                                                            
 xen-4.4-testing            test-amd64-i386-freebsd10-amd64           toolstack                   xl                                                            
 xen-4.4-testing            test-amd64-i386-freebsd10-i386            toolstack                   xl                                                            
 xen-4.4-testing            test-amd64-i386-libvirt                   toolstack                   libvirt                                                       
@@ -1758,8 +1672,6 @@
 xen-4.4-testing            test-armhf-armhf-xl                       toolstack                   xl                                                            
 xen-4.4-testing            test-armhf-armhf-xl-credit2               toolstack                   xl                                                            
 xen-4.4-testing            test-armhf-armhf-xl-multivcpu             toolstack                   xl                                                            
-xen-4.4-testing            test-armhf-armhf-xl-sedf                  toolstack                   xl                                                            
-xen-4.4-testing            test-armhf-armhf-xl-sedf-pin              toolstack                   xl                                                            
 xen-4.4-testing            build-amd64-libvirt                       tree_libvirt                git://xenbits.xen.org/libvirt.git                             
 xen-4.4-testing            build-armhf-libvirt                       tree_libvirt                git://xenbits.xen.org/libvirt.git                             
 xen-4.4-testing            build-i386-libvirt                        tree_libvirt                git://xenbits.xen.org/libvirt.git                             
@@ -1827,11 +1739,7 @@
 xen-4.4-testing            test-amd64-i386-xl-qemuu-win7-amd64       win_image                   win7-x64.iso                                                  
 xen-4.4-testing            test-amd64-i386-xl-qemuu-winxpsp3-vcpus1  win_image                   winxpsp3.iso                                                  
 xen-4.4-testing            test-amd64-amd64-xl-credit2               xen_boot_append             sched=credit2                                                 
-xen-4.4-testing            test-amd64-amd64-xl-sedf                  xen_boot_append             sched=sedf loglvl=all                                         
-xen-4.4-testing            test-amd64-amd64-xl-sedf-pin              xen_boot_append             sched=sedf loglvl=all dom0_vcpus_pin                          
 xen-4.4-testing            test-armhf-armhf-xl-credit2               xen_boot_append             sched=credit2                                                 
-xen-4.4-testing            test-armhf-armhf-xl-sedf                  xen_boot_append             sched=sedf loglvl=all                                         
-xen-4.4-testing            test-armhf-armhf-xl-sedf-pin              xen_boot_append             sched=sedf loglvl=all dom0_vcpus_pin                          
 xen-4.4-testing            test-amd64-amd64-libvirt                  xenbuildjob                 build-amd64                                                   
 xen-4.4-testing            test-amd64-amd64-pair                     xenbuildjob                 build-amd64                                                   
 xen-4.4-testing            test-amd64-amd64-pv                       xenbuildjob                 build-amd64-xend                                              
@@ -1846,8 +1754,6 @@
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      xenbuildjob                 build-amd64                                                   
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-win7-amd64      xenbuildjob                 build-amd64                                                   
 xen-4.4-testing            test-amd64-amd64-xl-qemuu-winxpsp3        xenbuildjob                 build-amd64                                                   
-xen-4.4-testing            test-amd64-amd64-xl-sedf                  xenbuildjob                 build-amd64                                                   
-xen-4.4-testing            test-amd64-amd64-xl-sedf-pin              xenbuildjob                 build-amd64                                                   
 xen-4.4-testing            test-amd64-i386-freebsd10-amd64           xenbuildjob                 build-amd64                                                   
 xen-4.4-testing            test-amd64-i386-freebsd10-i386            xenbuildjob                 build-amd64                                                   
 xen-4.4-testing            test-amd64-i386-libvirt                   xenbuildjob                 build-amd64                                                   
@@ -1871,8 +1777,6 @@
 xen-4.4-testing            test-armhf-armhf-xl                       xenbuildjob                 build-armhf                                                   
 xen-4.4-testing            test-armhf-armhf-xl-credit2               xenbuildjob                 build-armhf                                                   
 xen-4.4-testing            test-armhf-armhf-xl-multivcpu             xenbuildjob                 build-armhf                                                   
-xen-4.4-testing            test-armhf-armhf-xl-sedf                  xenbuildjob                 build-armhf                                                   
-xen-4.4-testing            test-armhf-armhf-xl-sedf-pin              xenbuildjob                 build-armhf                                                   
 xen-4.4-testing            test-amd64-amd64-rumpuserxen-amd64        xenstorels_builtimage       :/usr/local/bin/xenstore                                      
 xen-4.4-testing            test-amd64-i386-rumpuserxen-i386          xenstorels_builtimage       :/usr/local/bin/xenstore                                      
 xen-4.4-testing            test-amd64-amd64-rumpuserxen-amd64        xenstorels_cmdline          ls -fp device                                                 
@@ -1891,8 +1795,6 @@
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-win7-amd64      all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-winxpsp3        all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
-xen-4.3-testing            test-amd64-amd64-xl-sedf                  all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test           
-xen-4.3-testing            test-amd64-amd64-xl-sedf-pin              all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test           
 xen-4.3-testing            test-amd64-i386-freebsd10-amd64           all_hostflags               arch-i386,arch-xen-amd64,suite-wheezy,purpose-test            
 xen-4.3-testing            test-amd64-i386-freebsd10-i386            all_hostflags               arch-i386,arch-xen-amd64,suite-wheezy,purpose-test            
 xen-4.3-testing            test-amd64-i386-libvirt                   all_hostflags               arch-i386,arch-xen-amd64,suite-wheezy,purpose-test            
@@ -1916,8 +1818,6 @@
 xen-4.3-testing            test-armhf-armhf-xl                       all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-4.3-testing            test-armhf-armhf-xl-credit2               all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-4.3-testing            test-armhf-armhf-xl-multivcpu             all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
-xen-4.3-testing            test-armhf-armhf-xl-sedf                  all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
-xen-4.3-testing            test-armhf-armhf-xl-sedf-pin              all_hostflags               arch-armhf,arch-xen-armhf,suite-wheezy,purpose-test           
 xen-4.3-testing            build-amd64                               arch                        amd64                                                         
 xen-4.3-testing            build-amd64-libvirt                       arch                        amd64                                                         
 xen-4.3-testing            build-amd64-pvops                         arch                        amd64                                                         
@@ -1943,8 +1843,6 @@
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      arch                        amd64                                                         
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-win7-amd64      arch                        amd64                                                         
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-winxpsp3        arch                        amd64                                                         
-xen-4.3-testing            test-amd64-amd64-xl-sedf                  arch                        amd64                                                         
-xen-4.3-testing            test-amd64-amd64-xl-sedf-pin              arch                        amd64                                                         
 xen-4.3-testing            test-amd64-i386-freebsd10-amd64           arch                        i386                                                          
 xen-4.3-testing            test-amd64-i386-freebsd10-i386            arch                        i386                                                          
 xen-4.3-testing            test-amd64-i386-libvirt                   arch                        i386                                                          
@@ -1968,8 +1866,6 @@
 xen-4.3-testing            test-armhf-armhf-xl                       arch                        armhf                                                         
 xen-4.3-testing            test-armhf-armhf-xl-credit2               arch                        armhf                                                         
 xen-4.3-testing            test-armhf-armhf-xl-multivcpu             arch                        armhf                                                         
-xen-4.3-testing            test-armhf-armhf-xl-sedf                  arch                        armhf                                                         
-xen-4.3-testing            test-armhf-armhf-xl-sedf-pin              arch                        armhf                                                         
 xen-4.3-testing            test-amd64-amd64-xl-qemut-debianhvm-amd64 bios                        rombios                                                       
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-debianhvm-amd64 bios                        seabios                                                       
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      bios                        ovmf                                                          
@@ -2006,8 +1902,6 @@
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      buildjob                    build-amd64                                                   
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-win7-amd64      buildjob                    build-amd64                                                   
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-winxpsp3        buildjob                    build-amd64                                                   
-xen-4.3-testing            test-amd64-amd64-xl-sedf                  buildjob                    build-amd64                                                   
-xen-4.3-testing            test-amd64-amd64-xl-sedf-pin              buildjob                    build-amd64                                                   
 xen-4.3-testing            test-amd64-i386-freebsd10-amd64           buildjob                    build-i386                                                    
 xen-4.3-testing            test-amd64-i386-freebsd10-i386            buildjob                    build-i386                                                    
 xen-4.3-testing            test-amd64-i386-libvirt                   buildjob                    build-i386                                                    
@@ -2031,16 +1925,12 @@
 xen-4.3-testing            test-armhf-armhf-xl                       buildjob                    build-armhf                                                   
 xen-4.3-testing            test-armhf-armhf-xl-credit2               buildjob                    build-armhf                                                   
 xen-4.3-testing            test-armhf-armhf-xl-multivcpu             buildjob                    build-armhf                                                   
-xen-4.3-testing            test-armhf-armhf-xl-sedf                  buildjob                    build-armhf                                                   
-xen-4.3-testing            test-armhf-armhf-xl-sedf-pin              buildjob                    build-armhf                                                   
 xen-4.3-testing            test-amd64-amd64-libvirt                  debian_arch                 amd64                                                         
 xen-4.3-testing            test-amd64-amd64-pair                     debian_arch                 amd64                                                         
 xen-4.3-testing            test-amd64-amd64-pv                       debian_arch                 amd64                                                         
 xen-4.3-testing            test-amd64-amd64-xl                       debian_arch                 amd64                                                         
 xen-4.3-testing            test-amd64-amd64-xl-credit2               debian_arch                 amd64                                                         
 xen-4.3-testing            test-amd64-amd64-xl-multivcpu             debian_arch                 amd64                                                         
-xen-4.3-testing            test-amd64-amd64-xl-sedf                  debian_arch                 amd64                                                         
-xen-4.3-testing            test-amd64-amd64-xl-sedf-pin              debian_arch                 amd64                                                         
 xen-4.3-testing            test-amd64-i386-libvirt                   debian_arch                 i386                                                          
 xen-4.3-testing            test-amd64-i386-pair                      debian_arch                 i386                                                          
 xen-4.3-testing            test-amd64-i386-pv                        debian_arch                 i386                                                          
@@ -2049,16 +1939,12 @@
 xen-4.3-testing            test-armhf-armhf-xl                       debian_arch                 armhf                                                         
 xen-4.3-testing            test-armhf-armhf-xl-credit2               debian_arch                 armhf                                                         
 xen-4.3-testing            test-armhf-armhf-xl-multivcpu             debian_arch                 armhf                                                         
-xen-4.3-testing            test-armhf-armhf-xl-sedf                  debian_arch                 armhf                                                         
-xen-4.3-testing            test-armhf-armhf-xl-sedf-pin              debian_arch                 armhf                                                         
 xen-4.3-testing            test-amd64-amd64-libvirt                  debian_kernkind             pvops                                                         
 xen-4.3-testing            test-amd64-amd64-pair                     debian_kernkind             pvops                                                         
 xen-4.3-testing            test-amd64-amd64-pv                       debian_kernkind             pvops                                                         
 xen-4.3-testing            test-amd64-amd64-xl                       debian_kernkind             pvops                                                         
 xen-4.3-testing            test-amd64-amd64-xl-credit2               debian_kernkind             pvops                                                         
 xen-4.3-testing            test-amd64-amd64-xl-multivcpu             debian_kernkind             pvops                                                         
-xen-4.3-testing            test-amd64-amd64-xl-sedf                  debian_kernkind             pvops                                                         
-xen-4.3-testing            test-amd64-amd64-xl-sedf-pin              debian_kernkind             pvops                                                         
 xen-4.3-testing            test-amd64-i386-libvirt                   debian_kernkind             pvops                                                         
 xen-4.3-testing            test-amd64-i386-pair                      debian_kernkind             pvops                                                         
 xen-4.3-testing            test-amd64-i386-pv                        debian_kernkind             pvops                                                         
@@ -2067,8 +1953,6 @@
 xen-4.3-testing            test-armhf-armhf-xl                       debian_kernkind             pvops                                                         
 xen-4.3-testing            test-armhf-armhf-xl-credit2               debian_kernkind             pvops                                                         
 xen-4.3-testing            test-armhf-armhf-xl-multivcpu             debian_kernkind             pvops                                                         
-xen-4.3-testing            test-armhf-armhf-xl-sedf                  debian_kernkind             pvops                                                         
-xen-4.3-testing            test-armhf-armhf-xl-sedf-pin              debian_kernkind             pvops                                                         
 xen-4.3-testing            test-amd64-amd64-xl-qemut-debianhvm-amd64 debianhvm_image             debian-7.2.0-amd64-CD-1.iso                                   
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-debianhvm-amd64 debianhvm_image             debian-7.2.0-amd64-CD-1.iso                                   
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      debianhvm_image             debian-7.2.0-amd64-CD-1.iso                                   
@@ -2123,14 +2007,10 @@
 xen-4.3-testing            test-amd64-i386-rumpuserxen-i386          guests_rumpuserxenbuildjob  build-i386-rumpuserxen                                        
 xen-4.3-testing            test-amd64-amd64-xl-credit2               guests_vcpus                4                                                             
 xen-4.3-testing            test-amd64-amd64-xl-multivcpu             guests_vcpus                4                                                             
-xen-4.3-testing            test-amd64-amd64-xl-sedf                  guests_vcpus                4                                                             
-xen-4.3-testing            test-amd64-amd64-xl-sedf-pin              guests_vcpus                4                                                             
 xen-4.3-testing            test-amd64-i386-xl-qemut-winxpsp3-vcpus1  guests_vcpus                1                                                             
 xen-4.3-testing            test-amd64-i386-xl-qemuu-winxpsp3-vcpus1  guests_vcpus                1                                                             
 xen-4.3-testing            test-armhf-armhf-xl-credit2               guests_vcpus                4                                                             
 xen-4.3-testing            test-armhf-armhf-xl-multivcpu             guests_vcpus                4                                                             
-xen-4.3-testing            test-armhf-armhf-xl-sedf                  guests_vcpus                4                                                             
-xen-4.3-testing            test-armhf-armhf-xl-sedf-pin              guests_vcpus                4                                                             
 xen-4.3-testing            build-amd64                               host_hostflags              share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
 xen-4.3-testing            build-amd64-libvirt                       host_hostflags              share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
 xen-4.3-testing            build-amd64-pvops                         host_hostflags              share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
@@ -2160,8 +2040,6 @@
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      kernbuildjob                build-amd64-pvops                                             
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-win7-amd64      kernbuildjob                build-amd64-pvops                                             
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-winxpsp3        kernbuildjob                build-amd64-pvops                                             
-xen-4.3-testing            test-amd64-amd64-xl-sedf                  kernbuildjob                build-amd64-pvops                                             
-xen-4.3-testing            test-amd64-amd64-xl-sedf-pin              kernbuildjob                build-amd64-pvops                                             
 xen-4.3-testing            test-amd64-i386-freebsd10-amd64           kernbuildjob                build-i386-pvops                                              
 xen-4.3-testing            test-amd64-i386-freebsd10-i386            kernbuildjob                build-i386-pvops                                              
 xen-4.3-testing            test-amd64-i386-libvirt                   kernbuildjob                build-i386-pvops                                              
@@ -2185,8 +2063,6 @@
 xen-4.3-testing            test-armhf-armhf-xl                       kernbuildjob                build-armhf-pvops                                             
 xen-4.3-testing            test-armhf-armhf-xl-credit2               kernbuildjob                build-armhf-pvops                                             
 xen-4.3-testing            test-armhf-armhf-xl-multivcpu             kernbuildjob                build-armhf-pvops                                             
-xen-4.3-testing            test-armhf-armhf-xl-sedf                  kernbuildjob                build-armhf-pvops                                             
-xen-4.3-testing            test-armhf-armhf-xl-sedf-pin              kernbuildjob                build-armhf-pvops                                             
 xen-4.3-testing            test-amd64-amd64-libvirt                  kernkind                    pvops                                                         
 xen-4.3-testing            test-amd64-amd64-pair                     kernkind                    pvops                                                         
 xen-4.3-testing            test-amd64-amd64-pv                       kernkind                    pvops                                                         
@@ -2201,8 +2077,6 @@
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      kernkind                    pvops                                                         
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-win7-amd64      kernkind                    pvops                                                         
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-winxpsp3        kernkind                    pvops                                                         
-xen-4.3-testing            test-amd64-amd64-xl-sedf                  kernkind                    pvops                                                         
-xen-4.3-testing            test-amd64-amd64-xl-sedf-pin              kernkind                    pvops                                                         
 xen-4.3-testing            test-amd64-i386-freebsd10-amd64           kernkind                    pvops                                                         
 xen-4.3-testing            test-amd64-i386-freebsd10-i386            kernkind                    pvops                                                         
 xen-4.3-testing            test-amd64-i386-libvirt                   kernkind                    pvops                                                         
@@ -2226,15 +2100,9 @@
 xen-4.3-testing            test-armhf-armhf-xl                       kernkind                    pvops                                                         
 xen-4.3-testing            test-armhf-armhf-xl-credit2               kernkind                    pvops                                                         
 xen-4.3-testing            test-armhf-armhf-xl-multivcpu             kernkind                    pvops                                                         
-xen-4.3-testing            test-armhf-armhf-xl-sedf                  kernkind                    pvops                                                         
-xen-4.3-testing            test-armhf-armhf-xl-sedf-pin              kernkind                    pvops                                                         
 xen-4.3-testing            test-amd64-amd64-libvirt                  libvirtbuildjob             build-amd64-libvirt                                           
 xen-4.3-testing            test-amd64-i386-libvirt                   libvirtbuildjob             build-i386-libvirt                                            
 xen-4.3-testing            test-armhf-armhf-libvirt                  libvirtbuildjob             build-armhf-libvirt                                           
-xen-4.3-testing            test-amd64-amd64-xl-sedf                  linux_boot_append           loglevel=9 debug                                              
-xen-4.3-testing            test-amd64-amd64-xl-sedf-pin              linux_boot_append           loglevel=9 debug                                              
-xen-4.3-testing            test-armhf-armhf-xl-sedf                  linux_boot_append           loglevel=9 debug                                              
-xen-4.3-testing            test-armhf-armhf-xl-sedf-pin              linux_boot_append           loglevel=9 debug                                              
 xen-4.3-testing            test-amd64-i386-qemut-rhel6hvm-amd        redhat_image                rhel-server-6.1-i386-dvd.iso                                  
 xen-4.3-testing            test-amd64-i386-qemut-rhel6hvm-intel      redhat_image                rhel-server-6.1-i386-dvd.iso                                  
 xen-4.3-testing            test-amd64-i386-qemuu-rhel6hvm-amd        redhat_image                rhel-server-6.1-i386-dvd.iso                                  
@@ -2287,8 +2155,6 @@
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      toolstack                   xl                                                            
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-win7-amd64      toolstack                   xl                                                            
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-winxpsp3        toolstack                   xl                                                            
-xen-4.3-testing            test-amd64-amd64-xl-sedf                  toolstack                   xl                                                            
-xen-4.3-testing            test-amd64-amd64-xl-sedf-pin              toolstack                   xl                                                            
 xen-4.3-testing            test-amd64-i386-freebsd10-amd64           toolstack                   xl                                                            
 xen-4.3-testing            test-amd64-i386-freebsd10-i386            toolstack                   xl                                                            
 xen-4.3-testing            test-amd64-i386-libvirt                   toolstack                   libvirt                                                       
@@ -2312,8 +2178,6 @@
 xen-4.3-testing            test-armhf-armhf-xl                       toolstack                   xl                                                            
 xen-4.3-testing            test-armhf-armhf-xl-credit2               toolstack                   xl                                                            
 xen-4.3-testing            test-armhf-armhf-xl-multivcpu             toolstack                   xl                                                            
-xen-4.3-testing            test-armhf-armhf-xl-sedf                  toolstack                   xl                                                            
-xen-4.3-testing            test-armhf-armhf-xl-sedf-pin              toolstack                   xl                                                            
 xen-4.3-testing            build-amd64-libvirt                       tree_libvirt                git://xenbits.xen.org/libvirt.git                             
 xen-4.3-testing            build-armhf-libvirt                       tree_libvirt                git://xenbits.xen.org/libvirt.git                             
 xen-4.3-testing            build-i386-libvirt                        tree_libvirt                git://xenbits.xen.org/libvirt.git                             
@@ -2375,11 +2239,7 @@
 xen-4.3-testing            test-amd64-i386-xl-qemuu-win7-amd64       win_image                   win7-x64.iso                                                  
 xen-4.3-testing            test-amd64-i386-xl-qemuu-winxpsp3-vcpus1  win_image                   winxpsp3.iso                                                  
 xen-4.3-testing            test-amd64-amd64-xl-credit2               xen_boot_append             sched=credit2                                                 
-xen-4.3-testing            test-amd64-amd64-xl-sedf                  xen_boot_append             sched=sedf loglvl=all                                         
-xen-4.3-testing            test-amd64-amd64-xl-sedf-pin              xen_boot_append             sched=sedf loglvl=all dom0_vcpus_pin                          
 xen-4.3-testing            test-armhf-armhf-xl-credit2               xen_boot_append             sched=credit2                                                 
-xen-4.3-testing            test-armhf-armhf-xl-sedf                  xen_boot_append             sched=sedf loglvl=all                                         
-xen-4.3-testing            test-armhf-armhf-xl-sedf-pin              xen_boot_append             sched=sedf loglvl=all dom0_vcpus_pin                          
 xen-4.3-testing            test-amd64-amd64-libvirt                  xenbuildjob                 build-amd64                                                   
 xen-4.3-testing            test-amd64-amd64-pair                     xenbuildjob                 build-amd64                                                   
 xen-4.3-testing            test-amd64-amd64-pv                       xenbuildjob                 build-amd64                                                   
@@ -2394,8 +2254,6 @@
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      xenbuildjob                 build-amd64                                                   
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-win7-amd64      xenbuildjob                 build-amd64                                                   
 xen-4.3-testing            test-amd64-amd64-xl-qemuu-winxpsp3        xenbuildjob                 build-amd64                                                   
-xen-4.3-testing            test-amd64-amd64-xl-sedf                  xenbuildjob                 build-amd64                                                   
-xen-4.3-testing            test-amd64-amd64-xl-sedf-pin              xenbuildjob                 build-amd64                                                   
 xen-4.3-testing            test-amd64-i386-freebsd10-amd64           xenbuildjob                 build-amd64                                                   
 xen-4.3-testing            test-amd64-i386-freebsd10-i386            xenbuildjob                 build-amd64                                                   
 xen-4.3-testing            test-amd64-i386-libvirt                   xenbuildjob                 build-amd64                                                   
@@ -2419,8 +2277,6 @@
 xen-4.3-testing            test-armhf-armhf-xl                       xenbuildjob                 build-armhf                                                   
 xen-4.3-testing            test-armhf-armhf-xl-credit2               xenbuildjob                 build-armhf                                                   
 xen-4.3-testing            test-armhf-armhf-xl-multivcpu             xenbuildjob                 build-armhf                                                   
-xen-4.3-testing            test-armhf-armhf-xl-sedf                  xenbuildjob                 build-armhf                                                   
-xen-4.3-testing            test-armhf-armhf-xl-sedf-pin              xenbuildjob                 build-armhf                                                   
 xen-4.3-testing            test-amd64-amd64-rumpuserxen-amd64        xenstorels_builtimage       :/usr/local/bin/xenstore                                      
 xen-4.3-testing            test-amd64-i386-rumpuserxen-i386          xenstorels_builtimage       :/usr/local/bin/xenstore                                      
 xen-4.3-testing            test-amd64-amd64-rumpuserxen-amd64        xenstorels_cmdline          ls -fp device                                                 
@@ -2439,8 +2295,6 @@
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-win7-amd64      all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-winxpsp3        all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
-xen-4.2-testing            test-amd64-amd64-xl-sedf                  all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test           
-xen-4.2-testing            test-amd64-amd64-xl-sedf-pin              all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test           
 xen-4.2-testing            test-amd64-amd64-xl-win7-amd64            all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
 xen-4.2-testing            test-amd64-amd64-xl-winxpsp3              all_hostflags               arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm       
 xen-4.2-testing            test-amd64-i386-libvirt                   all_hostflags               arch-i386,arch-xen-amd64,suite-wheezy,purpose-test            
@@ -2476,8 +2330,6 @@
 xen-4.2-testing            test-i386-i386-xl-multivcpu               all_hostflags               arch-i386,arch-xen-i386,suite-wheezy,purpose-test             
 xen-4.2-testing            test-i386-i386-xl-qemut-winxpsp3          all_hostflags               arch-i386,arch-xen-i386,suite-wheezy,purpose-test,hvm         
 xen-4.2-testing            test-i386-i386-xl-qemuu-winxpsp3          all_hostflags               arch-i386,arch-xen-i386,suite-wheezy,purpose-test,hvm         
-xen-4.2-testing            test-i386-i386-xl-sedf                    all_hostflags               arch-i386,arch-xen-i386,suite-wheezy,purpose-test             
-xen-4.2-testing            test-i386-i386-xl-sedf-pin                all_hostflags               arch-i386,arch-xen-i386,suite-wheezy,purpose-test             
 xen-4.2-testing            test-i386-i386-xl-winxpsp3                all_hostflags               arch-i386,arch-xen-i386,suite-wheezy,purpose-test,hvm         
 xen-4.2-testing            build-amd64                               arch                        amd64                                                         
 xen-4.2-testing            build-amd64-libvirt                       arch                        amd64                                                         
@@ -2501,8 +2353,6 @@
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      arch                        amd64                                                         
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-win7-amd64      arch                        amd64                                                         
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-winxpsp3        arch                        amd64                                                         
-xen-4.2-testing            test-amd64-amd64-xl-sedf                  arch                        amd64                                                         
-xen-4.2-testing            test-amd64-amd64-xl-sedf-pin              arch                        amd64                                                         
 xen-4.2-testing            test-amd64-amd64-xl-win7-amd64            arch                        amd64                                                         
 xen-4.2-testing            test-amd64-amd64-xl-winxpsp3              arch                        amd64                                                         
 xen-4.2-testing            test-amd64-i386-libvirt                   arch                        i386                                                          
@@ -2538,8 +2388,6 @@
 xen-4.2-testing            test-i386-i386-xl-multivcpu               arch                        i386                                                          
 xen-4.2-testing            test-i386-i386-xl-qemut-winxpsp3          arch                        i386                                                          
 xen-4.2-testing            test-i386-i386-xl-qemuu-winxpsp3          arch                        i386                                                          
-xen-4.2-testing            test-i386-i386-xl-sedf                    arch                        i386                                                          
-xen-4.2-testing            test-i386-i386-xl-sedf-pin                arch                        i386                                                          
 xen-4.2-testing            test-i386-i386-xl-winxpsp3                arch                        i386                                                          
 xen-4.2-testing            test-amd64-amd64-xl-qemut-debianhvm-amd64 bios                        rombios                                                       
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-debianhvm-amd64 bios                        seabios                                                       
@@ -2573,8 +2421,6 @@
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      buildjob                    build-amd64                                                   
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-win7-amd64      buildjob                    build-amd64                                                   
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-winxpsp3        buildjob                    build-amd64                                                   
-xen-4.2-testing            test-amd64-amd64-xl-sedf                  buildjob                    build-amd64                                                   
-xen-4.2-testing            test-amd64-amd64-xl-sedf-pin              buildjob                    build-amd64                                                   
 xen-4.2-testing            test-amd64-amd64-xl-win7-amd64            buildjob                    build-amd64                                                   
 xen-4.2-testing            test-amd64-amd64-xl-winxpsp3              buildjob                    build-amd64                                                   
 xen-4.2-testing            test-amd64-i386-libvirt                   buildjob                    build-i386                                                    
@@ -2610,8 +2456,6 @@
 xen-4.2-testing            test-i386-i386-xl-multivcpu               buildjob                    build-i386                                                    
 xen-4.2-testing            test-i386-i386-xl-qemut-winxpsp3          buildjob                    build-i386                                                    
 xen-4.2-testing            test-i386-i386-xl-qemuu-winxpsp3          buildjob                    build-i386                                                    
-xen-4.2-testing            test-i386-i386-xl-sedf                    buildjob                    build-i386                                                    
-xen-4.2-testing            test-i386-i386-xl-sedf-pin                buildjob                    build-i386                                                    
 xen-4.2-testing            test-i386-i386-xl-winxpsp3                buildjob                    build-i386                                                    
 xen-4.2-testing            test-amd64-amd64-libvirt                  debian_arch                 amd64                                                         
 xen-4.2-testing            test-amd64-amd64-pair                     debian_arch                 amd64                                                         
@@ -2619,8 +2463,6 @@
 xen-4.2-testing            test-amd64-amd64-xl                       debian_arch                 amd64                                                         
 xen-4.2-testing            test-amd64-amd64-xl-credit2               debian_arch                 amd64                                                         
 xen-4.2-testing            test-amd64-amd64-xl-multivcpu             debian_arch                 amd64                                                         
-xen-4.2-testing            test-amd64-amd64-xl-sedf                  debian_arch                 amd64                                                         
-xen-4.2-testing            test-amd64-amd64-xl-sedf-pin              debian_arch                 amd64                                                         
 xen-4.2-testing            test-amd64-i386-libvirt                   debian_arch                 i386                                                          
 xen-4.2-testing            test-amd64-i386-pair                      debian_arch                 i386                                                          
 xen-4.2-testing            test-amd64-i386-pv                        debian_arch                 i386                                                          
@@ -2631,16 +2473,12 @@
 xen-4.2-testing            test-i386-i386-xl                         debian_arch                 i386                                                          
 xen-4.2-testing            test-i386-i386-xl-credit2                 debian_arch                 i386                                                          
 xen-4.2-testing            test-i386-i386-xl-multivcpu               debian_arch                 i386                                                          
-xen-4.2-testing            test-i386-i386-xl-sedf                    debian_arch                 i386                                                          
-xen-4.2-testing            test-i386-i386-xl-sedf-pin                debian_arch                 i386                                                          
 xen-4.2-testing            test-amd64-amd64-libvirt                  debian_kernkind             pvops                                                         
 xen-4.2-testing            test-amd64-amd64-pair                     debian_kernkind             pvops                                                         
 xen-4.2-testing            test-amd64-amd64-pv                       debian_kernkind             pvops                                                         
 xen-4.2-testing            test-amd64-amd64-xl                       debian_kernkind             pvops                                                         
 xen-4.2-testing            test-amd64-amd64-xl-credit2               debian_kernkind             pvops                                                         
 xen-4.2-testing            test-amd64-amd64-xl-multivcpu             debian_kernkind             pvops                                                         
-xen-4.2-testing            test-amd64-amd64-xl-sedf                  debian_kernkind             pvops                                                         
-xen-4.2-testing            test-amd64-amd64-xl-sedf-pin              debian_kernkind             pvops                                                         
 xen-4.2-testing            test-amd64-i386-libvirt                   debian_kernkind             pvops                                                         
 xen-4.2-testing            test-amd64-i386-pair                      debian_kernkind             pvops                                                         
 xen-4.2-testing            test-amd64-i386-pv                        debian_kernkind             pvops                                                         
@@ -2651,8 +2489,6 @@
 xen-4.2-testing            test-i386-i386-xl                         debian_kernkind             pvops                                                         
 xen-4.2-testing            test-i386-i386-xl-credit2                 debian_kernkind             pvops                                                         
 xen-4.2-testing            test-i386-i386-xl-multivcpu               debian_kernkind             pvops                                                         
-xen-4.2-testing            test-i386-i386-xl-sedf                    debian_kernkind             pvops                                                         
-xen-4.2-testing            test-i386-i386-xl-sedf-pin                debian_kernkind             pvops                                                         
 xen-4.2-testing            test-amd64-amd64-xl-qemut-debianhvm-amd64 debianhvm_image             debian-7.2.0-amd64-CD-1.iso                                   
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-debianhvm-amd64 debianhvm_image             debian-7.2.0-amd64-CD-1.iso                                   
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      debianhvm_image             debian-7.2.0-amd64-CD-1.iso                                   
@@ -2707,15 +2543,11 @@
 xen-4.2-testing            test-i386-i386-rumpuserxen-i386           guests_rumpuserxenbuildjob  build-i386-rumpuserxen                                        
 xen-4.2-testing            test-amd64-amd64-xl-credit2               guests_vcpus                4                                                             
 xen-4.2-testing            test-amd64-amd64-xl-multivcpu             guests_vcpus                4                                                             
-xen-4.2-testing            test-amd64-amd64-xl-sedf                  guests_vcpus                4                                                             
-xen-4.2-testing            test-amd64-amd64-xl-sedf-pin              guests_vcpus                4                                                             
 xen-4.2-testing            test-amd64-i386-xl-qemut-winxpsp3-vcpus1  guests_vcpus                1                                                             
 xen-4.2-testing            test-amd64-i386-xl-qemuu-winxpsp3-vcpus1  guests_vcpus                1                                                             
 xen-4.2-testing            test-amd64-i386-xl-winxpsp3-vcpus1        guests_vcpus                1                                                             
 xen-4.2-testing            test-i386-i386-xl-credit2                 guests_vcpus                4                                                             
 xen-4.2-testing            test-i386-i386-xl-multivcpu               guests_vcpus                4                                                             
-xen-4.2-testing            test-i386-i386-xl-sedf                    guests_vcpus                4                                                             
-xen-4.2-testing            test-i386-i386-xl-sedf-pin                guests_vcpus                4                                                             
 xen-4.2-testing            build-amd64                               host_hostflags              share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
 xen-4.2-testing            build-amd64-libvirt                       host_hostflags              share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
 xen-4.2-testing            build-amd64-pvops                         host_hostflags              share-build-wheezy-amd64,arch-amd64,suite-wheezy,purpose-build
@@ -2740,8 +2572,6 @@
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      kernbuildjob                build-amd64-pvops                                             
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-win7-amd64      kernbuildjob                build-amd64-pvops                                             
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-winxpsp3        kernbuildjob                build-amd64-pvops                                             
-xen-4.2-testing            test-amd64-amd64-xl-sedf                  kernbuildjob                build-amd64-pvops                                             
-xen-4.2-testing            test-amd64-amd64-xl-sedf-pin              kernbuildjob                build-amd64-pvops                                             
 xen-4.2-testing            test-amd64-amd64-xl-win7-amd64            kernbuildjob                build-amd64-pvops                                             
 xen-4.2-testing            test-amd64-amd64-xl-winxpsp3              kernbuildjob                build-amd64-pvops                                             
 xen-4.2-testing            test-amd64-i386-libvirt                   kernbuildjob                build-i386-pvops                                              
@@ -2777,8 +2607,6 @@
 xen-4.2-testing            test-i386-i386-xl-multivcpu               kernbuildjob                build-i386-pvops                                              
 xen-4.2-testing            test-i386-i386-xl-qemut-winxpsp3          kernbuildjob                build-i386-pvops                                              
 xen-4.2-testing            test-i386-i386-xl-qemuu-winxpsp3          kernbuildjob                build-i386-pvops                                              
-xen-4.2-testing            test-i386-i386-xl-sedf                    kernbuildjob                build-i386-pvops                                              
-xen-4.2-testing            test-i386-i386-xl-sedf-pin                kernbuildjob                build-i386-pvops                                              
 xen-4.2-testing            test-i386-i386-xl-winxpsp3                kernbuildjob                build-i386-pvops                                              
 xen-4.2-testing            test-amd64-amd64-libvirt                  kernkind                    pvops                                                         
 xen-4.2-testing            test-amd64-amd64-pair                     kernkind                    pvops                                                         
@@ -2794,8 +2622,6 @@
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      kernkind                    pvops                                                         
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-win7-amd64      kernkind                    pvops                                                         
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-winxpsp3        kernkind                    pvops                                                         
-xen-4.2-testing            test-amd64-amd64-xl-sedf                  kernkind                    pvops                                                         
-xen-4.2-testing            test-amd64-amd64-xl-sedf-pin              kernkind                    pvops                                                         
 xen-4.2-testing            test-amd64-amd64-xl-win7-amd64            kernkind                    pvops                                                         
 xen-4.2-testing            test-amd64-amd64-xl-winxpsp3              kernkind                    pvops                                                         
 xen-4.2-testing            test-amd64-i386-libvirt                   kernkind                    pvops                                                         
@@ -2831,16 +2657,10 @@
 xen-4.2-testing            test-i386-i386-xl-multivcpu               kernkind                    pvops                                                         
 xen-4.2-testing            test-i386-i386-xl-qemut-winxpsp3          kernkind                    pvops                                                         
 xen-4.2-testing            test-i386-i386-xl-qemuu-winxpsp3          kernkind                    pvops                                                         
-xen-4.2-testing            test-i386-i386-xl-sedf                    kernkind                    pvops                                                         
-xen-4.2-testing            test-i386-i386-xl-sedf-pin                kernkind                    pvops                                                         
 xen-4.2-testing            test-i386-i386-xl-winxpsp3                kernkind                    pvops                                                         
 xen-4.2-testing            test-amd64-amd64-libvirt                  libvirtbuildjob             build-amd64-libvirt                                           
 xen-4.2-testing            test-amd64-i386-libvirt                   libvirtbuildjob             build-i386-libvirt                                            
 xen-4.2-testing            test-i386-i386-libvirt                    libvirtbuildjob             build-i386-libvirt                                            
-xen-4.2-testing            test-amd64-amd64-xl-sedf                  linux_boot_append           loglevel=9 debug                                              
-xen-4.2-testing            test-amd64-amd64-xl-sedf-pin              linux_boot_append           loglevel=9 debug                                              
-xen-4.2-testing            test-i386-i386-xl-sedf                    linux_boot_append           loglevel=9 debug                                              
-xen-4.2-testing            test-i386-i386-xl-sedf-pin                linux_boot_append           loglevel=9 debug                                              
 xen-4.2-testing            test-amd64-i386-qemut-rhel6hvm-amd        redhat_image                rhel-server-6.1-i386-dvd.iso                                  
 xen-4.2-testing            test-amd64-i386-qemut-rhel6hvm-intel      redhat_image                rhel-server-6.1-i386-dvd.iso                                  
 xen-4.2-testing            test-amd64-i386-qemuu-rhel6hvm-amd        redhat_image                rhel-server-6.1-i386-dvd.iso                                  
@@ -2889,8 +2709,6 @@
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      toolstack                   xl                                                            
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-win7-amd64      toolstack                   xl                                                            
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-winxpsp3        toolstack                   xl                                                            
-xen-4.2-testing            test-amd64-amd64-xl-sedf                  toolstack                   xl                                                            
-xen-4.2-testing            test-amd64-amd64-xl-sedf-pin              toolstack                   xl                                                            
 xen-4.2-testing            test-amd64-amd64-xl-win7-amd64            toolstack                   xl                                                            
 xen-4.2-testing            test-amd64-amd64-xl-winxpsp3              toolstack                   xl                                                            
 xen-4.2-testing            test-amd64-i386-libvirt                   toolstack                   libvirt                                                       
@@ -2926,8 +2744,6 @@
 xen-4.2-testing            test-i386-i386-xl-multivcpu               toolstack                   xl                                                            
 xen-4.2-testing            test-i386-i386-xl-qemut-winxpsp3          toolstack                   xl                                                            
 xen-4.2-testing            test-i386-i386-xl-qemuu-winxpsp3          toolstack                   xl                                                            
-xen-4.2-testing            test-i386-i386-xl-sedf                    toolstack                   xl                                                            
-xen-4.2-testing            test-i386-i386-xl-sedf-pin                toolstack                   xl                                                            
 xen-4.2-testing            test-i386-i386-xl-winxpsp3                toolstack                   xl                                                            
 xen-4.2-testing            build-amd64-libvirt                       tree_libvirt                git://xenbits.xen.org/libvirt.git                             
 xen-4.2-testing            build-i386-libvirt                        tree_libvirt                git://xenbits.xen.org/libvirt.git                             
@@ -2996,11 +2812,7 @@
 xen-4.2-testing            test-i386-i386-xl-qemuu-winxpsp3          win_image                   winxpsp3.iso                                                  
 xen-4.2-testing            test-i386-i386-xl-winxpsp3                win_image                   winxpsp3.iso                                                  
 xen-4.2-testing            test-amd64-amd64-xl-credit2               xen_boot_append             sched=credit2                                                 
-xen-4.2-testing            test-amd64-amd64-xl-sedf                  xen_boot_append             sched=sedf loglvl=all                                         
-xen-4.2-testing            test-amd64-amd64-xl-sedf-pin              xen_boot_append             sched=sedf loglvl=all dom0_vcpus_pin                          
 xen-4.2-testing            test-i386-i386-xl-credit2                 xen_boot_append             sched=credit2                                                 
-xen-4.2-testing            test-i386-i386-xl-sedf                    xen_boot_append             sched=sedf loglvl=all                                         
-xen-4.2-testing            test-i386-i386-xl-sedf-pin                xen_boot_append             sched=sedf loglvl=all dom0_vcpus_pin                          
 xen-4.2-testing            test-amd64-amd64-libvirt                  xenbuildjob                 build-amd64                                                   
 xen-4.2-testing            test-amd64-amd64-pair                     xenbuildjob                 build-amd64                                                   
 xen-4.2-testing            test-amd64-amd64-pv                       xenbuildjob                 build-amd64                                                   
@@ -3015,8 +2827,6 @@
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-ovmf-amd64      xenbuildjob                 build-amd64                                                   
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-win7-amd64      xenbuildjob                 build-amd64                                                   
 xen-4.2-testing            test-amd64-amd64-xl-qemuu-winxpsp3        xenbuildjob                 build-amd64                                                   
-xen-4.2-testing            test-amd64-amd64-xl-sedf                  xenbuildjob                 build-amd64                                                   
-xen-4.2-testing            test-amd64-amd64-xl-sedf-pin              xenbuildjob                 build-amd64                                                   
 xen-4.2-testing            test-amd64-amd64-xl-win7-amd64            xenbuildjob                 build-amd64                                                   
 xen-4.2-testing            test-amd64-amd64-xl-winxpsp3              xenbuildjob                 build-amd64                                                   
 xen-4.2-testing            test-amd64-i386-libvirt                   xenbuildjob                 build-amd64                                                   
@@ -3052,8 +2862,6 @@
 xen-4.2-testing            test-i386-i386-xl-multivcpu               xenbuildjob                 build-i386                                                    
 xen-4.2-testing            test-i386-i386-xl-qemut-winxpsp3          xenbuildjob                 build-i386                                                    
 xen-4.2-testing            test-i386-i386-xl-qemuu-winxpsp3          xenbuildjob                 build-i386                                                    
-xen-4.2-testing            test-i386-i386-xl-sedf                    xenbuildjob                 build-i386                                                    
-xen-4.2-testing            test-i386-i386-xl-sedf-pin                xenbuildjob                 build-i386                                                    
 xen-4.2-testing            test-i386-i386-xl-winxpsp3                xenbuildjob                 build-i386                                                    
 xen-4.2-testing            test-amd64-amd64-rumpuserxen-amd64        xenstorels_builtimage       :/usr/local/bin/xenstore                                      
 xen-4.2-testing            test-amd64-i386-rumpuserxen-i386          xenstorels_builtimage       :/usr/local/bin/xenstore

-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)

[-- Attachment #1.1.2: no-no-sedf.patch --]
[-- Type: text/x-patch, Size: 1239 bytes --]

commit 9290a0be3f4f963e17f78a0cd3efded61fb9cd30
Author: Dario Faggioli <dario.faggioli@citrix.com>
Date:   Fri Jun 26 13:49:03 2015 +0100

    OSSTest: stop testing SEDF until Xen 4.2 (included)
    
    SEDF has been broken and unmaintained at least
    until Xen 4.2 (and probably 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 Faqggioli <dario.faggioli@citrix.com>

diff --git a/make-flight b/make-flight
index 31cb942..6bd9b38 100755
--- a/make-flight
+++ b/make-flight
@@ -379,10 +379,10 @@ test_matrix_do_one () {
   xen-3.*-testing) test_sedf=y; test_rtds=n ;;
   xen-4.0-testing) test_sedf=y; test_rtds=n ;;
   xen-4.1-testing) test_sedf=y; test_rtds=n ;;
-  xen-4.2-testing) test_sedf=y; test_rtds=n ;;
-  xen-4.3-testing) test_sedf=y; test_rtds=n ;;
-  xen-4.4-testing) test_sedf=y; test_rtds=n ;;
-  xen-4.5-testing) test_sedf=y; test_rtds=y ;;
+  xen-4.2-testing) test_sedf=n; test_rtds=n ;;
+  xen-4.3-testing) test_sedf=n; test_rtds=n ;;
+  xen-4.4-testing) test_sedf=n; test_rtds=n ;;
+  xen-4.5-testing) test_sedf=n; test_rtds=y ;;
   *)               test_sedf=n; test_rtds=y ;;
   esac
 

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

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

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

* Re: Stop testing SEDF almost at all (at least until Xen 4.2) [was: Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS]
  2015-06-26 13:43   ` Stop testing SEDF almost at all (at least until Xen 4.2) [was: Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS] Dario Faggioli
@ 2015-06-26 15:24     ` Ian Jackson
  2015-06-26 16:09       ` Dario Faggioli
  2015-06-29 11:07       ` George Dunlap
  0 siblings, 2 replies; 17+ messages in thread
From: Ian Jackson @ 2015-06-26 15:24 UTC (permalink / raw)
  To: Dario Faggioli; +Cc: George Dunlap, xen-devel, Meng Xu, Wei Liu, Ian Campbell

Dario Faggioli writes ("Stop testing SEDF almost at all (at least until Xen 4.2) [was: Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS]"):
> However, I honestly think that testing SEDF for earlier versions than
> xen-unstable (at least until 4.2) is also just a waste of test
> resources.
...
> Therefore, I'd argue for the attached patch, [...]

With my osstest maintainer hat on the aim of this patch is fine by me.
But it seems that sedf is not coming back, so if we are going to do
this to osstest we should probably rip the code out.  So I would
welcome a followup which got rid of all the leftover traces in
make-flight and allow.all.  (`git-grep -i sedf'.)

As to the substance, I would like to take advice from the relevant HV
maintainers about this change.

With my tools maintainer hat on, we should consider removing the
sedf-specific code from libxl.

Ian.

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

* Re: Stop testing SEDF almost at all (at least until Xen 4.2) [was: Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS]
  2015-06-26 15:24     ` Ian Jackson
@ 2015-06-26 16:09       ` Dario Faggioli
  2015-06-26 16:14         ` Ian Campbell
  2015-06-29 11:07       ` George Dunlap
  1 sibling, 1 reply; 17+ messages in thread
From: Dario Faggioli @ 2015-06-26 16:09 UTC (permalink / raw)
  To: Ian Jackson; +Cc: George Dunlap, xen-devel, Meng Xu, Wei Liu, Ian Campbell


[-- Attachment #1.1: Type: text/plain, Size: 1976 bytes --]

On Fri, 2015-06-26 at 16:24 +0100, Ian Jackson wrote:
> Dario Faggioli writes ("Stop testing SEDF almost at all (at least until Xen 4.2) [was: Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS]"):
> > However, I honestly think that testing SEDF for earlier versions than
> > xen-unstable (at least until 4.2) is also just a waste of test
> > resources.
> ...
> > Therefore, I'd argue for the attached patch, [...]
> 
> With my osstest maintainer hat on the aim of this patch is fine by me.
>
Great! :-)

> But it seems that sedf is not coming back, so if we are going to do
> this to osstest we should probably rip the code out.  So I would
> welcome a followup which got rid of all the leftover traces in
> make-flight and allow.all.  (`git-grep -i sedf'.)
> 
Ok, I'm fine with this. Looking at make-flight, we seem to want to be
able to run tests on Xen 3.*, 4.0, 4.1. As I said in my email, I can't
speak for these. I honestly think that SEDF was already broken, so I
personally would be more than glad to send a patch that gets rid of it
all the way, but that does not count much, I guess, as I wasn't here!

As soon as you (and others) will let me know what's best, I'll do it.

> As to the substance, I would like to take advice from the relevant HV
> maintainers about this change.
> 
Sure.

> With my tools maintainer hat on, we should consider removing the
> sedf-specific code from libxl.
> 
Patch coming. I'm not removing the interfaces and the symbols, to allow
backword build-time compatibility to be retained, but yes, I'm removing
it from everywhere, and "neutralizing it" (just in case!) in libxl...
You shall see! :-P

Thanks and Regards,
Dario

-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

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

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

* Re: Stop testing SEDF almost at all (at least until Xen 4.2) [was: Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS]
  2015-06-26 16:09       ` Dario Faggioli
@ 2015-06-26 16:14         ` Ian Campbell
  0 siblings, 0 replies; 17+ messages in thread
From: Ian Campbell @ 2015-06-26 16:14 UTC (permalink / raw)
  To: Dario Faggioli; +Cc: George Dunlap, xen-devel, Meng Xu, Ian Jackson, Wei Liu

On Fri, 2015-06-26 at 18:09 +0200, Dario Faggioli wrote:

> Ok, I'm fine with this. Looking at make-flight, we seem to want to be
> able to run tests on Xen 3.*, 4.0, 4.1. As I said in my email, I can't
> speak for these. I honestly think that SEDF was already broken, so I
> personally would be more than glad to send a patch that gets rid of it
> all the way, but that does not count much, I guess, as I wasn't here!

Given that we aren't (I think) planning on any more point releases to
these it's very unlikely that osstest will ever actually test them
again. Maybe 4.1 might get the occasional security fix, but strictly it
is even past that phase.

Ian.

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

* Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS
  2015-06-26 10:58 [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS Dario Faggioli
  2015-06-26 11:08 ` Ian Campbell
  2015-06-26 12:02 ` Ian Jackson
@ 2015-06-27 19:05 ` Meng Xu
  2015-06-29  8:53   ` Ian Campbell
  2 siblings, 1 reply; 17+ messages in thread
From: Meng Xu @ 2015-06-27 19:05 UTC (permalink / raw)
  To: Dario Faggioli; +Cc: xen-devel, Ian Jackson, Ian Campbell, Wei Liu

Hi Dario,

A dummy question:

>
> For now, as RTDS is still marked as experimental,
> test failures are allowed, as it is for SEDF.
>

Will I receive the email in cc. list if OSSTest fails?

I want/hope to know when/how the RTDS scheduler fails the test so that
I can also contribute to fix the issue.

Thanks,

Meng

-----------
Meng Xu
PhD Student in Computer and Information Science
University of Pennsylvania
http://www.cis.upenn.edu/~mengxu/

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

* Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS
  2015-06-27 19:05 ` [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS Meng Xu
@ 2015-06-29  8:53   ` Ian Campbell
  2015-06-29  9:33     ` Dario Faggioli
  0 siblings, 1 reply; 17+ messages in thread
From: Ian Campbell @ 2015-06-29  8:53 UTC (permalink / raw)
  To: Meng Xu; +Cc: xen-devel, Dario Faggioli, Ian Jackson, Wei Liu

On Sat, 2015-06-27 at 12:05 -0700, Meng Xu wrote:
> Will I receive the email in cc. list if OSSTest fails?

Test reports are in general only sent to xen-devel. 

While osstest could in theory cc people who touched the branch with e.g.
a branch which tests Linux that would risk spamming a load of Linux
people who would not appreciate that.

AFAIK osstest also has no concept of cc-ing particular people if a
particular job fails, although I suppose that could be added.

> I want/hope to know when/how the RTDS scheduler fails the test so that
> I can also contribute to fix the issue.

I think other than keeping an eye on the reposts on the reports on the
list the only way would be to setup some filters which looked at the
report and noticed rtds failures, the mails are pretty structured so if
you are only interested in the rtds stuff that's likely not too hard.

If something starts failing repeatedly then usually someone will end up
CCing the appropriate maintainer.

Ian.

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

* Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS
  2015-06-29  8:53   ` Ian Campbell
@ 2015-06-29  9:33     ` Dario Faggioli
  2015-06-30  4:29       ` Meng Xu
  0 siblings, 1 reply; 17+ messages in thread
From: Dario Faggioli @ 2015-06-29  9:33 UTC (permalink / raw)
  To: Ian Campbell; +Cc: xen-devel, Meng Xu, Ian Jackson, Wei Liu


[-- Attachment #1.1: Type: text/plain, Size: 1780 bytes --]

On Mon, 2015-06-29 at 09:53 +0100, Ian Campbell wrote:
> On Sat, 2015-06-27 at 12:05 -0700, Meng Xu wrote:

> > I want/hope to know when/how the RTDS scheduler fails the test so that
> > I can also contribute to fix the issue.
> 
> I think other than keeping an eye on the reposts on the reports on the
> list the only way would be to setup some filters which looked at the
> report and noticed rtds failures, the mails are pretty structured so if
> you are only interested in the rtds stuff that's likely not too hard.
> 
Thanks Ian.

I was about to reply myself, basically saying the same thing.

Meng, this is, as an example, one of the tests report:

http://logs.test-lab.xenproject.org/osstest/logs/58938/

And the mails you should look for are the ones similar to this:

[Xen-devel] [xen-unstable test] 58938: regressions - trouble:
blocked/broken/fail/pass
http://lists.xenproject.org/archives/html/xen-devel/2015-06/msg04628.html

(the subject changes a bit, depending on the actual tests results, but
that's the patter.

> If something starts failing repeatedly then usually someone will end up
> CCing the appropriate maintainer.
> 
Yeah, I'll certainly keep an eye out for RTDS stuff going on in OSSTest
and, at some point, I and/or George will be notified anyway, and will
involve you, if that is what's necessary.

However, if you also get used to look at the reports, we certainly will
be able to identify and fix issues quickly, so feel free. :-D

Regards,
Dario

-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

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

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

* Re: Stop testing SEDF almost at all (at least until Xen 4.2) [was: Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS]
  2015-06-26 15:24     ` Ian Jackson
  2015-06-26 16:09       ` Dario Faggioli
@ 2015-06-29 11:07       ` George Dunlap
  2015-06-29 13:31         ` Dario Faggioli
  1 sibling, 1 reply; 17+ messages in thread
From: George Dunlap @ 2015-06-29 11:07 UTC (permalink / raw)
  To: Ian Jackson, Dario Faggioli; +Cc: xen-devel, Meng Xu, Wei Liu, Ian Campbell

On 06/26/2015 04:24 PM, Ian Jackson wrote:
> Dario Faggioli writes ("Stop testing SEDF almost at all (at least until Xen 4.2) [was: Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS]"):
>> However, I honestly think that testing SEDF for earlier versions than
>> xen-unstable (at least until 4.2) is also just a waste of test
>> resources.
> ...
>> Therefore, I'd argue for the attached patch, [...]
> 
> With my osstest maintainer hat on the aim of this patch is fine by me.
> But it seems that sedf is not coming back, so if we are going to do
> this to osstest we should probably rip the code out.  So I would
> welcome a followup which got rid of all the leftover traces in
> make-flight and allow.all.  (`git-grep -i sedf'.)
> 
> As to the substance, I would like to take advice from the relevant HV
> maintainers about this change.

I agree with Dario that there's no point in testing it, and with you
that we might as well rip the code out of osstest.

> With my tools maintainer hat on, we should consider removing the
> sedf-specific code from libxl.

With the obvious caveat that old code with SEDF macros and such still
needs to compile but return a runtime error if people try to use it.

 -George

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

* Re: Stop testing SEDF almost at all (at least until Xen 4.2) [was: Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS]
  2015-06-29 11:07       ` George Dunlap
@ 2015-06-29 13:31         ` Dario Faggioli
  0 siblings, 0 replies; 17+ messages in thread
From: Dario Faggioli @ 2015-06-29 13:31 UTC (permalink / raw)
  To: George Dunlap; +Cc: xen-devel, Meng Xu, Ian Jackson, Ian Campbell, Wei Liu


[-- Attachment #1.1: Type: text/plain, Size: 1833 bytes --]

On Mon, 2015-06-29 at 12:07 +0100, George Dunlap wrote:
> On 06/26/2015 04:24 PM, Ian Jackson wrote:
> > Dario Faggioli writes ("Stop testing SEDF almost at all (at least until Xen 4.2) [was: Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS]"):
> >> However, I honestly think that testing SEDF for earlier versions than
> >> xen-unstable (at least until 4.2) is also just a waste of test
> >> resources.
> > ...
> >> Therefore, I'd argue for the attached patch, [...]
> > 
> > With my osstest maintainer hat on the aim of this patch is fine by me.
> > But it seems that sedf is not coming back, so if we are going to do
> > this to osstest we should probably rip the code out.  So I would
> > welcome a followup which got rid of all the leftover traces in
> > make-flight and allow.all.  (`git-grep -i sedf'.)
> > 
> > As to the substance, I would like to take advice from the relevant HV
> > maintainers about this change.
> 
> I agree with Dario that there's no point in testing it, and with you
> that we might as well rip the code out of osstest.
> 
Ok then, even better. Another patch to OSSTest to that effect will come
shortly.

> > With my tools maintainer hat on, we should consider removing the
> > sedf-specific code from libxl.
> 
> With the obvious caveat that old code with SEDF macros and such still
> needs to compile but return a runtime error if people try to use it.
> 
Yep, that's, in fact, what I think I've done in my 'get rid of SEDF'
series, that I sent Friday afternoon.

Thanks and Regards,
Dario

-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

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

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

* Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS
  2015-06-29  9:33     ` Dario Faggioli
@ 2015-06-30  4:29       ` Meng Xu
  2015-06-30  9:11         ` Ian Jackson
  0 siblings, 1 reply; 17+ messages in thread
From: Meng Xu @ 2015-06-30  4:29 UTC (permalink / raw)
  To: Dario Faggioli; +Cc: xen-devel, Ian Jackson, Ian Campbell, Wei Liu

Hi Ian and Dario,

Thank you very much for your explanation!

2015-06-29 2:33 GMT-07:00 Dario Faggioli <dario.faggioli@citrix.com>:
>
> On Mon, 2015-06-29 at 09:53 +0100, Ian Campbell wrote:
> > On Sat, 2015-06-27 at 12:05 -0700, Meng Xu wrote:
>
> > > I want/hope to know when/how the RTDS scheduler fails the test so that
> > > I can also contribute to fix the issue.
> >
> > I think other than keeping an eye on the reposts on the reports on the
> > list the only way would be to setup some filters which looked at the
> > report and noticed rtds failures, the mails are pretty structured so if
> > you are only interested in the rtds stuff that's likely not too hard.
> >
> Thanks Ian.
>
> I was about to reply myself, basically saying the same thing.
>
> Meng, this is, as an example, one of the tests report:
>
> http://logs.test-lab.xenproject.org/osstest/logs/58938/
>
> And the mails you should look for are the ones similar to this:
>
> [Xen-devel] [xen-unstable test] 58938: regressions - trouble:
> blocked/broken/fail/pass
> http://lists.xenproject.org/archives/html/xen-devel/2015-06/msg04628.html
>
> (the subject changes a bit, depending on the actual tests results, but
> that's the patter.


Yes. I noticed the email sent from the osstest to the mailing list. It
is a little overwhelming, so I was wondering if related people will be
cc.ed.
>From the advice of you two, I will set up some email filters.

>
>
> > If something starts failing repeatedly then usually someone will end up
> > CCing the appropriate maintainer.
> >
> Yeah, I'll certainly keep an eye out for RTDS stuff going on in OSSTest
> and, at some point, I and/or George will be notified anyway, and will
> involve you, if that is what's necessary.
>
> However, if you also get used to look at the reports, we certainly will
> be able to identify and fix issues quickly, so feel free. :-D

Sure! Please let me know if I can help fix the (potential) RTDS bugs. :-)

Thank you very much!

Best regards,

Meng

-----------
Meng Xu
PhD Student in Computer and Information Science
University of Pennsylvania
http://www.cis.upenn.edu/~mengxu/

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

* Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS
  2015-06-30  4:29       ` Meng Xu
@ 2015-06-30  9:11         ` Ian Jackson
  2015-06-30  9:20           ` Ian Campbell
  0 siblings, 1 reply; 17+ messages in thread
From: Ian Jackson @ 2015-06-30  9:11 UTC (permalink / raw)
  To: Meng Xu; +Cc: xen-devel, Dario Faggioli, Wei Liu, Ian Campbell

Meng Xu writes ("Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS"):
> Thank you very much for your explanation!
> 
> 2015-06-29 2:33 GMT-07:00 Dario Faggioli <dario.faggioli@citrix.com>:
...
> > (the subject changes a bit, depending on the actual tests results, but
> > that's the patter.
> 
> 
> Yes. I noticed the email sent from the osstest to the mailing list. It
> is a little overwhelming, so I was wondering if related people will be
> cc.ed.
> >From the advice of you two, I will set up some email filters.

I hope you are able to set up the appropriate email filter.

If not, or if `subscribing' to osstest emails is a thing that many
people want to do, we could make a way to do at the sending end.  The
user (or perhaps an osstest admin) would have to specify patterns of
failures/successes the user is interested in, in terms of
branches/jobs/testids.

Thanks,
Ian.

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

* Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS
  2015-06-30  9:11         ` Ian Jackson
@ 2015-06-30  9:20           ` Ian Campbell
  2015-06-30  9:41             ` Ian Jackson
  0 siblings, 1 reply; 17+ messages in thread
From: Ian Campbell @ 2015-06-30  9:20 UTC (permalink / raw)
  To: Ian Jackson; +Cc: xen-devel, Dario Faggioli, Meng Xu, Wei Liu

On Tue, 2015-06-30 at 10:11 +0100, Ian Jackson wrote:
> Meng Xu writes ("Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS"):
> > Thank you very much for your explanation!
> > 
> > 2015-06-29 2:33 GMT-07:00 Dario Faggioli <dario.faggioli@citrix.com>:
> ...
> > > (the subject changes a bit, depending on the actual tests results, but
> > > that's the patter.
> > 
> > 
> > Yes. I noticed the email sent from the osstest to the mailing list. It
> > is a little overwhelming, so I was wondering if related people will be
> > cc.ed.
> > >From the advice of you two, I will set up some email filters.
> 
> I hope you are able to set up the appropriate email filter.

Perhaps we could provide some X-osstest-* headers to help? Branch and
Flight are already in the subject, but filtering on a specific header is
often easier than constructing a suitable regex.

More useful might be "X-osstest-jobs-failed:" Since then Meng could
easily filter on X-osstest-jobs-fails =~ /rtds/ or some such.

> If not, or if `subscribing' to osstest emails is a thing that many
> people want to do, we could make a way to do at the sending end.  The
> user (or perhaps an osstest admin) would have to specify patterns of
> failures/successes the user is interested in, in terms of
> branches/jobs/testids.

Also useful.

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

* Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS
  2015-06-30  9:20           ` Ian Campbell
@ 2015-06-30  9:41             ` Ian Jackson
  0 siblings, 0 replies; 17+ messages in thread
From: Ian Jackson @ 2015-06-30  9:41 UTC (permalink / raw)
  To: Ian Campbell; +Cc: xen-devel, Dario Faggioli, Meng Xu, Wei Liu

Ian Campbell writes ("Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS"):
> On Tue, 2015-06-30 at 10:11 +0100, Ian Jackson wrote:
> > I hope you are able to set up the appropriate email filter.
> 
> Perhaps we could provide some X-osstest-* headers to help? Branch and
> Flight are already in the subject, but filtering on a specific header is
> often easier than constructing a suitable regex.
> 
> More useful might be "X-osstest-jobs-failed:" Since then Meng could
> easily filter on X-osstest-jobs-fails =~ /rtds/ or some such.

This is a really good idea.  I will prepare a patch.  It will make it
much easier for recipients to filter and obviate the need for us to
try to implement and maintain this:

> > If not, or if `subscribing' to osstest emails is a thing that many
> > people want to do, we could make a way to do at the sending end.  The
> > user (or perhaps an osstest admin) would have to specify patterns of
> > failures/successes the user is interested in, in terms of
> > branches/jobs/testids.

Ian.

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

end of thread, other threads:[~2015-06-30  9:42 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-26 10:58 [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS Dario Faggioli
2015-06-26 11:08 ` Ian Campbell
2015-06-26 11:11   ` Dario Faggioli
2015-06-26 12:02 ` Ian Jackson
2015-06-26 13:43   ` Stop testing SEDF almost at all (at least until Xen 4.2) [was: Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS] Dario Faggioli
2015-06-26 15:24     ` Ian Jackson
2015-06-26 16:09       ` Dario Faggioli
2015-06-26 16:14         ` Ian Campbell
2015-06-29 11:07       ` George Dunlap
2015-06-29 13:31         ` Dario Faggioli
2015-06-27 19:05 ` [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS Meng Xu
2015-06-29  8:53   ` Ian Campbell
2015-06-29  9:33     ` Dario Faggioli
2015-06-30  4:29       ` Meng Xu
2015-06-30  9:11         ` Ian Jackson
2015-06-30  9:20           ` Ian Campbell
2015-06-30  9:41             ` Ian Jackson

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.