]> xenbits.xensource.com Git - people/dariof/osstest.git/commit
make-flight: reorganize scheduling related test jobs
authorDario Faggioli <dario.faggioli@citrix.com>
Thu, 8 Jan 2015 17:47:02 +0000 (18:47 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 26 Jan 2015 11:03:28 +0000 (11:03 +0000)
commit2e35f887bf21036b5cf41fff04c9ed11a241d33c
tree253eebc7c5b287cd61ae8b1849beca8e06b6213c
parent25ee621926328488b656bc399d953a4654cdc78c
make-flight: reorganize scheduling related test jobs

Scheduling related tests are ok to run on ARM, so do
not cut them off. They also do not depend on a
particular Dom0 architecture.

The net effect is that the following tests are removed:
 test-amd64-i386-xl-credit2
 test-amd64-i386-xl-multivcpu

while the following new ones are created:
 test-amd64-amd64-xl-credit2
 test-amd64-amd64-xl-multivcpu
 test-armhf-armhf-xl-credit2
 test-armhf-armhf-xl-multivcpu
 test-armhf-armhf-xl-sedf
 test-armhf-armhf-xl-sedf-pin

Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
make-flight