* [PATCH] OSSTest: stop testing SEDF at all
@ 2015-06-30 17:36 Dario Faggioli
2015-06-30 17:50 ` Ian Jackson
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Dario Faggioli @ 2015-06-30 17:36 UTC (permalink / raw)
To: xen-devel@lists.xenproject.org; +Cc: Ian.Jackson, Ian Campbell, George Dunlap
[-- Attachment #1.1: Type: text/plain, Size: 2490 bytes --]
SEDF has been broken and unmaintained at least
until Xen 4.2, and most likely even before! Tests
are failing without anyonce caring, and yet we're
keeping using test resources for them.
Let's stop doing this!
Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
---
diff --git a/allow.all b/allow.all
index 88a3038..8067d5e 100644
--- a/allow.all
+++ b/allow.all
@@ -1,4 +1,3 @@
-test-@@-sedf@@
test-@@-rtds@@
build-@@ logs-capture@@
test-@@-pcipt@@
diff --git a/make-flight b/make-flight
index 31cb942..c763ce9 100755
--- a/make-flight
+++ b/make-flight
@@ -274,21 +274,6 @@ do_hvm_rhel6_tests () {
done
}
-do_sedf_tests () {
- if [ $xenarch != $dom0arch -o x$test_sedf != xy ]; then
- return
- fi
-
- for pin in '' -pin; do
- job_create_test test-$xenarch$kern-$dom0arch-xl-sedf$pin \
- test-debian xl $xenarch $dom0arch \
- guests_vcpus=4 \
- xen_boot_append="sched=sedf loglvl=all ${pin:+dom0_vcpus_pin}" \
- linux_boot_append='loglevel=9 debug' \
- $debian_runvars all_hostflags=$most_hostflags
- done
-}
-
do_credit2_tests () {
if [ $xenarch != $dom0arch ]; then
return
@@ -374,19 +359,18 @@ test_matrix_do_one () {
do_multivcpu_tests
- # RTDS came in 4.4, while SEDF is going away in 4.6
+ # RTDS came in 4.5
case "$xenbranch" in
- xen-3.*-testing) test_sedf=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 ;;
+ xen-3.*-testing) test_rtds=n ;;
+ xen-4.0-testing) test_rtds=n ;;
+ xen-4.1-testing) test_rtds=n ;;
+ xen-4.2-testing) test_rtds=n ;;
+ xen-4.3-testing) test_rtds=n ;;
+ xen-4.4-testing) test_rtds=n ;;
+ xen-4.5-testing) test_rtds=y ;;
+ *) test_rtds=y ;;
esac
- do_sedf_tests
do_rtds_tests
do_credit2_tests
--
<<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 related [flat|nested] 5+ messages in thread
* Re: [PATCH] OSSTest: stop testing SEDF at all
2015-06-30 17:36 [PATCH] OSSTest: stop testing SEDF at all Dario Faggioli
@ 2015-06-30 17:50 ` Ian Jackson
2015-06-30 17:51 ` Dario Faggioli
2015-07-02 10:08 ` George Dunlap
2 siblings, 0 replies; 5+ messages in thread
From: Ian Jackson @ 2015-06-30 17:50 UTC (permalink / raw)
To: Dario Faggioli
Cc: xen-devel@lists.xenproject.org, Ian Campbell, George Dunlap
Dario Faggioli writes ("[PATCH] OSSTest: stop testing SEDF at all"):
> SEDF has been broken and unmaintained at least
> until Xen 4.2, and most likely even before! Tests
> are failing without anyonce caring, and yet we're
> keeping using test resources for them.
>
> Let's stop doing this!
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
And queued up for a future push at a convenient time.
BTW I changed the subject line to:
make-flight etc.: stop testing SEDF at all
Thanks,
Ian.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] OSSTest: stop testing SEDF at all
2015-06-30 17:36 [PATCH] OSSTest: stop testing SEDF at all Dario Faggioli
2015-06-30 17:50 ` Ian Jackson
@ 2015-06-30 17:51 ` Dario Faggioli
2015-06-30 17:52 ` Ian Jackson
2015-07-02 10:08 ` George Dunlap
2 siblings, 1 reply; 5+ messages in thread
From: Dario Faggioli @ 2015-06-30 17:51 UTC (permalink / raw)
To: xen-devel@lists.xenproject.org; +Cc: Ian.Jackson, Ian Campbell, George Dunlap
[-- Attachment #1.1: Type: text/plain, Size: 87817 bytes --]
Following up this discussion:
http://osdir.com/ml/general/2015-06/msg38502.html
Here's the patch that kills SEDF from OSSTest entirely.
Here it comes a diff of the generated runvars fo a few branches, which
looks fine to me (just a bung of SEDF runvars/jobs removal)
Regards,
Dario
---
--- runvars-pre 2015-06-30 15:25:14.118927000 +0100
+++ runvars-post 2015-06-30 15:55:36.709522000 +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
--
<<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] 5+ messages in thread
* Re: [PATCH] OSSTest: stop testing SEDF at all
2015-06-30 17:51 ` Dario Faggioli
@ 2015-06-30 17:52 ` Ian Jackson
0 siblings, 0 replies; 5+ messages in thread
From: Ian Jackson @ 2015-06-30 17:52 UTC (permalink / raw)
To: Dario Faggioli
Cc: xen-devel@lists.xenproject.org, Ian Campbell, George Dunlap
Dario Faggioli writes ("Re: [Xen-devel] [PATCH] OSSTest: stop testing SEDF at all"):
> Following up this discussion:
> http://osdir.com/ml/general/2015-06/msg38502.html
>
> Here's the patch that kills SEDF from OSSTest entirely.
>
> Here it comes a diff of the generated runvars fo a few branches, which
> looks fine to me (just a bung of SEDF runvars/jobs removal)
Right, thanks for the confirmation. The code looked good to me.
Ian.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] OSSTest: stop testing SEDF at all
2015-06-30 17:36 [PATCH] OSSTest: stop testing SEDF at all Dario Faggioli
2015-06-30 17:50 ` Ian Jackson
2015-06-30 17:51 ` Dario Faggioli
@ 2015-07-02 10:08 ` George Dunlap
2 siblings, 0 replies; 5+ messages in thread
From: George Dunlap @ 2015-07-02 10:08 UTC (permalink / raw)
To: Dario Faggioli, xen-devel@lists.xenproject.org
Cc: Ian.Jackson, Ian Campbell, George Dunlap
On 06/30/2015 06:36 PM, Dario Faggioli wrote:
> SEDF has been broken and unmaintained at least
> until Xen 4.2, and most likely even before! Tests
> are failing without anyonce caring, and yet we're
> keeping using test resources for them.
>
> Let's stop doing this!
>
> Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
Acked-by: George Dunlap <george.dunlap@eu.citrix.com>
> ---
> diff --git a/allow.all b/allow.all
> index 88a3038..8067d5e 100644
> --- a/allow.all
> +++ b/allow.all
> @@ -1,4 +1,3 @@
> -test-@@-sedf@@
> test-@@-rtds@@
> build-@@ logs-capture@@
> test-@@-pcipt@@
> diff --git a/make-flight b/make-flight
> index 31cb942..c763ce9 100755
> --- a/make-flight
> +++ b/make-flight
> @@ -274,21 +274,6 @@ do_hvm_rhel6_tests () {
> done
> }
>
> -do_sedf_tests () {
> - if [ $xenarch != $dom0arch -o x$test_sedf != xy ]; then
> - return
> - fi
> -
> - for pin in '' -pin; do
> - job_create_test test-$xenarch$kern-$dom0arch-xl-sedf$pin \
> - test-debian xl $xenarch $dom0arch \
> - guests_vcpus=4 \
> - xen_boot_append="sched=sedf loglvl=all ${pin:+dom0_vcpus_pin}" \
> - linux_boot_append='loglevel=9 debug' \
> - $debian_runvars all_hostflags=$most_hostflags
> - done
> -}
> -
> do_credit2_tests () {
> if [ $xenarch != $dom0arch ]; then
> return
> @@ -374,19 +359,18 @@ test_matrix_do_one () {
>
> do_multivcpu_tests
>
> - # RTDS came in 4.4, while SEDF is going away in 4.6
> + # RTDS came in 4.5
> case "$xenbranch" in
> - xen-3.*-testing) test_sedf=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 ;;
> + xen-3.*-testing) test_rtds=n ;;
> + xen-4.0-testing) test_rtds=n ;;
> + xen-4.1-testing) test_rtds=n ;;
> + xen-4.2-testing) test_rtds=n ;;
> + xen-4.3-testing) test_rtds=n ;;
> + xen-4.4-testing) test_rtds=n ;;
> + xen-4.5-testing) test_rtds=y ;;
> + *) test_rtds=y ;;
> esac
>
> - do_sedf_tests
> do_rtds_tests
> do_credit2_tests
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-07-02 10:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 17:36 [PATCH] OSSTest: stop testing SEDF at all Dario Faggioli
2015-06-30 17:50 ` Ian Jackson
2015-06-30 17:51 ` Dario Faggioli
2015-06-30 17:52 ` Ian Jackson
2015-07-02 10:08 ` George Dunlap
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.