From: Ian Campbell <ian.campbell@citrix.com>
To: Dario Faggioli <dario.faggioli@citrix.com>
Cc: "xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>,
Meng Xu <xumengpanda@gmail.com>,
Ian Jackson <Ian.Jackson@eu.citrix.com>,
Wei Liu <Wei.Liu2@citrix.com>
Subject: Re: [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS
Date: Fri, 26 Jun 2015 12:08:12 +0100 [thread overview]
Message-ID: <1435316892.32500.167.camel@citrix.com> (raw)
In-Reply-To: <1435316331.25170.191.camel@citrix.com>
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
>
next prev parent reply other threads:[~2015-06-26 11:08 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-26 10:58 [PATCH v2] OSSTest: stop testing SEDF, start testing RTDS Dario Faggioli
2015-06-26 11:08 ` Ian Campbell [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1435316892.32500.167.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=Wei.Liu2@citrix.com \
--cc=dario.faggioli@citrix.com \
--cc=xen-devel@lists.xenproject.org \
--cc=xumengpanda@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.