[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [OSSTEST PATCH 15/26] cr*: Support xen-unstable-smoke
On Mon, 2015-09-21 at 11:21 +0100, Ian Jackson wrote: > Ian Campbell writes ("Re: [OSSTEST PATCH 15/26] cr*: Support xen-unstable > -smoke"): > > On Fri, 2015-09-18 at 18:50 +0100, Ian Jackson wrote: > > > Add this branch to select_xenbranch. This works like xen-unstable in > > > most respects. > > > > > > There are only two places in osstest where xenbranch `xen-unstable' > > > is > > > treated specially and only one of them needs adjusting to match > > > xen-unstable-smoke too. > > > > The included one is the one which adds the qemu revisions? > > No, this in cr-daily-branch: > > if [ "x$branch" != "xxen-unstable" ]; then > export REVISION_LINUX_OLD=disable > fi That's the one which didn't need adjusting I think. > > And the other one is, I think, the thing which sets > > REVISION_LINUX_OLD=disable which we want (or maybe don't care about) > > for > > the smoked tests. So good. > > Indeed. > > I'm not sure what the qemu revisions thing is you're thinking of but I > think all the places where the source code matches `xen-unstable[^-]', > the actual effect is to treat `xen-unstable-smoke' the same way as > `xen-unstable'. "qemu revisions thing" is: @@ -340,7 +340,7 @@ case "$NEW_REVISION/$OLD_REVISION" in "$treeurl#$OLD_REVISION-$NEW_REVISION" \ case "$realtree" in - xen-4*|xen-unstable) + xen-4*|xen-unstable*) oldqemu=`./ap-qemu-revision $realtree $OLD_REVISION` newqemu=`./ap-qemu-revision $realtree $NEW_REVISION` if [ "$oldqemu" ] && [ "$newqemu" ]; then > > > Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > > Thanks, > Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |