xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Jackson <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Paul Durrant <Paul.Durrant@citrix.com>,
	Ian Jackson <Ian.Jackson@eu.citrix.com>,
	Jan Beulich <JBeulich@suse.com>
Subject: [OSSTEST PATCH 3/3] make-flight: Drop Windows XP tests
Date: Thu, 4 May 2017 13:20:22 +0100	[thread overview]
Message-ID: <1493900422-24511-3-git-send-email-ian.jackson@eu.citrix.com> (raw)
In-Reply-To: <1493900422-24511-1-git-send-email-ian.jackson@eu.citrix.com>

XP is really quite obsolete now.

From diffing standalone-generate-dump-flight-runvars output,
the tests that are dropped are:
  test-amd64-amd64-xl-qemut-winxpsp3
  test-amd64-amd64-xl-qemuu-winxpsp3
  test-amd64-i386-xl-qemut-winxpsp3
  test-amd64-i386-xl-qemut-winxpsp3-vcpus1
  test-amd64-i386-xl-qemuu-winxpsp3
  test-amd64-i386-xl-qemuu-winxpsp3-vcpus1

This means we are introducing 8 tests and dropping 7.

We drop the tests only on the branches:
  linux-3.0
  linux-3.10
  linux-3.14
  linux-3.16
  linux-3.18
  linux-3.4
  linux-4.1
  linux-4.9
  linux-linus
  linux-next
  osstest
  qemu-mainline
  qemu-upstream-4.7-testing
  qemu-upstream-4.8-testing
  qemu-upstream-unstable
  seabios
  xen-4.7-testing
  xen-4.8-testing
  xen-unstable

The other branches are mostly out-of-support Xen branches.  These are
either old ones we are still doing security support for (and would
like to know about regressions on, even for old guests), or very old
ones which we don't expect to change ever.

CC: Paul Durrant <Paul.Durrant@citrix.com>
CC: Jan Beulich <JBeulich@suse.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 make-flight | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/make-flight b/make-flight
index 2324b74..d078b33 100755
--- a/make-flight
+++ b/make-flight
@@ -255,6 +255,18 @@ do_freebsd_tests () {
 }
 
 do_hvm_winxp_tests () {
+  case $xenbranch in
+    xen-3.*-testing)      ;;
+    xen-4.0-testing)      ;;
+    xen-4.1-testing)      ;;
+    xen-4.2-testing)      ;;
+    xen-4.3-testing)      ;;
+    xen-4.4-testing)      ;;
+    xen-4.5-testing)      ;;
+    xen-4.6-testing)      ;;
+    *)                    return;;
+  esac
+
   for vcpus in '' 1; do
     case "$vcpus" in
       '') vcpus_runvars=''; vcpus_suffix='' ;;
-- 
2.1.4


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

  parent reply	other threads:[~2017-05-04 12:20 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-01 18:49 [xen-unstable test] 108068: regressions - FAIL osstest service owner
2017-05-02  9:10 ` Jan Beulich
2017-05-02 12:45   ` Ian Jackson
2017-05-02 13:27     ` Andrew Cooper
2017-05-02 13:42       ` Ian Jackson
2017-05-02 13:46         ` Andrew Cooper
2017-05-02 13:30     ` Wei Liu
2017-05-02 13:32     ` Jan Beulich
2017-05-02 13:40       ` Paul Durrant
2017-05-02 13:44         ` Ian Jackson
2017-05-02 13:58           ` Paul Durrant
2017-05-02 14:04             ` Ian Jackson
2017-05-02 14:05               ` Wei Liu
2017-05-02 14:06               ` Paul Durrant
2017-05-02 14:11             ` Jan Beulich
2017-05-02 14:14               ` Paul Durrant
2017-05-02 14:29                 ` Ian Jackson
2017-05-03 16:05                   ` Newer Windows in Xen Project osstest test lab Ian Jackson
2017-05-03 16:19                     ` Paul Durrant
2017-05-04 12:20                       ` [OSSTEST PATCH 1/3] make-flight: Factor out do_hvm_win_test_one Ian Jackson
2017-05-04 12:20                         ` [OSSTEST PATCH 2/3] make-flight: Add tests for some more recent Windows versions Ian Jackson
2017-05-04 12:20                         ` Ian Jackson [this message]
2017-05-04 13:19                           ` [OSSTEST PATCH 3/3] make-flight: Drop Windows XP tests Jan Beulich
2017-05-11 14:37                             ` Proposal to drop Windows XP tests from Xen Project CI Ian Jackson
2017-05-04 16:00                           ` 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=1493900422-24511-3-git-send-email-ian.jackson@eu.citrix.com \
    --to=ian.jackson@eu.citrix.com \
    --cc=JBeulich@suse.com \
    --cc=Paul.Durrant@citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).