All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>, xen-devel@lists.xen.org
Subject: Re: [PATCH OSSTEST v5 4/9] mfi-common: create build-$arch-xsm job
Date: Tue, 3 Feb 2015 13:53:38 +0000	[thread overview]
Message-ID: <1422971618.9323.95.camel@citrix.com> (raw)
In-Reply-To: <21712.53678.493828.174956@mariner.uk.xensource.com>

On Tue, 2015-02-03 at 13:48 +0000, Ian Jackson wrote:
> Wei Liu writes ("[PATCH OSSTEST v5 4/9] mfi-common: create build-$arch-xsm job"):
> > Signed-off-by: Wei Liu <wei.liu2@citrix.com>
> > Acked-by: Ian Campbell <ian.campbell@citrix.com>
> > ---
> > Changes in v4:
> > 1. Use "true" and "false" instead of "y" and "n".
> 
> Is this something that I or Ian C suggested ?  It seems to lead to
> extra fiddly code in ts-xen-build to convert it back.

I think it was me...

> Currently make-flight and mfi-common have both y/n and true/false,
> depending on the consumer.

... because I (incorrectly?) observed that true/false was what was in
use elsewhere in runvars (maybe not in the code though?).

$ ./mg-show-flight-runvars 33637 | awk '$3 ~ /true|false/ { print $0}' 
build-amd64                               enable_ovmf                 true
build-armhf                               enable_ovmf                 true
build-i386                                enable_ovmf                 true
build-amd64                               enable_xend                 false
build-armhf                               enable_xend                 false
build-i386                                enable_xend                 false
$ ./mg-show-flight-runvars 33637 | awk '$3 ~ /^[yn]$/ { print $0}' 
$

Ian.

  parent reply	other threads:[~2015-02-03 13:53 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-03 10:36 [PATCH OSSTEST v5 0/9] XSM test case for OSSTest Wei Liu
2015-02-03 10:36 ` [PATCH OSSTEST v5 1/9] overlay: update overlay/etc/grub.d/20_linux_xen Wei Liu
2015-02-03 13:40   ` Ian Jackson
2015-02-03 14:28     ` Wei Liu
2015-02-03 10:36 ` [PATCH OSSTEST v5 2/9] ts-xen-build-prep: install checkpolicy Wei Liu
2015-02-03 10:36 ` [PATCH OSSTEST v5 3/9] ts-xen-build: build with XSM support if requested Wei Liu
2015-02-03 11:14   ` Ian Campbell
2015-02-03 13:45   ` Ian Jackson
2015-02-03 10:36 ` [PATCH OSSTEST v5 4/9] mfi-common: create build-$arch-xsm job Wei Liu
2015-02-03 13:48   ` Ian Jackson
2015-02-03 13:53     ` Wei Liu
2015-02-03 13:53     ` Ian Campbell [this message]
2015-02-03 10:36 ` [PATCH OSSTEST v5 5/9] Debian.pm: pass in XSM configuration to bootloader setup routines Wei Liu
2015-02-03 10:36 ` [PATCH OSSTEST v5 6/9] Debian.pm: load flask policy in uboot Wei Liu
2015-02-03 10:36 ` [PATCH OSSTEST v5 7/9] ts-xen-install: install Xen with XSM support if requested Wei Liu
2015-02-03 13:51   ` Ian Jackson
2015-02-03 10:36 ` [PATCH OSSTEST v5 8/9] make-flight: factor out do_pv_debian_tests Wei Liu
2015-02-03 11:15   ` Ian Campbell
2015-02-03 13:51   ` Ian Jackson
2015-02-03 10:36 ` [PATCH OSSTEST v5 9/9] mfi-common, make-flight: create XSM test jobs Wei Liu
2015-02-03 11:22   ` Ian Campbell
2015-02-03 12:06     ` Wei Liu
2015-02-03 12:08       ` Ian Campbell
2015-02-03 12:12         ` Wei Liu
2015-02-03 12:58           ` Ian Campbell
2015-02-03 13:37         ` Ian Jackson
2015-02-03 13:55   ` Ian Jackson
2015-02-03 14:25     ` Wei Liu
2015-02-03 13:40 ` [PATCH OSSTEST v5 0/9] XSM test case for OSSTest Ian Jackson
2015-02-03 13:41   ` Ian Campbell
2015-02-03 14:10     ` Wei Liu
2015-02-03 14:20       ` Ian Campbell
2015-02-03 13:42   ` Wei Liu
2015-02-03 14:51     ` Ian Jackson
2015-02-03 13:55 ` 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=1422971618.9323.95.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xen.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 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.