From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH v3 00/15-26] xen.git#staging smoke tests Date: Fri, 18 Sep 2015 18:50:04 +0100 Message-ID: <1442598616-2884-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Zcznn-0004CQ-A2 for xen-devel@lists.xenproject.org; Fri, 18 Sep 2015 17:50:27 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org Thanks for the reviews. My play cr-daily-branch run revealed that: 1. The cr-* branch plumbing was wrong. So I have redone that patch and dropped your ack. 2. test-amd64-amd64-xl-qemuu-debianhvm-i386 was broken due to problems mostly with ts-debian-hvm-install. This results in 9 new patches. (In principle we could deploy the smoke tests without fixing this test but this is probably not desirable.) Patches v2 00-16 are in pretest now and not included in my series numbering here. Patches v3 01-14 inclusive (v2 17-30) have been acked and are unchanged. So I have removed them from this patchbomb. * 15 cr*: Support xen-unstable-smoke a 16 ap-*: Be able to fetch and push xen.git#smoke a 17 crontab: Enable xen-unstable-smoke branch every 3h at <1mod3>:51 UTC + 18 ts-debian-hvm-install, etc.: Do not hardcode in-iso path + 19 ts-debian-hvm-install: Cope with images containing only isolinux + 20 ts-debian-hvm-install: Set $gsuite after $gho + 21 ts-debian-hvm-install: Do not create EFI partition if EFI not in use + 22 ts-debian-hvm-install: Use /dev/sda for i386, not /dev/xvda + 23 Timeouts: Introduce target_adjust_timeout + 24 Timeouts: Honour guest-related timeout-adjustment runvars + 25 Debian i386 HVM tests: Increase installation timeout + 26 cri-common: Add a missing semicolon Ian.