All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH 0/2] Drop some irrelevant tests
@ 2015-05-05 18:40 Ian Jackson
  2015-05-05 18:40 ` [OSSTEST PATCH 1/2] make-flight: Drop unspecified-qemu tests Ian Jackson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ian Jackson @ 2015-05-05 18:40 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Campbell

 [OSSTEST PATCH 1/2] make-flight: Drop unspecified-qemu tests
 [OSSTEST PATCH 2/2] make-flight: Drop qemut tests in qemuu branches

I intend to force push these along with the cs-bisection-step
performance fixes etc., as soon as the opportunity arises.

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

* [OSSTEST PATCH 1/2] make-flight: Drop unspecified-qemu tests
  2015-05-05 18:40 [OSSTEST PATCH 0/2] Drop some irrelevant tests Ian Jackson
@ 2015-05-05 18:40 ` Ian Jackson
  2015-05-05 18:40 ` [OSSTEST PATCH 2/2] make-flight: Drop qemut tests in qemuu branches Ian Jackson
  2015-05-06  8:43 ` [OSSTEST PATCH 0/2] Drop some irrelevant tests Ian Campbell
  2 siblings, 0 replies; 5+ messages in thread
From: Ian Jackson @ 2015-05-05 18:40 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson, Ian Campbell

The default since 4.3 onwards is qemuu only, and we do not expect
it to change.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 make-flight |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/make-flight b/make-flight
index 70c1900..cfe96dd 100755
--- a/make-flight
+++ b/make-flight
@@ -388,6 +388,13 @@ test_matrix_do_one () {
   for qemuu_suffix in '' -qemut -qemuu; do
     case "$qemuu_suffix" in
     '')
+          case $xenbranch in
+          xen-3.*-testing) ;;
+          xen-4.0-testing) ;;
+          xen-4.1-testing) ;;
+          xen-4.2-testing) ;;
+          *) continue ;;
+          esac
           qemuu_runvar=''
           ;;
     -qemut)
-- 
1.7.10.4

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

* [OSSTEST PATCH 2/2] make-flight: Drop qemut tests in qemuu branches
  2015-05-05 18:40 [OSSTEST PATCH 0/2] Drop some irrelevant tests Ian Jackson
  2015-05-05 18:40 ` [OSSTEST PATCH 1/2] make-flight: Drop unspecified-qemu tests Ian Jackson
@ 2015-05-05 18:40 ` Ian Jackson
  2015-05-06  8:43 ` [OSSTEST PATCH 0/2] Drop some irrelevant tests Ian Campbell
  2 siblings, 0 replies; 5+ messages in thread
From: Ian Jackson @ 2015-05-05 18:40 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson, Ian Campbell

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 make-flight |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/make-flight b/make-flight
index cfe96dd..6ac902e 100755
--- a/make-flight
+++ b/make-flight
@@ -399,6 +399,10 @@ test_matrix_do_one () {
           ;;
     -qemut)
           qemuu_runvar=device_model_version=qemu-xen-traditional
+          case $branch in
+          qemu-mainline*) continue ;;
+          qemu-upstream*) continue ;;
+          esac
           ;;
     -qemuu)
           case $xenbranch in
-- 
1.7.10.4

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

* Re: [OSSTEST PATCH 0/2] Drop some irrelevant tests
  2015-05-05 18:40 [OSSTEST PATCH 0/2] Drop some irrelevant tests Ian Jackson
  2015-05-05 18:40 ` [OSSTEST PATCH 1/2] make-flight: Drop unspecified-qemu tests Ian Jackson
  2015-05-05 18:40 ` [OSSTEST PATCH 2/2] make-flight: Drop qemut tests in qemuu branches Ian Jackson
@ 2015-05-06  8:43 ` Ian Campbell
  2015-05-06 10:44   ` Ian Jackson
  2 siblings, 1 reply; 5+ messages in thread
From: Ian Campbell @ 2015-05-06  8:43 UTC (permalink / raw)
  To: Ian Jackson; +Cc: xen-devel

On Tue, 2015-05-05 at 19:40 +0100, Ian Jackson wrote:
>  [OSSTEST PATCH 1/2] make-flight: Drop unspecified-qemu tests
>  [OSSTEST PATCH 2/2] make-flight: Drop qemut tests in qemuu branches
> 
> I intend to force push these along with the cs-bisection-step
> performance fixes etc., as soon as the opportunity arises.

Acked-by: Ian Campbell <ian.campbell@citrix.com> to both patches and the
force push.

Did you run and compare with standalone-generate-dump-flight-runvars?

Ian.

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

* Re: [OSSTEST PATCH 0/2] Drop some irrelevant tests
  2015-05-06  8:43 ` [OSSTEST PATCH 0/2] Drop some irrelevant tests Ian Campbell
@ 2015-05-06 10:44   ` Ian Jackson
  0 siblings, 0 replies; 5+ messages in thread
From: Ian Jackson @ 2015-05-06 10:44 UTC (permalink / raw)
  To: Ian Campbell; +Cc: xen-devel

Ian Campbell writes ("Re: [OSSTEST PATCH 0/2] Drop some irrelevant tests"):
> On Tue, 2015-05-05 at 19:40 +0100, Ian Jackson wrote:
> >  [OSSTEST PATCH 1/2] make-flight: Drop unspecified-qemu tests
> >  [OSSTEST PATCH 2/2] make-flight: Drop qemut tests in qemuu branches
> > 
> > I intend to force push these along with the cs-bisection-step
> > performance fixes etc., as soon as the opportunity arises.
> 
> Acked-by: Ian Campbell <ian.campbell@citrix.com> to both patches and the
> force push.
> 
> Did you run and compare with standalone-generate-dump-flight-runvars?

Yes.  The effects were as I expected.

Thanks,
Ian.

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

end of thread, other threads:[~2015-05-06 10:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-05 18:40 [OSSTEST PATCH 0/2] Drop some irrelevant tests Ian Jackson
2015-05-05 18:40 ` [OSSTEST PATCH 1/2] make-flight: Drop unspecified-qemu tests Ian Jackson
2015-05-05 18:40 ` [OSSTEST PATCH 2/2] make-flight: Drop qemut tests in qemuu branches Ian Jackson
2015-05-06  8:43 ` [OSSTEST PATCH 0/2] Drop some irrelevant tests Ian Campbell
2015-05-06 10:44   ` 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.