[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH OSSTEST v2 14/15] distros: add branch infrastructure
Ian Campbell writes ("[PATCH OSSTEST v2 14/15] distros: add branch infrastructure"): > Since the distro nightlies are not version controlled we cannot use the usual > mechanisms for detecting regressions. Instead compare each run against its > predecessor, determined using sg-check-tested. > > XXX needs testing in production environment. ... > --- a/ap-fetch-version > +++ b/ap-fetch-version > @@ -77,6 +77,10 @@ gnulib-libvirt) ... ;; > +distros) > + # None, this is just a regular test. > + echo latest > + ;; Is doing this really easier than doing it in cr-daily-branch ? And I think perhaps ... > diff --git a/cri-common b/cri-common > index f472927..c02ad06 100644 > --- a/cri-common > +++ b/cri-common > @@ -43,6 +43,7 @@ select_xenbranch () { > linux-*) tree=linux; xenbranch=xen-unstable ;; > linuxfirmware) tree=linuxfirmware; xenbranch=xen-unstable ;; > libvirt) tree=libvirt; xenbranch=xen-unstable ;; > + distros) tree=distros; xenbranch=xen-unstable ;; ... this should be "tree=none". What do you think ? Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |